Explorar o código

s390: fix musl toolchain build

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

+ 4 - 0
toolchain/gcc/Makefile

@@ -223,6 +223,10 @@ GCC_CONFOPTS+=		--without-long-double-128 --with-abi=elfv2
 endif
 endif
 
+ifeq ($(ADK_TARGET_ARCH_S390),y)
+GCC_CONFOPTS+=		--with-long-double-128
+endif
+
 ifneq ($(ADK_TARGET_ABI_MIPS64),)
 GCC_CONFOPTS+=		--with-abi=${ADK_TARGET_ABI_MIPS64}
 endif