Skip to content

Commit

Permalink
lang/gcc14-devel: drop ELFv1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jan 5, 2024
1 parent 6eabb32 commit 8cfa749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/gcc14-devel/Makefile
Expand Up @@ -74,7 +74,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
USE_GCC= yes

Expand Down

0 comments on commit 8cfa749

Please sign in to comment.