summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-19 14:34:55 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-19 14:34:55 +0100
commit2c645004825ebbb342097b7952ec422e453bfe98 (patch)
tree7160ce1b531fc7cfaeeab7a04d5173f6d3fe9f8f
parentee972f593a2f7d4bf818e8112674dcd8ee5522a4 (diff)
fighting with git am and git format-patch...
-rw-r--r--toolchain/gcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index a46e0db49..619ddf47c 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -20,6 +20,7 @@ GCC_CONFOPTS= --prefix=$(STAGING_TOOLS) \
--disable-multilib \
--disable-sjlj-exceptions \
--disable-libssp \
+ --disable-libstdcxx-pch \
--disable-nls
ifeq ($(ADK_TARGET_NO_FPU),y)