diff options
author | Waldemar <wbx@mirbsd.foo.bar> | 2009-12-19 14:30:58 +0059 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-19 14:34:06 +0100 |
commit | ee972f593a2f7d4bf818e8112674dcd8ee5522a4 (patch) | |
tree | 3ed5965b2a7a8cab8963f3232986a32200f96eb3 | |
parent | 0e40c7b459f3803bb44bca20304389c6999a2770 (diff) |
revert, already done
-rw-r--r-- | toolchain/gcc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 619ddf47c..a46e0db49 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -20,7 +20,6 @@ GCC_CONFOPTS= --prefix=$(STAGING_TOOLS) \ --disable-multilib \ --disable-sjlj-exceptions \ --disable-libssp \ - --disable-libstdcxx-pch \ --disable-nls ifeq ($(ADK_TARGET_NO_FPU),y) |