From 34f1f35360232fe05874593d1ffd2086277c24a4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 10 May 2016 19:22:25 +0200 Subject: add basic ppc64 musl support --- toolchain/gcc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/gcc/Makefile') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 8a4024220..568423032 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -174,6 +174,10 @@ ifeq ($(ADK_TARGET_ARCH_PPC),y) GCC_CONFOPTS+= --with-long-double-64 --enable-secureplt endif +ifeq ($(ADK_TARGET_ARCH_PPC64),y) +GCC_CONFOPTS+= --without-long-double-128 --with-abi=elfv2 +endif + ifeq ($(ADK_TARGET_ARCH_FRV),y) GCC_CONFOPTS+= --enable-sjlj-exceptions endif -- cgit v1.2.3