cc/gcc: do not show sjlj choice for bare-metal
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Jul 30 23:41:19 2010 +0200 (2010-07-30)
changeset 20542ec4260a4692
parent 2053 2238f1167eaa
child 2055 5b352265b42e
cc/gcc: do not show sjlj choice for bare-metal

In the conversion from choic to tristate, this got lost.
config/cc/gcc.in.2
     1.1 --- a/config/cc/gcc.in.2	Fri Jul 30 23:30:02 2010 +0200
     1.2 +++ b/config/cc/gcc.in.2	Fri Jul 30 23:41:19 2010 +0200
     1.3 @@ -45,6 +45,7 @@
     1.4  config CC_GCC_SJLJ_EXCEPTIONS
     1.5      tristate
     1.6      prompt "Use sjlj for exceptions"
     1.7 +    depends on ! BARE_METAL
     1.8      default m
     1.9      help
    1.10        'sjlj' is short for setjmp/longjmp.