diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-30 23:41:19 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-30 23:41:19 +0200 |
commit | 06c9a37016b03301bbfb771dc664d85fbb5a543f (patch) | |
tree | dfe05099ea568c2a5e61d60ed6ef44cbbb13c364 | |
parent | 749b819c92d213224e5f3a98364a76d4f3e2519c (diff) | |
download | crosstool-ng-06c9a37016b03301bbfb771dc664d85fbb5a543f.tar.gz crosstool-ng-06c9a37016b03301bbfb771dc664d85fbb5a543f.tar.bz2 crosstool-ng-06c9a37016b03301bbfb771dc664d85fbb5a543f.zip |
cc/gcc: do not show sjlj choice for bare-metal
In the conversion from choic to tristate, this got lost.
-rw-r--r-- | config/cc/gcc.in.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index cfef3f1b..95d7037f 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -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. |