Skip to content

Commit

Permalink
lang/gcc11-devel: remove ELFv1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jan 5, 2024
1 parent 725a824 commit f8f67a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/gcc11-devel/Makefile
Expand Up @@ -76,7 +76,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

Expand Down

0 comments on commit f8f67a2

Please sign in to comment.