diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-09-04 17:08:27 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-09-04 17:08:27 +0000 |
commit | 7cce6f025f6f52fc90b70fef14a0eaf80bec632f (patch) | |
tree | 1af9d9deb9aa51b34bb4a8f868a9406a061ec5aa | |
parent | 1f2ff116ddc6fd9609238f69ebd58f2f1eb7a628 (diff) |
Notes
-rw-r--r-- | Mk/bsd.gcc.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 83b6a43840a1..2a030b56fd0e 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -12,8 +12,6 @@ # X.Y. To request a specific version omit the trailing + sign. Use of # a Fortran compiler is declared by the USE_FORTRAN knob, not USE_GCC. # -# As of 2010-06-06, USE_GCC=4.3+ is transparently rewritten to USE_GCC=4.4+. -# # Examples: # USE_GCC= 4.2+ # port requires GCC 4.2 or later. # USE_GCC= 4.5 # port requires GCC 4.5. @@ -115,10 +113,6 @@ MAKE_ENV+= F77="${F77}" FC="${FC}" FFLAGS="${FFLAGS}" .if defined(USE_GCC) -.if ${USE_GCC} == "4.3+" -USE_GCC=4.4+ -.endif - # See if we can use a later version _USE_GCC:= ${USE_GCC:S/+//} .if ${USE_GCC} != ${_USE_GCC} |