Skip to content

Commit

Permalink
lang/gcc12: drop ELFv1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jan 5, 2024
1 parent c57e84a commit 3250ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/gcc12/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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 3250ebd

Please sign in to comment.