Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2024 21:04:52 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac46ecbfdcc0 - main - lang/gcc13: drop ELFv1 support
Message-ID:  <202401052104.405L4qsc012463@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ac46ecbfdcc0db7c51ae946bfe350976a522659d

commit ac46ecbfdcc0db7c51ae946bfe350976a522659d
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-05 00:04:10 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-05 21:03:48 +0000

    lang/gcc13: drop ELFv1 support
---
 lang/gcc13/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/gcc13/Makefile b/lang/gcc13/Makefile
index 4053c2c40fcb..fb314ff3629e 100644
--- a/lang/gcc13/Makefile
+++ b/lang/gcc13/Makefile
@@ -70,7 +70,7 @@ 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401052104.405L4qsc012463>