summaryrefslogtreecommitdiffstats
path: root/rules/cross-gcc.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-08-25 13:10:05 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-08-25 13:10:05 +0000
commit76662e2854b01ef938fe5eeedcf17d03591a18fe (patch)
treebf523542ae94ee012fd6a4bc9cde800f8ac250e8 /rules/cross-gcc.make
parentefe3fc6bc502cc678c802485d4c563e3fccd9260 (diff)
downloadOSELAS.Toolchain-76662e2854b01ef938fe5eeedcf17d03591a18fe.tar.gz
OSELAS.Toolchain-76662e2854b01ef938fe5eeedcf17d03591a18fe.tar.xz
* rules/cross-gcc.make:
disable sjlj exceptions, libjava's configure is to stupid to detect right eception model on arm git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7279 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/cross-gcc.make')
-rw-r--r--rules/cross-gcc.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make
index 6a599c0..11cf4fe 100644
--- a/rules/cross-gcc.make
+++ b/rules/cross-gcc.make
@@ -68,6 +68,8 @@ CROSS_GCC_AUTOCONF_COMMON := \
--disable-decimal-float \
--disable-fixed-point \
--disable-win32-registry \
+ --disable-sjlj-exceptions \
+ \
--enable-symvers=gnu \
\
--with-pkgversion=${PTXCONF_PROJECT} \
@@ -85,8 +87,6 @@ endif
# --enable-tls enable or disable generation of tls code
# overriding the assembler check for tls support
# --enable-initfini-array use .init_array/.fini_array sections
-# --enable-sjlj-exceptions
-# arrange to use setjmp/longjmp exception handling
# --enable-version-specific-runtime-libs
# specify that runtime libraries should be
# installed in a compiler-specific directory