diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-10-30 15:51:09 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-10-30 15:51:09 +0000 |
commit | 1be81e083d5f0ca0a1e6e9d3f04b32f34bddda3f (patch) | |
tree | e08e60d282f96e753c0e4ddd8bcd16291c9d178a /Mk | |
parent | c359f4b786d217b34ed012aeae47f799cc593148 (diff) | |
download | ports-1be81e083d5f0ca0a1e6e9d3f04b32f34bddda3f.tar.gz ports-1be81e083d5f0ca0a1e6e9d3f04b32f34bddda3f.zip |
Notes
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_... |