diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-11 11:05:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-11 11:05:55 +0200 |
commit | 39998a3fc54b00043503526baafe8eb6a11cbc82 (patch) | |
tree | eb964e9fd380825b3e8fdcb3601311db177d8e98 /toolchain | |
parent | 548106f19fe32c30db2a1c502095467c2d476fd9 (diff) |
disable cloog and ppl support
Diffstat (limited to 'toolchain')
-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 c74c841fe..eb86166ff 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -22,6 +22,10 @@ GCC_CONFOPTS= --prefix=$(STAGING_TOOLS) \ --disable-sjlj-exceptions \ --disable-libssp \ --disable-libstdcxx-pch \ + --disable-ppl-version-check \ + --disable-cloog-version-check \ + --without-ppl \ + --without-cloog \ --disable-nls ifeq ($(ADK_TARGET_NO_FPU),y) |