Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Aug 30 19:22:15 2007 +0000 (2007-08-30)
changeset 34633e5e62eeee7
parent 345 4d618b3b3de5
child 347 10d6514f4f94
Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.
config/cc.in
config/cc_gcc.in
     1.1 --- a/config/cc.in	Wed Aug 29 16:46:23 2007 +0000
     1.2 +++ b/config/cc.in	Thu Aug 30 19:22:15 2007 +0000
     1.3 @@ -19,8 +19,8 @@
     1.4      help
     1.5        gcc is the full-blown GNU compiler. This is what most people will choose.
     1.6        
     1.7 -      gcc sports lots of languages, powerfull code parser, optimised binary output,
     1.8 -      and lots of other features.
     1.9 +      gcc supports many languages, a powerful code parser, optimised binary 
    1.10 +      output, and lots of other features.
    1.11  
    1.12  endchoice
    1.13  
    1.14 @@ -61,8 +61,10 @@
    1.15      default n
    1.16      depends on CC_SUPPORT_CXX
    1.17      help
    1.18 -      Only select this if you know that your specific combination of
    1.19 -      compiler and its version does support this language.
    1.20 +      Enable building a C++ compiler.
    1.21 +
    1.22 +      Only select this if you know that your specific version of the
    1.23 +      compiler supports this language.
    1.24  
    1.25  config CC_LANG_FORTRAN
    1.26      bool
    1.27 @@ -70,8 +72,10 @@
    1.28      default n
    1.29      depends on CC_SUPPORT_FORTRAN
    1.30      help
    1.31 -      Only select this if you know that your specific combination of
    1.32 -      compiler and its version does support this language.
    1.33 +      Enable building a FORTRAN compiler.
    1.34 +
    1.35 +      Only select this if you know that your specific version of the
    1.36 +      compiler supports this language.
    1.37  
    1.38  config CC_LANG_JAVA
    1.39      bool
    1.40 @@ -79,8 +83,10 @@
    1.41      default n
    1.42      depends on CC_SUPPORT_JAVA
    1.43      help
    1.44 -      Only select this if you know that your specific combination of
    1.45 -      compiler and its version does support this language.
    1.46 +      Enable building a Java compiler.
    1.47 +
    1.48 +      Only select this if you know that your specific version of the
    1.49 +      compiler supports this language.
    1.50  
    1.51  config CC_LANG_ADA
    1.52      bool
    1.53 @@ -88,8 +94,10 @@
    1.54      default n
    1.55      depends on CC_SUPPORT_ADA
    1.56      help
    1.57 -      Only select this if you know that your specific combination of
    1.58 -      compiler and its version does support this language.
    1.59 +      Enable building an Ada compiler.
    1.60 +
    1.61 +      Only select this if you know that your specific version of the
    1.62 +      compiler supports this language.
    1.63  
    1.64  config CC_LANG_OBJC
    1.65      bool
    1.66 @@ -97,8 +105,10 @@
    1.67      default n
    1.68      depends on CC_SUPPORT_OBJC
    1.69      help
    1.70 -      Only select this if you know that your specific combination of
    1.71 -      compiler and its version does support this language.
    1.72 +      Enable building an Objective C compiler.
    1.73 +
    1.74 +      Only select this if you know that your specific version of the
    1.75 +      compiler supports this language.
    1.76  
    1.77  config CC_LANG_OBJCXX
    1.78      bool
    1.79 @@ -106,8 +116,10 @@
    1.80      default n
    1.81      depends on CC_SUPPORT_OBJCXX
    1.82      help
    1.83 -      Only select this if you know that your specific combination of
    1.84 -      compiler and its version does support this language.
    1.85 +      Enable building an Objective C++ compiler.
    1.86 +
    1.87 +      Only select this if you know that your specific version of the
    1.88 +      compiler supports this language.
    1.89  
    1.90  config CC_LANG_OTHERS
    1.91      string
     2.1 --- a/config/cc_gcc.in	Wed Aug 29 16:46:23 2007 +0000
     2.2 +++ b/config/cc_gcc.in	Thu Aug 30 19:22:15 2007 +0000
     2.3 @@ -92,7 +92,7 @@
     2.4      prompt "__cxa_atexit"
     2.5      default "y"
     2.6      help
     2.7 -      If you get the missing symbol "__cxa_atexit" when building c++ programs,
     2.8 +      If you get the missing symbol "__cxa_atexit" when building C++ programs,
     2.9        you might want to try disabling this option.
    2.10  
    2.11  config CC_CORE_EXTRA_CONFIG