summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-10 22:21:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-10 22:21:48 +0200
commit0f9c47bc33e6f34dfd5df57f6104397aba74fc0d (patch)
treed3ac18d82e71e9a954e9654ddf18da949af901c5 /toolchain/gcc
parent1abb476dbcb13a4da684e8baeaa24bb3e6778483 (diff)
parent70467235e8f54f04f6d9b0e81cfef35794fdc4c0 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index a2bdaacd1..baf60775f 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -25,13 +25,14 @@ GCC_CONFOPTS= --prefix=$(STAGING_TOOLS) \
--disable-libgomp \
--disable-biarch \
--disable-multilib \
+ --disable-sjlj-exceptions \
--disable-nls
-ifeq ($(ADK_LINUX_ARM_TOMTOM),y)
-GCC_CONFOPTS+= --enable-sjlj-exceptions
-else
-GCC_CONFOPTS+= --disable-sjlj-exceptions
-endif
+#ifeq ($(ADK_LINUX_ARM_TOMTOM),y)
+#GCC_CONFOPTS+= --enable-sjlj-exceptions
+#else
+#GCC_CONFOPTS+= --disable-sjlj-exceptions
+#endif
ifeq ($(ADK_SSP),y)
GCC_CONFOPTS+= --enable-libssp