summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-10 21:58:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-10 21:58:35 +0200
commitd9ff60dad6c5f68824c481a2bb698d6941d0255b (patch)
treeed519032a691225b2cbb8d097ef3e7a6d673f45c /toolchain
parenta481c461a4a7dae7440b9de3145ecb5b87206b3a (diff)
eglibc compiles fine for arm
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index f6095eb8f..436973df6 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