cc/gcc: do not show sjlj choice for bare-metal

In the conversion from choic to tristate, this got lost.
This commit is contained in:
Yann E. MORIN"
2010-07-30 23:41:19 +02:00
parent 749b819c92
commit 06c9a37016

View File

@ -45,6 +45,7 @@ config CC_GCC_DISABLE_PCH
config CC_GCC_SJLJ_EXCEPTIONS config CC_GCC_SJLJ_EXCEPTIONS
tristate tristate
prompt "Use sjlj for exceptions" prompt "Use sjlj for exceptions"
depends on ! BARE_METAL
default m default m
help help
'sjlj' is short for setjmp/longjmp. 'sjlj' is short for setjmp/longjmp.