summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-05-26 07:15:05 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-05-26 07:15:05 +0200
commit0bc6a5d272c4338fea984aab152e94f2efa4c00a (patch)
tree8b3585e4d4db42fe0cb8dfbcfb6829931fed5a4f /config
parent6465922cf028a93713a32f78f9853415c530188a (diff)
fixed pure64 on ppc64le and tweaked config
Diffstat (limited to 'config')
-rw-r--r--config/config.powerpc64le.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/config.powerpc64le.sh b/config/config.powerpc64le.sh
index a7637e8..35a6a48 100644
--- a/config/config.powerpc64le.sh
+++ b/config/config.powerpc64le.sh
@@ -29,10 +29,13 @@ export CHOST="$CARCH-unknown-linux-gnu"
export LINUX_ARCH=powerpc
# flags added to the default CFLAGS in makepkg.conf
-export PLATFORM_CFLAGS=("-mabi=elfv2")
+export PLATFORM_CFLAGS=(
+ "-mcpu=powerpc64le")
# flags added to the gcc PKGBUILD configure call
-export GCC_CONFIG_FLAGS=("--with-long-double-128" "--enable-vsx")
+export GCC_CONFIG_FLAGS=(
+ "--with-cpu=powerpc64le"
+ "--with-long-double-128")
# multilib configuration, uncomment if applicable
#export MULTILIB=enable