Browse Source

always use long double 64 for ppc

Waldemar Brodkorb 10 years ago
parent
commit
904e9a9e74
1 changed files with 0 additions and 4 deletions
  1. 0 4
      toolchain/gcc/Makefile

+ 0 - 4
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