Skip to content

Commit

Permalink
lang/gcc11-devel: simplify powerpc64 handling
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 22, 2022
1 parent 09ffd48 commit f1c2c4f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lang/gcc11-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,8 @@ CONFIGURE_ARGS+= --disable-multilib
.if ${ARCH} == amd64
CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}

.elif ${ARCH} == powerpc64
CONFIGURE_ENV+= UNAME_m="powerpc64"
. if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2
CONFIGURE_ARGS+= --with-abi=elfv2
. endif
USE_GCC= yes
.endif

LANGUAGES:= c,c++,objc,fortran,jit
Expand Down

0 comments on commit f1c2c4f

Please sign in to comment.