config/target.in
changeset 3169 9d0b37f08a10
parent 3150 1d6fd9bde73c
child 3310 6fb47591d19d
     1.1 --- a/config/target.in	Wed Dec 26 20:05:19 2012 +0100
     1.2 +++ b/config/target.in	Sun Jan 20 12:58:22 2013 +0000
     1.3 @@ -41,6 +41,21 @@
     1.4  
     1.5  source "config.gen/arch.in"
     1.6  
     1.7 +config ARCH_SUFFIX
     1.8 +    string
     1.9 +    prompt "Suffix to the arch-part"
    1.10 +    help
    1.11 +      Some architectures have multiple variants and being able to specify
    1.12 +      the variant instead of the arch is quite convenient. This is commonly
    1.13 +      seen for instance when "armv5tel-" is used as a prefix instead of the
    1.14 +      more generic "arm-", or with "alphaev6-" instead of "alpha-".
    1.15 +      
    1.16 +      Whatever you enter here will be appended to the architecture-part of the
    1.17 +      tuple, just before the first '-'. It will override any architecture-
    1.18 +      specific suffix that crosstool-NG may compute.
    1.19 +      
    1.20 +      If you are not sure about what this is, leave it blank.
    1.21 +
    1.22  #--------------------------------------
    1.23  comment "Generic target options"
    1.24