diff -r 74bb87c3fd79 -r ef8549b58b6f config/cc/gcc.in --- a/config/cc/gcc.in Tue Aug 12 10:53:56 2008 +0000 +++ b/config/cc/gcc.in Sun Sep 14 16:21:07 2008 +0000 @@ -130,6 +130,7 @@ bool prompt "Use __cxa_atexit" default y + depends on ! BARE_METAL help If you get the missing symbol "__cxa_atexit" when building C++ programs, you might want to try disabling this option. @@ -138,6 +139,7 @@ bool prompt "Use sjlj for exceptions" default CC_SJLJ_EXCEPTIONS_CONFIGURE + depends on ! BARE_METAL # This config option is used nowhere in the code on purpose. # It only serves as a choice entry to force neither using nor not using sjlj @@ -185,6 +187,7 @@ string prompt "gcc extra config" default "" + depends on ! BARE_METAL help Extra flags to pass onto ./configure when configuring gcc.