summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-16 15:34:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-16 15:34:25 +0100
commit18a6922a938023cb061b7cd9895412549cb17288 (patch)
tree4770ca12911789c0316b013f906e46c1287e8601 /toolchain/gcc
parent1e5620307b6ad5ce451c72f90e83f8f263c2d05f (diff)
parent81a6996f5152a31c2e36b5c7cef61e6ab4a2ceeb (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 66cdf26ab..4044ead03 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -66,12 +66,8 @@ GCC_CONFOPTS+= --enable-tls
endif
ifeq ($(ARCH),powerpc)
-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
endif