diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 08:38:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-16 08:38:20 +0100 |
commit | 904e9a9e7484b5330ddf5ce980f2c12830cbc830 (patch) | |
tree | 0cb4a5a1f20766a1e1647c3943862ac712e73ceb /toolchain/gcc | |
parent | 0147fd4a45c5fe011cf5f015dee6a827dcf3dac9 (diff) |
always use long double 64 for ppc
Diffstat (limited to 'toolchain/gcc')
-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 f82332702..036a4afb2 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -70,12 +70,8 @@ endif 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 |