浏览代码

s390: fix musl toolchain build

Waldemar Brodkorb 6 年之前
父节点
当前提交
a2ca165ca7
共有 1 个文件被更改,包括 4 次插入0 次删除
  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