config/cc.in
changeset 923 54fc137f9dc8
parent 850 ef8549b58b6f
child 1107 80c00c7d8734
     1.1 --- a/config/cc.in	Sun Sep 14 16:21:07 2008 +0000
     1.2 +++ b/config/cc.in	Mon Oct 13 16:58:52 2008 +0000
     1.3 @@ -2,38 +2,13 @@
     1.4  
     1.5  menu "C compiler"
     1.6  
     1.7 -choice
     1.8 -    bool
     1.9 -    prompt "C compiler flavour"
    1.10 -    default CC_GCC
    1.11 -
    1.12 -config CC_GCC
    1.13 -    bool
    1.14 -    prompt "gcc"
    1.15 -    select CC_SUPPORT_CXX
    1.16 -    select CC_SUPPORT_FORTRAN
    1.17 -    select CC_SUPPORT_JAVA
    1.18 -    select CC_SUPPORT_ADA
    1.19 -    select CC_SUPPORT_OBJC
    1.20 -    select CC_SUPPORT_OBJCXX
    1.21 -    help
    1.22 -      gcc is the full-blown GNU compiler. This is what most people will choose.
    1.23 -      
    1.24 -      gcc supports many languages, a powerful code parser, optimised binary 
    1.25 -      output, and lots of other features.
    1.26 -
    1.27 -endchoice
    1.28 +config CC
    1.29 +    string
    1.30  
    1.31  config CC_VERSION
    1.32      string
    1.33  
    1.34 -config CC
    1.35 -    string
    1.36 -    default "gcc" if CC_GCC
    1.37 -
    1.38 -if CC_GCC
    1.39 -source config/cc/gcc.in
    1.40 -endif
    1.41 +source config.gen/cc.in
    1.42  
    1.43  config CC_SUPPORT_CXX
    1.44      bool