config/binutils/elf2flt.in
changeset 3103 a8bf927f6e37
parent 2469 3b08a7927e55
child 3122 23fbfabd8a0f
     1.1 --- a/config/binutils/elf2flt.in	Wed May 18 23:42:57 2011 +0200
     1.2 +++ b/config/binutils/elf2flt.in	Tue Nov 06 17:02:06 2012 +0100
     1.3 @@ -20,8 +20,26 @@
     1.4      bool
     1.5      prompt "CVS Snapshot"
     1.6  
     1.7 +config ELF2FLT_CUSTOM
     1.8 +    bool
     1.9 +    prompt "Custom elf2flt"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  endchoice
    1.13  
    1.14 +if ELF2FLT_CUSTOM
    1.15 +
    1.16 +config ELF2FLT_CUSTOM_LOCATION
    1.17 +    string
    1.18 +    prompt "Full path to custom elf2flt source"
    1.19 +    default ""
    1.20 +    help
    1.21 +      Enter the path to the directory (or tarball) of your source for elf2flt,
    1.22 +      or leave blank to use default CT_CUSTOM_LOCATION_ROOT_DIR/elf2flt
    1.23 +
    1.24 +endif # ELF2FLT_CUSTOM
    1.25 +if ! ELF2FLT_CUSTOM
    1.26 +
    1.27  config ELF2FLT_CVS_SNAPSHOT_SPEC
    1.28      string
    1.29      depends on ELF2FLT_CVS_SNAPSHOT
    1.30 @@ -31,9 +49,12 @@
    1.31         What you enter here will be passed verbatim to the cvs checkout command
    1.32         so be careful!
    1.33  
    1.34 +endif # ! ELF2FLT_CUSTOM
    1.35 +
    1.36  config ELF2FLT_VERSION
    1.37      string
    1.38 -    default "head" if ELF2FLT_CVSHEAD
    1.39 +    default "cvs" if ELF2FLT_CVSHEAD
    1.40 +    default "custom" if ELF2FLT_CUSTOM
    1.41  # Don't remove next line
    1.42  # CT_INSERT_VERSION_STRING_BELOW
    1.43