# HG changeset patch # User "Yann E. MORIN" # Date 1188501735 0 # Node ID 33e5e62eeee7f17dd1c6a473fe1a4ff44c93045e # Parent 4d618b3b3de53da020c6481b5967f961f6cfca49 Apply some scosmetic changes, courtesy Al Stone . diff -r 4d618b3b3de5 -r 33e5e62eeee7 config/cc.in --- a/config/cc.in Wed Aug 29 16:46:23 2007 +0000 +++ b/config/cc.in Thu Aug 30 19:22:15 2007 +0000 @@ -19,8 +19,8 @@ help gcc is the full-blown GNU compiler. This is what most people will choose. - gcc sports lots of languages, powerfull code parser, optimised binary output, - and lots of other features. + gcc supports many languages, a powerful code parser, optimised binary + output, and lots of other features. endchoice @@ -61,8 +61,10 @@ default n depends on CC_SUPPORT_CXX help - Only select this if you know that your specific combination of - compiler and its version does support this language. + Enable building a C++ compiler. + + Only select this if you know that your specific version of the + compiler supports this language. config CC_LANG_FORTRAN bool @@ -70,8 +72,10 @@ default n depends on CC_SUPPORT_FORTRAN help - Only select this if you know that your specific combination of - compiler and its version does support this language. + Enable building a FORTRAN compiler. + + Only select this if you know that your specific version of the + compiler supports this language. config CC_LANG_JAVA bool @@ -79,8 +83,10 @@ default n depends on CC_SUPPORT_JAVA help - Only select this if you know that your specific combination of - compiler and its version does support this language. + Enable building a Java compiler. + + Only select this if you know that your specific version of the + compiler supports this language. config CC_LANG_ADA bool @@ -88,8 +94,10 @@ default n depends on CC_SUPPORT_ADA help - Only select this if you know that your specific combination of - compiler and its version does support this language. + Enable building an Ada compiler. + + Only select this if you know that your specific version of the + compiler supports this language. config CC_LANG_OBJC bool @@ -97,8 +105,10 @@ default n depends on CC_SUPPORT_OBJC help - Only select this if you know that your specific combination of - compiler and its version does support this language. + Enable building an Objective C compiler. + + Only select this if you know that your specific version of the + compiler supports this language. config CC_LANG_OBJCXX bool @@ -106,8 +116,10 @@ default n depends on CC_SUPPORT_OBJCXX help - Only select this if you know that your specific combination of - compiler and its version does support this language. + Enable building an Objective C++ compiler. + + Only select this if you know that your specific version of the + compiler supports this language. config CC_LANG_OTHERS string diff -r 4d618b3b3de5 -r 33e5e62eeee7 config/cc_gcc.in --- a/config/cc_gcc.in Wed Aug 29 16:46:23 2007 +0000 +++ b/config/cc_gcc.in Thu Aug 30 19:22:15 2007 +0000 @@ -92,7 +92,7 @@ prompt "__cxa_atexit" default "y" help - If you get the missing symbol "__cxa_atexit" when building c++ programs, + If you get the missing symbol "__cxa_atexit" when building C++ programs, you might want to try disabling this option. config CC_CORE_EXTRA_CONFIG