diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-19 14:34:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-19 14:34:55 +0100 |
commit | 2c645004825ebbb342097b7952ec422e453bfe98 (patch) | |
tree | 7160ce1b531fc7cfaeeab7a04d5173f6d3fe9f8f /toolchain/gcc | |
parent | ee972f593a2f7d4bf818e8112674dcd8ee5522a4 (diff) |
fighting with git am and git format-patch...
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile | 1 |
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) |