diff -r 27a0abfd46d1 -r a7ba1352aee1 config/toolchain.in --- a/config/toolchain.in Tue May 29 19:30:38 2007 +0000 +++ b/config/toolchain.in Tue Aug 07 19:40:38 2007 +0000 @@ -81,12 +81,31 @@ Keep the default (unkown) if you don't know better. +config TARGET_ALIAS_SED_EXPR + string + prompt "Target sed transform" + default "" + help + Normaly, you'd call your toolchain components (especially gcc) by + prefixing the target triplet 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 + create an alias for your toolchain. + + For example, "s/${CT_TARGET_VENDOR}/foobar/" (without the double quotes) + will create the armeb-foobar-linux-uclibc alias to the above-mentioned + toolchain. + + You shouldn't need to enter anything here, unless you plan to manually + call the tools (autotools-based ./configure will use the standard name). + config TARGET_ALIAS string prompt "Target alias" default "" help - Normaly, you'd call your toolchain component (especially gcc) by + Normaly, you'd call your toolchain components (especially gcc) by prefixing the target triplet followed by a dash and the component name (eg. armeb-unknown-linux-uclibc-gcc).