diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 09:50:36 -0700 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 09:50:36 -0700 |
commit | 2f5fd9680065f15ebb6a3962d9bfac89f383db9a (patch) | |
tree | 06f1395f8467156b43917b161a49411fc0ac92cf /toolchain/gcc/Makefile | |
parent | a51cd649c1e7e55ce217d939eac29b11e9a572f0 (diff) | |
parent | a8bb4a2200eebf863c5a156677d696e98c4644e7 (diff) |
Merge branch 'master' of git+ssh://www.openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 4 |
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 |