Explorar o código

always use long double 64 for ppc

Waldemar Brodkorb %!s(int64=12) %!d(string=hai) anos
pai
achega
904e9a9e74
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      toolchain/gcc/Makefile

+ 0 - 4
toolchain/gcc/Makefile

@@ -70,12 +70,8 @@ endif
 endif
 endif
 
 
 ifeq ($(ARCH),powerpc)
 ifeq ($(ARCH),powerpc)
-ifeq ($(ADK_TARGET_LIBC),musl)
 GCC_CONFOPTS+=		--disable-target-optspace --with-long-double-64 --enable-secureplt
 GCC_CONFOPTS+=		--disable-target-optspace --with-long-double-64 --enable-secureplt
 else
 else
-GCC_CONFOPTS+=		--disable-target-optspace --with-long-double-128 --enable-secureplt
-endif
-else
 GCC_CONFOPTS+=		--enable-target-optspace
 GCC_CONFOPTS+=		--enable-target-optspace
 endif
 endif