summaryrefslogtreecommitdiffstats
path: root/rules/cross-gcc.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-10-10 21:31:24 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-10-10 21:31:24 +0000
commitb7ae1930663f88038949390012a91cbb9ee59e01 (patch)
tree423703184c5d7bba84a05a0ec31af993c8d0f3b2 /rules/cross-gcc.in
parent0045d79c35ff952ebe7bcdea9c84e177d7776c96 (diff)
downloadOSELAS.Toolchain-b7ae1930663f88038949390012a91cbb9ee59e01.tar.gz
OSELAS.Toolchain-b7ae1930663f88038949390012a91cbb9ee59e01.tar.xz
* rules/glibc.in, rules/uclibc.in, rules/cross-gcc.in, rules/cross-gcc.make:
sjlj exceptions can now be disabled or enabled git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7746 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/cross-gcc.in')
-rw-r--r--rules/cross-gcc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/cross-gcc.in b/rules/cross-gcc.in
index 01e4aa6..c8e89db 100644
--- a/rules/cross-gcc.in
+++ b/rules/cross-gcc.in
@@ -92,6 +92,17 @@ config CROSS_GCC_EXTRA_CONFIG_CXA_ATEXIT
###
+### ___sjlj_exceptions
+###
+config CROSS_GCC_DISABLE_SJLJ_EXCEPTIONS
+ bool
+
+config CROSS_GCC_EXTRA_CONFIG_SJLJ_EXCEPTIONS
+ string
+ default "--disable-sjlj-exceptions" if CROSS_GCC_DISABLE_SJLJ_EXCEPTIONS
+
+
+###
### shared
###
config CROSS_GCC_SHARED