aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-24 04:43:45 +0800
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-24 04:43:45 +0800
commite0d78877c23bab90645528327e978323b34431c1 (patch)
treea24d8d4081c4e30d317034b410b97f10cae9ff1c /lang
parenta0e673e9db6df45735ff0cdf421ab9fb86e2bfb4 (diff)
downloadfreebsd-ports-gnome-e0d78877c23bab90645528327e978323b34431c1.tar.gz
freebsd-ports-gnome-e0d78877c23bab90645528327e978323b34431c1.tar.zst
freebsd-ports-gnome-e0d78877c23bab90645528327e978323b34431c1.zip
lang/gcc11-devel: fix build on powerpc64 head
PR: 252071 Approved by: gerald (maintainer)
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc11-devel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc11-devel/Makefile b/lang/gcc11-devel/Makefile
index 7cf1c5eb93b7..17579119b8a5 100644
--- a/lang/gcc11-devel/Makefile
+++ b/lang/gcc11-devel/Makefile
@@ -67,9 +67,8 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
CONFIGURE_ENV+= UNAME_m="powerpc64"
. if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
CONFIGURE_ARGS+= --with-abi=elfv2
-. else
-USE_GCC= yes
. endif
+USE_GCC= yes
.endif
LANGUAGES:= c,c++,objc,fortran