From 4c7e914580ff3014a015d4f1eb0cd4e108e87f68 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 23 Jul 2014 20:56:54 +0200 Subject: add qemu support for ppc virtex ml507 --- toolchain/gcc/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'toolchain/gcc') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 188c5c899..abc938ffb 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -98,13 +98,7 @@ GCC_CONFOPTS+= --disable-lto endif ifeq ($(ADK_LINUX_PPC),y) -ifeq ($(ADK_TARGET_LIBC),musl) -GCC_CONFOPTS+= --disable-target-optspace --with-long-double-64 --enable-secureplt -else -GCC_CONFOPTS+= --disable-target-optspace --with-long-double-128 --enable-secureplt -endif -else -GCC_CONFOPTS+= --enable-target-optspace +GCC_CONFOPTS+= --with-long-double-64 --enable-secureplt endif ifeq ($(ADK_TARGET_ARCH),arm) @@ -142,7 +136,6 @@ ifeq ($(ADK_CPU_SPARC_V9),y) GCC_CONFOPTS+= --with-cpu=ultrasparc endif - ifneq ($(ADK_TARGET_MIPS_ABI),) GCC_CONFOPTS+= --with-abi=${ADK_TARGET_MIPS_ABI} endif -- cgit v1.2.3