config/cc/gcc.in
changeset 923 54fc137f9dc8
parent 881 d8a7445e18d2
child 1121 4b7ed9da5a21
     1.1 --- a/config/cc/gcc.in	Sun Sep 28 18:09:23 2008 +0000
     1.2 +++ b/config/cc/gcc.in	Mon Oct 13 16:58:52 2008 +0000
     1.3 @@ -1,5 +1,18 @@
     1.4  # Compiler options
     1.5  
     1.6 +config CC_gcc
     1.7 +    select CC_SUPPORT_CXX
     1.8 +    select CC_SUPPORT_FORTRAN
     1.9 +    select CC_SUPPORT_JAVA
    1.10 +    select CC_SUPPORT_ADA
    1.11 +    select CC_SUPPORT_OBJC
    1.12 +    select CC_SUPPORT_OBJCXX
    1.13 +    help
    1.14 +      gcc is the full-blown GNU compiler. This is what most people will choose.
    1.15 +      
    1.16 +      gcc supports many languages, a powerful code parser, optimised binary
    1.17 +      output, and lots of other features.
    1.18 +
    1.19  choice
    1.20      bool
    1.21      prompt "gcc version"