summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-12 11:51:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-12 11:51:08 +0200
commit27ad978f93dcf77403f80f2c651359267d7602bb (patch)
treed30dca9afefa702ed79d6f4e2f12938fd550fa55
parent21d272edadf566845647f72e39fcd7d3ad34c29c (diff)
parent39998a3fc54b00043503526baafe8eb6a11cbc82 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
-rw-r--r--toolchain/gcc/Makefile4
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)