git: 2d58920185ea - main - lang/gcc10: remove ELFv1 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jan 2024 21:04:54 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2d58920185ea20bb618a0a97bc132472d6e585cb
commit 2d58920185ea20bb618a0a97bc132472d6e585cb
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-05 12:48:34 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-05 21:03:52 +0000
lang/gcc10: remove ELFv1 support
---
lang/gcc10/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/lang/gcc10/Makefile b/lang/gcc10/Makefile
index 5f8c60fe5672..3085e5e90577 100644
--- a/lang/gcc10/Makefile
+++ b/lang/gcc10/Makefile
@@ -62,11 +62,7 @@ CXXFLAGS:= ${CFLAGS:S/mcpu=g/mcpu=G/}
CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
.elif ${ARCH} == powerpc64
-. if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
CONFIGURE_ARGS+= --with-abi=elfv2
-. else
-USE_GCC= 9
-. endif
.endif
LANGUAGES:= c,c++,objc,fortran