summaryrefslogtreecommitdiff
path: root/config/cc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/cc.in')
-rw-r--r--config/cc.in40
1 files changed, 26 insertions, 14 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