diff options
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index bd5c6556a..96105d57f 100644 --- a/toolchain/gcc/Makefile +++ b/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 |