summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-16 09:50:36 -0700
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-16 09:50:36 -0700
commit2f5fd9680065f15ebb6a3962d9bfac89f383db9a (patch)
tree06f1395f8467156b43917b161a49411fc0ac92cf /toolchain/gcc/Makefile
parenta51cd649c1e7e55ce217d939eac29b11e9a572f0 (diff)
parenta8bb4a2200eebf863c5a156677d696e98c4644e7 (diff)
Merge branch 'master' of git+ssh://www.openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc/Makefile')
-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