lang/gcc12-devel: remove ELFv1 support

This commit is contained in:
Piotr Kubaj 2024-01-05 19:16:41 +01:00
parent 645e347232
commit bc3b38ef64

View file

@ -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