config/binutils/binutils.in.2
changeset 3315 464128a8fc3f
parent 3123 6a5946fbc728
     1.1 --- a/config/binutils/binutils.in.2	Mon Nov 19 11:21:31 2012 +0100
     1.2 +++ b/config/binutils/binutils.in.2	Sun May 11 15:43:28 2014 +0200
     1.3 @@ -7,12 +7,10 @@
     1.4  choice
     1.5      bool
     1.6      prompt "elf2flt version"
     1.7 -# Don't remove next line
     1.8 -# CT_INSERT_VERSION_BELOW
     1.9  
    1.10 -config ELF2FLT_CVSHEAD
    1.11 +config ELF2FLT_GIT
    1.12      bool
    1.13 -    prompt "CVS Head"
    1.14 +    prompt "git"
    1.15      help
    1.16        Grab the latest version of elf2flt from the CVS repository
    1.17  
    1.18 @@ -23,8 +21,30 @@
    1.19  
    1.20  endchoice
    1.21  
    1.22 +config ELF2FLT_VERSION
    1.23 +    string
    1.24 +
    1.25 +if ELF2FLT_GIT
    1.26 +
    1.27 +config ELF2FLT_GIT_CSET
    1.28 +    string
    1.29 +    prompt "git cset"
    1.30 +    default "21c6a41885ad544763ccd19883c1353f3b0b7a47"
    1.31 +    help
    1.32 +      Enter the git changeset to use.
    1.33 +
    1.34 +      The default currently points to the HEAD of the git tree.
    1.35 +
    1.36 +config ELF2FLT_VERSION
    1.37 +    default ELF2FLT_GIT_CSET
    1.38 +
    1.39 +endif # ELF2FLT_GIT
    1.40 +
    1.41  if ELF2FLT_CUSTOM
    1.42  
    1.43 +config ELF2FLT_VERSION
    1.44 +    default "custom"
    1.45 +
    1.46  config ELF2FLT_CUSTOM_LOCATION
    1.47      string
    1.48      prompt "Full path to custom elf2flt source"
    1.49 @@ -35,13 +55,6 @@
    1.50  
    1.51  endif # ELF2FLT_CUSTOM
    1.52  
    1.53 -config ELF2FLT_VERSION
    1.54 -    string
    1.55 -    default "cvs" if ELF2FLT_CVSHEAD
    1.56 -    default "custom" if ELF2FLT_CUSTOM
    1.57 -# Don't remove next line
    1.58 -# CT_INSERT_VERSION_STRING_BELOW
    1.59 -
    1.60  config ELF2FLT_EXTRA_CONFIG_ARRAY
    1.61      string
    1.62      prompt "elf2flt extra config"