summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/toolchain.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/toolchain.in b/config/toolchain.in
index 6eb3539..bebf5b8 100644
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -74,9 +74,9 @@ config TARGET_VENDOR
prompt "Vendor string"
default "unknown"
help
- Vendor part of the machine triplet.
+ Vendor part of the target tuple.
- A triplet is of the form arch-vendor-kernel-system.
+ A tuple is of the form arch-vendor-kernel-system.
You can set the second part, vendor, to whatever you see fit.
Use a single word, or use underscores "_" to separate words.
@@ -88,7 +88,7 @@ config TARGET_ALIAS_SED_EXPR
default ""
help
Normaly, you'd call your toolchain components (especially gcc) by
- prefixing the target triplet followed by a dash and the component name
+ prefixing the target tuple followed by a dash and the component name
(eg. armeb-unknown-linux-uclibc-gcc).
You can enter here a sed expression to be applied to ${CT_TARGET} to
@@ -107,7 +107,7 @@ config TARGET_ALIAS
default ""
help
Normaly, you'd call your toolchain components (especially gcc) by
- prefixing the target triplet followed by a dash and the component name
+ prefixing the target tuple followed by a dash and the component name
(eg. armeb-unknown-linux-uclibc-gcc).
You can enter a shortcut here. This string will be used to create
@@ -167,7 +167,7 @@ config TOOLCHAIN_TYPE
config BUILD
string
- prompt "Build system triplet"
+ prompt "Build system tuple"
default ""
help
Canonical name of the machine building the toolchain.
@@ -187,7 +187,7 @@ config CC_NATIVE
config HOST
string
- prompt "Host system triplet"
+ prompt "Host system tuple"
default ""
depends on NATIVE || CANADIAN
help