lang/gcc12-devel: remove ELFv1 support
This commit is contained in:
parent
645e347232
commit
bc3b38ef64
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue