diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-08-15 16:18:35 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-08-15 16:18:35 +0000 |
commit | 09f0dcc66fbec2f35682d1362f73704d5708ae33 (patch) | |
tree | a9e179517ff97a38a8ee848de36571866e1f0f42 /config/toolchain.in | |
parent | ecab7e451fbc18d245beb8768a532ff99c6fdf0b (diff) | |
download | crosstool-ng-09f0dcc66fbec2f35682d1362f73704d5708ae33.tar.gz crosstool-ng-09f0dcc66fbec2f35682d1362f73704d5708ae33.tar.bz2 crosstool-ng-09f0dcc66fbec2f35682d1362f73704d5708ae33.zip |
Change "triplet" (target triplet) to "tuple". That sounds better!
Document overriding the number of // jobs.
Some small documentation fixes.
Diffstat (limited to 'config/toolchain.in')
-rw-r--r-- | config/toolchain.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/toolchain.in b/config/toolchain.in index 6eb3539d..bebf5b83 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 |