diff options
author | adam <adam@pkgsrc.org> | 2013-04-17 09:48:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-04-17 09:48:30 +0000 |
commit | 6bae0352bd9fa6588b3d03acf5eb0264701374af (patch) | |
tree | ec81f204594cadab9cfeddde81007319eae37bc6 /mk | |
parent | bbad8599acd894ae9e03b953e2ddb2db7e6da09d (diff) | |
download | pkgsrc-6bae0352bd9fa6588b3d03acf5eb0264701374af.tar.gz |
Enable usage of gcc-4.8 as PKGSRC_COMPILER
Diffstat (limited to 'mk')
-rw-r--r-- | mk/compiler/gcc.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk index 3a8a7968cc1..a81a76342dc 100644 --- a/mk/compiler/gcc.mk +++ b/mk/compiler/gcc.mk @@ -1,4 +1,4 @@ -# $NetBSD: gcc.mk,v 1.133 2013/04/02 22:24:03 wiz Exp $ +# $NetBSD: gcc.mk,v 1.134 2013/04/17 09:48:30 adam Exp $ # # This is the compiler definition for the GNU Compiler Collection. # @@ -108,8 +108,7 @@ GCC_REQD+= 20120614 # _GCC_DIST_VERSION is the highest version of GCC installed by the pkgsrc # without the PKGREVISIONs. -# -.include "../../lang/gcc47/version.mk" +.include "../../lang/gcc48/version.mk" _GCC_DIST_VERSION:= ${GCC_DIST_VERSION} # _GCC2_PATTERNS matches N s.t. N <= 2.95.3. |