Skip to content

Commit

Permalink
lang/gcc11: remove ELFv1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jan 5, 2024
1 parent fa1853a commit ab6b94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/gcc11/Makefile
Expand Up @@ -78,7 +78,7 @@ EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
.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 ab6b94e

Please sign in to comment.