1
0
Просмотр исходного кода

always use long double 64 for ppc

Waldemar Brodkorb 12 лет назад
Родитель
Сommit
904e9a9e74
1 измененных файлов с 0 добавлено и 4 удалено
  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