config/binutils/binutils.in
changeset 3089 3662412ddd59
parent 2947 479064d9a546
child 3121 5016315d88ba
     1.1 --- a/config/binutils/binutils.in	Mon Apr 30 17:28:50 2012 +0200
     1.2 +++ b/config/binutils/binutils.in	Thu Oct 11 14:39:41 2012 +1000
     1.3 @@ -50,8 +50,26 @@
     1.4      prompt "2.16.1a (OBSOLETE)"
     1.5      depends on OBSOLETE
     1.6  
     1.7 +config BINUTILS_CUSTOM
     1.8 +    bool
     1.9 +    prompt "Custom binutils"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    select BINUTILS_2_22_or_later
    1.12 +
    1.13  endchoice
    1.14  
    1.15 +if BINUTILS_CUSTOM
    1.16 +
    1.17 +config BINUTILS_CUSTOM_LOCATION
    1.18 +    string
    1.19 +    prompt "Full path to custom binutils source"
    1.20 +    default ""
    1.21 +    help
    1.22 +      Enter the path to the directory (or tarball) of your source for binutils,
    1.23 +      or leave blank to use default CT_CUSTOM_LOCATION_ROOT_DIR/binutils
    1.24 +
    1.25 +endif # BINUTILS_CUSTOM
    1.26 +
    1.27  config BINUTILS_VERSION
    1.28      string
    1.29  # Don't remove next line
    1.30 @@ -64,6 +82,7 @@
    1.31      default "2.18a" if BINUTILS_V_2_18a
    1.32      default "2.17a" if BINUTILS_V_2_17a
    1.33      default "2.16.1a" if BINUTILS_V_2_16_1a
    1.34 +    default "custom" if BINUTILS_CUSTOM
    1.35  
    1.36  config BINUTILS_2_22_or_later
    1.37      bool