From 9a4c07884dd273b631638e97f9d1bc32d55f081c Mon Sep 17 00:00:00 2001 From: rofl0r Date: Mon, 2 Nov 2015 10:13:46 +0000 Subject: [PATCH] powerpc: build --with-long-double-64 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9193d7b..4b83e8e 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,10 @@ GCC_CONFIG = $(COMMON_CONFIG) --enable-tls \ $(GCC_LANG_CONFIG) \ $(GCC_MULTILIB_CONFIG) +ifeq ($(TARGET),powerpc-linux-musl) +GCC_CONFIG += --with-long-double-64 +endif + GCC0_CONFIG = $(GCC_CONFIG) \ --with-newlib --disable-libssp --disable-threads \ --disable-shared --disable-libgomp --disable-libatomic \