diff options
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Makefile | 4 | ||||
-rw-r--r-- | toolchain/gcc/patches/4.9.3/uclibc-cmath-long-double.patch (renamed from toolchain/gcc/patches/4.9.3/uclibc-cmath.ppc) | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 6c4b0e2e2..ad2680616 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -165,6 +165,10 @@ GCC_FINAL_CONFOPTS+= --disable-biarch --disable-multilib endif endif +ifeq ($(ADK_TARGET_ARCH_ALPHA),y) +GCC_CONFOPTS+= --without-long-double-128 +endif + ifeq ($(ADK_TARGET_ARCH_PPC),y) GCC_CONFOPTS+= --with-long-double-64 --enable-secureplt endif diff --git a/toolchain/gcc/patches/4.9.3/uclibc-cmath.ppc b/toolchain/gcc/patches/4.9.3/uclibc-cmath-long-double.patch index 9ea5dc38f..9ea5dc38f 100644 --- a/toolchain/gcc/patches/4.9.3/uclibc-cmath.ppc +++ b/toolchain/gcc/patches/4.9.3/uclibc-cmath-long-double.patch |