diff options
-rw-r--r-- | lang/gcc6-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc6/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc6-devel/Makefile b/lang/gcc6-devel/Makefile index 1f036bf8330d..b40e6393037d 100644 --- a/lang/gcc6-devel/Makefile +++ b/lang/gcc6-devel/Makefile @@ -72,7 +72,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= yes +USE_GCC= 5 # Cannot require ourselves, needs to be at least 4.9. .endif .if ${ARCH} == "armv6" || ${ARCH} == "aarch64" diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile index e47216529229..cfb0eff1984c 100644 --- a/lang/gcc6/Makefile +++ b/lang/gcc6/Makefile @@ -68,7 +68,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= yes +USE_GCC= 5 # Cannot require ourselves, needs to be at least 4.9. .endif .if ${ARCH} == "armv6" || ${ARCH} == "aarch64" |