mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 22:23:04 +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:
parent
749b819c92
commit
06c9a37016
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user