diff -r 419d959441ed -r f0d84f1d4c93 config/toolchain.in --- a/config/toolchain.in Tue Aug 14 19:32:22 2007 +0000 +++ b/config/toolchain.in Wed Aug 15 16:18:35 2007 +0000 @@ -74,9 +74,9 @@ 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 @@ 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 @@ 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 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 HOST string - prompt "Host system triplet" + prompt "Host system tuple" default "" depends on NATIVE || CANADIAN help