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
tristate
prompt "Use sjlj for exceptions"
depends on ! BARE_METAL
default m
help
'sjlj' is short for setjmp/longjmp.