mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.
This commit is contained in:
parent
9abfe13620
commit
271190fa1e
40
config/cc.in
40
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user