mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-22 16:58:54 +00:00
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:
@ -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.
|
||||||
|
Reference in New Issue
Block a user