diff options
Diffstat (limited to 'toolchain/gcc/Makefile')
-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 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 |