summaryrefslogtreecommitdiff
path: root/config/config.powerpc64le.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.powerpc64le.sh')
-rw-r--r--config/config.powerpc64le.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/config.powerpc64le.sh b/config/config.powerpc64le.sh
index 35a6a48..01af547 100644
--- a/config/config.powerpc64le.sh
+++ b/config/config.powerpc64le.sh
@@ -29,12 +29,11 @@ export CHOST="$CARCH-unknown-linux-gnu"
export LINUX_ARCH=powerpc
# flags added to the default CFLAGS in makepkg.conf
-export PLATFORM_CFLAGS=(
- "-mcpu=powerpc64le")
+export PLATFORM_CFLAGS=()
# flags added to the gcc PKGBUILD configure call
export GCC_CONFIG_FLAGS=(
- "--with-cpu=powerpc64le"
+ "--with-cpu=power8"
"--with-long-double-128")
# multilib configuration, uncomment if applicable