summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-30 19:22:15 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-30 19:22:15 (GMT)
commit271190fa1ecb3312f83f5e7e4608ed185c183dba (patch)
tree7b318543308ca296dfed8904808465df7391fe92 /config
parent9abfe136209d73380eb0633fc9ee6ef9be0d95cc (diff)
Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.
Diffstat (limited to 'config')
-rw-r--r--config/cc.in40
-rw-r--r--config/cc_gcc.in2
2 files changed, 27 insertions, 15 deletions
diff --git a/config/cc.in b/config/cc.in
index 176cdf6..6dd9ea0 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
diff --git a/config/cc_gcc.in b/config/cc_gcc.in
index 51d1240..1a21cfd 100644
--- a/config/cc_gcc.in
+++ b/config/cc_gcc.in
@@ -92,7 +92,7 @@ config CC_CXA_ATEXIT
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