diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-18 10:23:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-18 10:23:43 +0200 |
commit | f1b1a101f82df99c767f5f076dee0c03905d7be4 (patch) | |
tree | 9c77fac3a6fde8a5eecc61f87ee7df47b33261d2 /toolchain | |
parent | 9bfc0dba655b5b22eb28f9c42cccb37dcf86befe (diff) |
alpha: build toolchain w/o 128bit long double, add uClibc-ng config
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 |