mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
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:
parent
6822fae02e
commit
661d2239e5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user