View | Details | Raw Unified | Return to bug 235975 | Differences between
and this patch

Collapse All | Expand All

(-)lang/gcc7/Makefile (-1 / +1 lines)
Lines 60-66 Link Here
60
60
61
.elif ${ARCH} == powerpc64
61
.elif ${ARCH} == powerpc64
62
CONFIGURE_ENV+=	UNAME_m="powerpc64"
62
CONFIGURE_ENV+=	UNAME_m="powerpc64"
63
USE_GCC=	5	# This port requires at least GCC 4.9, and we need
63
USE_GCC=	6	# This port requires at least GCC 4.9, and we need
64
			# to ensure not to cause a dependency on itself (so
64
			# to ensure not to cause a dependency on itself (so
65
			# USE_GCC=yes or USE_GCC=X+ are not an option).
65
			# USE_GCC=yes or USE_GCC=X+ are not an option).
66
66
(-)lang/gcc7-devel/Makefile (-1 / +1 lines)
Lines 64-70 Link Here
64
64
65
.elif ${ARCH} == powerpc64
65
.elif ${ARCH} == powerpc64
66
CONFIGURE_ENV+=	UNAME_m="powerpc64"
66
CONFIGURE_ENV+=	UNAME_m="powerpc64"
67
USE_GCC=	5	# This port requires at least GCC 4.9, and we need
67
USE_GCC=	6	# This port requires at least GCC 4.9, and we need
68
			# to ensure not to cause a dependency on itself (so
68
			# to ensure not to cause a dependency on itself (so
69
			# USE_GCC=yes or USE_GCC=X+ are not an option).
69
			# USE_GCC=yes or USE_GCC=X+ are not an option).
70
70
(-)lang/gcc8/Makefile (-1 / +1 lines)
Lines 60-66 Link Here
60
60
61
.elif ${ARCH} == powerpc64
61
.elif ${ARCH} == powerpc64
62
CONFIGURE_ENV+=	UNAME_m="powerpc64"
62
CONFIGURE_ENV+=	UNAME_m="powerpc64"
63
USE_GCC=	5	# This port requires at least GCC 4.9, and we need
63
USE_GCC=	6	# This port requires at least GCC 4.9, and we need
64
			# to ensure not to cause a dependency on itself (so
64
			# to ensure not to cause a dependency on itself (so
65
			# USE_GCC=yes or USE_GCC=X+ are not an option).
65
			# USE_GCC=yes or USE_GCC=X+ are not an option).
66
66
(-)lang/gcc8-devel/Makefile (-1 / +1 lines)
Lines 66-72 Link Here
66
66
67
.elif ${ARCH} == powerpc64
67
.elif ${ARCH} == powerpc64
68
CONFIGURE_ENV+=	UNAME_m="powerpc64"
68
CONFIGURE_ENV+=	UNAME_m="powerpc64"
69
USE_GCC=	yes
69
USE_GCC=	6
70
70
71
.elif ${ARCH} == powerpcspe
71
.elif ${ARCH} == powerpcspe
72
CONFIGURE_ARGS+=	--with-cpu=8548 --enable-e500_double --without-fp
72
CONFIGURE_ARGS+=	--with-cpu=8548 --enable-e500_double --without-fp
(-)lang/gcc9-devel/Makefile (-1 / +1 lines)
Lines 62-68 Link Here
62
62
63
.elif ${ARCH} == powerpc64
63
.elif ${ARCH} == powerpc64
64
CONFIGURE_ENV+=	UNAME_m="powerpc64"
64
CONFIGURE_ENV+=	UNAME_m="powerpc64"
65
USE_GCC=	yes
65
USE_GCC=	6
66
.endif
66
.endif
67
67
68
LANGUAGES:=	c,c++,objc,fortran
68
LANGUAGES:=	c,c++,objc,fortran

Return to bug 235975