config/binutils/elf2flt.in
changeset 1345 27fec561af53
child 1535 073d351bdcd3
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/binutils/elf2flt.in	Wed May 20 20:13:13 2009 +0000
     1.3 @@ -0,0 +1,50 @@
     1.4 +# elf2flt options
     1.5 +
     1.6 +if ARCH_BINFMT_FLAT
     1.7 +
     1.8 +comment "elf2flt"
     1.9 +
    1.10 +config ELF2FLT_VERSION
    1.11 +    string
    1.12 +
    1.13 +choice
    1.14 +    bool
    1.15 +    prompt "elf2flt version"
    1.16 +
    1.17 +config ELF2FLT_CVSHEAD
    1.18 +    bool
    1.19 +    prompt "CVS Head"
    1.20 +    help
    1.21 +      Grab the latest version of elf2flt from the CVS repository
    1.22 +
    1.23 +config ELF2FLT_CVS_SNAPSHOT
    1.24 +    bool
    1.25 +    prompt "CVS Snapshot"
    1.26 +
    1.27 +# CT_INSERT_VERSION_ABOVE
    1.28 +# Don't remove above line!
    1.29 +endchoice
    1.30 +
    1.31 +config ELF2FLT_CVS_SNAPSHOT_SPEC
    1.32 +    string
    1.33 +    depends on ELF2FLT_CVS_SNAPSHOT
    1.34 +    default ""
    1.35 +    prompt "CVS refspec for elf2flt"
    1.36 +    help
    1.37 +       What you enter here will be passed verbatim to the cvs checkout command
    1.38 +       so be careful!
    1.39 +
    1.40 +config ELF2FLT_VERSION
    1.41 +    string
    1.42 +    default "head" if ELF2FLT_CVSHEAD
    1.43 +# CT_INSERT_VERSION_STRING_ABOVE
    1.44 +# Don't remove above line!
    1.45 +
    1.46 +config ELF2FLT_EXTRA_CONFIG
    1.47 +    string
    1.48 +    prompt "elf2flt extra config"
    1.49 +    default ""
    1.50 +    help
    1.51 +      Extra flags passed onto ./configure when configuring
    1.52 +
    1.53 +endif