Some eye-candy in the toolchain sub-menu entries.

/trunk/config/toolchain.in |    8     5     3     0 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
This commit is contained in:
Yann E. MORIN" 2009-03-03 17:50:53 +00:00
parent 6822fae02e
commit 661d2239e5

View File

@ -40,9 +40,11 @@ config SHARED_LIBS
You might not want shared libraries if you're building for a target that
don't support it (maybe some nommu targets, for example, or bare metal).
comment "Tuple completion and aliasing"
config TARGET_VENDOR
string
prompt "Vendor string"
prompt "Tuple's vendor string"
default "unknown"
help
Vendor part of the target tuple.
@ -56,7 +58,7 @@ config TARGET_VENDOR
config TARGET_ALIAS_SED_EXPR
string
prompt "Target sed transform"
prompt "Tuple's sed transform"
default ""
help
Normaly, you'd call your toolchain components (especially gcc) by
@ -75,7 +77,7 @@ config TARGET_ALIAS_SED_EXPR
config TARGET_ALIAS
string
prompt "Target alias"
prompt "Tuple's alias"
default ""
help
Normaly, you'd call your toolchain components (especially gcc) by