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.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/config/config.powerpc64le.sh b/config/config.powerpc64le.sh
index 01af547..6a118d8 100644
--- a/config/config.powerpc64le.sh
+++ b/config/config.powerpc64le.sh
@@ -34,13 +34,14 @@ export PLATFORM_CFLAGS=()
# flags added to the gcc PKGBUILD configure call
export GCC_CONFIG_FLAGS=(
"--with-cpu=power8"
- "--with-long-double-128")
+ "--with-long-double-128"
+ "--enable-targets=powerpcle-linux")
# multilib configuration, uncomment if applicable
-#export MULTILIB=enable
-#export CARCH32=""
-#export CHOST32=""
-#export PLATFORM32_CFLAGS=()
+export MULTILIB=enable
+export CARCH32="powerpcle"
+export CHOST32="$CARCH32-unknown-linux-gnu"
+export PLATFORM32_CFLAGS=("-m32")
# configure build directories
export TOPBUILDDIR="$startdir/build/$CARCH"