summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-07-30 21:41:19 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-07-30 21:41:19 (GMT)
commit06c9a37016b03301bbfb771dc664d85fbb5a543f (patch)
treedfe05099ea568c2a5e61d60ed6ef44cbbb13c364 /config/cc
parent749b819c92d213224e5f3a98364a76d4f3e2519c (diff)
cc/gcc: do not show sjlj choice for bare-metal
In the conversion from choic to tristate, this got lost.
Diffstat (limited to 'config/cc')
-rw-r--r--config/cc/gcc.in.21
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2
index cfef3f1..95d7037 100644
--- a/config/cc/gcc.in.2
+++ b/config/cc/gcc.in.2
@@ -45,6 +45,7 @@ config CC_GCC_DISABLE_PCH
config CC_GCC_SJLJ_EXCEPTIONS
tristate
prompt "Use sjlj for exceptions"
+ depends on ! BARE_METAL
default m
help
'sjlj' is short for setjmp/longjmp.