config/cc.in
changeset 850 ef8549b58b6f
parent 760 80098c869f5e
child 923 54fc137f9dc8
     1.1 --- a/config/cc.in	Tue Aug 05 13:27:09 2008 +0000
     1.2 +++ b/config/cc.in	Sun Sep 14 16:21:07 2008 +0000
     1.3 @@ -53,6 +53,8 @@
     1.4  config CC_SUPPORT_OBJCXX
     1.5      bool
     1.6  
     1.7 +if ! BARE_METAL
     1.8 +
     1.9  comment "Additional supported languages:"
    1.10  
    1.11  config CC_LANG_CXX
    1.12 @@ -136,4 +138,10 @@
    1.13        Eg. gcc-4.1+ has a toy programming language, treelang. As it is not usefull
    1.14        in real life, it is not available in the selection above.
    1.15  
    1.16 +endif # ! BARE_METAL
    1.17 +
    1.18 +if BARE_METAL
    1.19 +comment "Only C language supported on bare metal"
    1.20 +endif # BARE_METAL
    1.21 +
    1.22  endmenu