diff -r 1d6fd9bde73c -r 9d0b37f08a10 config/target.in --- a/config/target.in Wed Dec 26 20:05:19 2012 +0100 +++ b/config/target.in Sun Jan 20 12:58:22 2013 +0000 @@ -41,6 +41,21 @@ source "config.gen/arch.in" +config ARCH_SUFFIX + string + prompt "Suffix to the arch-part" + help + Some architectures have multiple variants and being able to specify + the variant instead of the arch is quite convenient. This is commonly + seen for instance when "armv5tel-" is used as a prefix instead of the + more generic "arm-", or with "alphaev6-" instead of "alpha-". + + Whatever you enter here will be appended to the architecture-part of the + tuple, just before the first '-'. It will override any architecture- + specific suffix that crosstool-NG may compute. + + If you are not sure about what this is, leave it blank. + #-------------------------------------- comment "Generic target options"