config/cc/gcc.in
changeset 850 ef8549b58b6f
parent 794 74bb87c3fd79
child 874 4c2030673163
     1.1 --- a/config/cc/gcc.in	Tue Aug 12 10:53:56 2008 +0000
     1.2 +++ b/config/cc/gcc.in	Sun Sep 14 16:21:07 2008 +0000
     1.3 @@ -130,6 +130,7 @@
     1.4      bool
     1.5      prompt "Use __cxa_atexit"
     1.6      default y
     1.7 +    depends on ! BARE_METAL
     1.8      help
     1.9        If you get the missing symbol "__cxa_atexit" when building C++ programs,
    1.10        you might want to try disabling this option.
    1.11 @@ -138,6 +139,7 @@
    1.12      bool
    1.13      prompt "Use sjlj for exceptions"
    1.14      default CC_SJLJ_EXCEPTIONS_CONFIGURE
    1.15 +    depends on ! BARE_METAL
    1.16  
    1.17  # This config option is used nowhere in the code on purpose.
    1.18  # It only serves as a choice entry to force neither using nor not using sjlj
    1.19 @@ -185,6 +187,7 @@
    1.20      string
    1.21      prompt "gcc extra config"
    1.22      default ""
    1.23 +    depends on ! BARE_METAL
    1.24      help
    1.25        Extra flags to pass onto ./configure when configuring gcc.
    1.26