aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2024-01-05 18:16:41 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2024-01-05 21:03:58 +0000
commitbc3b38ef64d2b7b2ed9fb0f5b3220647dc28362d (patch)
tree2acacb473e8a6ff3a4ae3ffc6917cccdce490a9e
parent645e347232f335d056629f76c2293964b21e1edb (diff)
downloadports-bc3b38ef64d2b7b2ed9fb0f5b3220647dc28362d.tar.gz
ports-bc3b38ef64d2b7b2ed9fb0f5b3220647dc28362d.zip
lang/gcc12-devel: remove ELFv1 support
-rw-r--r--lang/gcc12-devel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc12-devel/Makefile b/lang/gcc12-devel/Makefile
index 109ad87a573d..8a5ecd064739 100644
--- a/lang/gcc12-devel/Makefile
+++ b/lang/gcc12-devel/Makefile
@@ -77,9 +77,8 @@ CXXFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/}
.if ${ARCH} == amd64
CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
-.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2
+.elif ${ARCH} == powerpc64
CONFIGURE_ARGS+= --with-abi=elfv2
-
.endif
LANGUAGES:= c,c++,objc,fortran,jit