diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-23 20:56:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-23 21:27:51 +0200 |
commit | 4c7e914580ff3014a015d4f1eb0cd4e108e87f68 (patch) | |
tree | 2a6395f48d76d1f62115c2cf8900871e65fee6b1 /toolchain | |
parent | f9c3a55a887ed486670b62f62d6e136ac14a9ed0 (diff) |
add qemu support for ppc virtex ml507
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
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 |