summaryrefslogtreecommitdiff
path: root/config/toolchain.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/toolchain.in')
-rw-r--r--config/toolchain.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/config/toolchain.in b/config/toolchain.in
index 6a97e4c..19e30c9 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -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