config/toolchain.in
changeset 321 a7ba1352aee1
parent 144 27a0abfd46d1
child 329 419d959441ed
     1.1 --- a/config/toolchain.in	Tue May 29 19:30:38 2007 +0000
     1.2 +++ b/config/toolchain.in	Tue Aug 07 19:40:38 2007 +0000
     1.3 @@ -81,12 +81,31 @@
     1.4        
     1.5        Keep the default (unkown) if you don't know better.
     1.6  
     1.7 +config TARGET_ALIAS_SED_EXPR
     1.8 +    string
     1.9 +    prompt "Target sed transform"
    1.10 +    default ""
    1.11 +    help
    1.12 +      Normaly, you'd call your toolchain components (especially gcc) by
    1.13 +      prefixing the target triplet followed by a dash and the component name
    1.14 +      (eg. armeb-unknown-linux-uclibc-gcc).
    1.15 +      
    1.16 +      You can enter here a sed expression to be applied to ${CT_TARGET} to
    1.17 +      create an alias for your toolchain.
    1.18 +      
    1.19 +      For example, "s/${CT_TARGET_VENDOR}/foobar/" (without the double quotes)
    1.20 +      will create the armeb-foobar-linux-uclibc alias to the above-mentioned
    1.21 +      toolchain.
    1.22 +      
    1.23 +      You shouldn't need to enter anything here, unless you plan to manually
    1.24 +      call the tools (autotools-based ./configure will use the standard name).
    1.25 +
    1.26  config TARGET_ALIAS
    1.27      string
    1.28      prompt "Target alias"
    1.29      default ""
    1.30      help
    1.31 -      Normaly, you'd call your toolchain component (especially gcc) by
    1.32 +      Normaly, you'd call your toolchain components (especially gcc) by
    1.33        prefixing the target triplet followed by a dash and the component name
    1.34        (eg. armeb-unknown-linux-uclibc-gcc).
    1.35