summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
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