diff options
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 1444379f8052..41f1fbdd9cb0 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -14,7 +14,7 @@ # # Examples: # USE_GCC= 4.2+ # port requires GCC 4.2 or later. -# USE_GCC= 4.5 # port requires GCC 4.5. +# USE_GCC= 4.7 # port requires GCC 4.7. # # If your port needs a Fortran compiler, please specify that with the # USE_FORTRAN= knob. Here is the list of options for that knob: @@ -51,8 +51,7 @@ GCCVERSION_040700= 0 0 4.7 GCC_DEFAULT_VERSION= 4.6 GCC_DEFAULT_V= ${GCC_DEFAULT_VERSION:S/.//} -# -# No configurable parts below this. +# No configurable parts below this. #################################### # # Extract the fields from GCCVERSION_... |