From 96dcd54773fa810e7b0b27dbdae5f3d10014aba8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 14 Jun 2009 20:30:19 +0200 Subject: finetune kernel config for lemote - boot via tftp works now - fix libgcrypt compile issue - disable-sjlj-exceptions, does not compile for mips64 --- toolchain/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc/Makefile') 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 \ -- cgit v1.2.3