summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-05-10 19:22:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-05-10 19:22:39 +0200
commit34f1f35360232fe05874593d1ffd2086277c24a4 (patch)
treeea3e58703039c56f48e4123a401917472100f4a7 /toolchain/gcc/Makefile
parentc3efbfaf6c57f069f78fc73473be4bc330528651 (diff)
add basic ppc64 musl support
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 8a4024220..568423032 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -174,6 +174,10 @@ ifeq ($(ADK_TARGET_ARCH_PPC),y)
GCC_CONFOPTS+= --with-long-double-64 --enable-secureplt
endif
+ifeq ($(ADK_TARGET_ARCH_PPC64),y)
+GCC_CONFOPTS+= --without-long-double-128 --with-abi=elfv2
+endif
+
ifeq ($(ADK_TARGET_ARCH_FRV),y)
GCC_CONFOPTS+= --enable-sjlj-exceptions
endif