diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-14 20:30:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-14 20:30:19 +0200 |
commit | 96dcd54773fa810e7b0b27dbdae5f3d10014aba8 (patch) | |
tree | c12681b1480ff4bae1740c5a36c5150ad13f9585 /toolchain/gcc/Makefile | |
parent | 3a48b9fa45749cd9b48f134d77d321e9405da992 (diff) |
finetune kernel config for lemote
- boot via tftp works now
- fix libgcrypt compile issue
- disable-sjlj-exceptions, does not compile for mips64
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index ea3cd1f4d..41ea5b9d8 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -22,7 +22,7 @@ GCC_CONFOPTS= --prefix=$(STAGING_TOOLS) \ --enable-target-optspace \ --with-gnu-ld \ --disable-libmudflap \ - --enable-sjlj-exceptions \ + --disable-sjlj-exceptions \ --disable-libgomp \ --disable-biarch \ --disable-multilib \ |