summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-23 20:56:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-23 21:27:51 +0200
commit4c7e914580ff3014a015d4f1eb0cd4e108e87f68 (patch)
tree2a6395f48d76d1f62115c2cf8900871e65fee6b1 /toolchain/gcc/Makefile
parentf9c3a55a887ed486670b62f62d6e136ac14a9ed0 (diff)
add qemu support for ppc virtex ml507
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r--toolchain/gcc/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 188c5c899..abc938ffb 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -98,13 +98,7 @@ GCC_CONFOPTS+= --disable-lto
endif
ifeq ($(ADK_LINUX_PPC),y)
-ifeq ($(ADK_TARGET_LIBC),musl)
-GCC_CONFOPTS+= --disable-target-optspace --with-long-double-64 --enable-secureplt
-else
-GCC_CONFOPTS+= --disable-target-optspace --with-long-double-128 --enable-secureplt
-endif
-else
-GCC_CONFOPTS+= --enable-target-optspace
+GCC_CONFOPTS+= --with-long-double-64 --enable-secureplt
endif
ifeq ($(ADK_TARGET_ARCH),arm)
@@ -142,7 +136,6 @@ ifeq ($(ADK_CPU_SPARC_V9),y)
GCC_CONFOPTS+= --with-cpu=ultrasparc
endif
-
ifneq ($(ADK_TARGET_MIPS_ABI),)
GCC_CONFOPTS+= --with-abi=${ADK_TARGET_MIPS_ABI}
endif