From d6f19c94c4fbd3b7373d349f8170f8d85f97edf5 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 26 Jan 2017 18:07:03 +0000 Subject: main/gcc: add flags for ppc64le (ref github #765) --- main/gcc/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index f90cd60be5..c21f3173f3 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -245,6 +245,7 @@ build() { armv7-*-*-*eabihf) _arch_configure="--with-arch=armv7-a --with-tune=generic-armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-abi=aapcs-linux --with-mode=thumb";; mipsel-*-*-*) _arch_configure="--with-arch-32=mips2 --with-tune-32=mips32 --with-fp-32=32 --with-mips-plt --with-float=hard --with-abi=32";; powerpc-*-*-*) _arch_configure="--enable-secureplt --enable-decimal-float=no";; + powerpc64-*-*-*) _arch_configure="--with-abi=elfv2 --enable-secureplt --enable-decimal-float=no";; i486-*-*-*) _arch_configure="--with-arch=i486 --with-tune=generic --enable-cld";; i586-*-*-*) _arch_configure="--with-arch=i586 --with-tune=generic --enable-cld";; s390x-*-*-*) _arch_configure="--with-arch=z196 --with-tune=zEC12 --with-zarch --with-long-double-128 --enable-decimal-float";; -- cgit v1.2.3