config/toolchain.in
changeset 372 f635b165bf18
parent 329 419d959441ed
child 425 548b7aa23385
     1.1 --- a/config/toolchain.in	Tue Aug 14 19:32:22 2007 +0000
     1.2 +++ b/config/toolchain.in	Tue Sep 11 17:14:28 2007 +0000
     1.3 @@ -74,9 +74,9 @@
     1.4      prompt "Vendor string"
     1.5      default "unknown"
     1.6      help
     1.7 -      Vendor part of the machine triplet.
     1.8 +      Vendor part of the target tuple.
     1.9        
    1.10 -      A triplet is of the form arch-vendor-kernel-system.
    1.11 +      A tuple is of the form arch-vendor-kernel-system.
    1.12        You can set the second part, vendor, to whatever you see fit.
    1.13        Use a single word, or use underscores "_" to separate words.
    1.14        
    1.15 @@ -88,7 +88,7 @@
    1.16      default ""
    1.17      help
    1.18        Normaly, you'd call your toolchain components (especially gcc) by
    1.19 -      prefixing the target triplet followed by a dash and the component name
    1.20 +      prefixing the target tuple followed by a dash and the component name
    1.21        (eg. armeb-unknown-linux-uclibc-gcc).
    1.22        
    1.23        You can enter here a sed expression to be applied to ${CT_TARGET} to
    1.24 @@ -107,7 +107,7 @@
    1.25      default ""
    1.26      help
    1.27        Normaly, you'd call your toolchain components (especially gcc) by
    1.28 -      prefixing the target triplet followed by a dash and the component name
    1.29 +      prefixing the target tuple followed by a dash and the component name
    1.30        (eg. armeb-unknown-linux-uclibc-gcc).
    1.31        
    1.32        You can enter a shortcut here. This string will be used to create
    1.33 @@ -167,7 +167,7 @@
    1.34  
    1.35  config BUILD 
    1.36      string
    1.37 -    prompt "Build system triplet"
    1.38 +    prompt "Build system tuple"
    1.39      default ""
    1.40      help
    1.41        Canonical name of the machine building the toolchain.
    1.42 @@ -187,7 +187,7 @@
    1.43  
    1.44  config HOST
    1.45      string
    1.46 -    prompt "Host system triplet"
    1.47 +    prompt "Host system tuple"
    1.48      default ""
    1.49      depends on NATIVE || CANADIAN
    1.50      help