summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-06-03 10:14:32 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-06-03 10:14:32 +0200
commit4ae9aef5d32cbd2b93f1037570c37bb26dcb5416 (patch)
tree59882b164b0761d61a82aa02a42c73e10a09996c /config
parentea5bd0fadb112ac1aadb213c59e5ed422cddd7d8 (diff)
made it past stage3 glibc
Diffstat (limited to 'config')
-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