From 06c9a37016b03301bbfb771dc664d85fbb5a543f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 30 Jul 2010 23:41:19 +0200 Subject: [PATCH] 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 file changed, 1 insertion(+) 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.