diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-08-30 19:22:15 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-08-30 19:22:15 +0000 |
commit | 271190fa1ecb3312f83f5e7e4608ed185c183dba (patch) | |
tree | 7b318543308ca296dfed8904808465df7391fe92 /config/cc.in | |
parent | 9abfe136209d73380eb0633fc9ee6ef9be0d95cc (diff) | |
download | crosstool-ng-271190fa1ecb3312f83f5e7e4608ed185c183dba.tar.gz crosstool-ng-271190fa1ecb3312f83f5e7e4608ed185c183dba.tar.bz2 crosstool-ng-271190fa1ecb3312f83f5e7e4608ed185c183dba.zip |
Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.
Diffstat (limited to 'config/cc.in')
-rw-r--r-- | config/cc.in | 40 |
1 files changed, 26 insertions, 14 deletions
diff --git a/config/cc.in b/config/cc.in index 176cdf6a..6dd9ea00 100644 --- a/config/cc.in +++ b/config/cc.in @@ -19,8 +19,8 @@ config CC_GCC 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 @@ config CC_LANG_CXX 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 @@ config CC_LANG_FORTRAN 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 @@ config CC_LANG_JAVA 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 @@ config CC_LANG_ADA 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 @@ config CC_LANG_OBJC 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 @@ config CC_LANG_OBJCXX 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 |