summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-19 12:03:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-19 12:03:16 +0100
commit5279869f4930b421c7f27223ff2425d974d453f0 (patch)
treeca1186651a42c34b82b90dcfc911fb9e6e6b0a6e /toolchain/gcc
parent8b28681c4a5f6aff8a99045feca75dd5e073a53f (diff)
disable precompiled headers, solves problem on MirBSD
Diffstat (limited to 'toolchain/gcc')
-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)