summaryrefslogtreecommitdiff
path: root/config/binutils/elf2flt.in
blob: c46e599a2955fa9015b5cb86b6745cb89fb79acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# elf2flt options

if ARCH_BINFMT_FLAT

comment "elf2flt"

config ELF2FLT_VERSION
    string

choice
    bool
    prompt "elf2flt version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config ELF2FLT_CVSHEAD
    bool
    prompt "CVS Head"
    help
      Grab the latest version of elf2flt from the CVS repository

config ELF2FLT_CVS_SNAPSHOT
    bool
    prompt "CVS Snapshot"

endchoice

config ELF2FLT_CVS_SNAPSHOT_SPEC
    string
    depends on ELF2FLT_CVS_SNAPSHOT
    default ""
    prompt "CVS refspec for elf2flt"
    help
       What you enter here will be passed verbatim to the cvs checkout command
       so be careful!

config ELF2FLT_VERSION
    string
    default "head" if ELF2FLT_CVSHEAD
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW

config ELF2FLT_EXTRA_CONFIG
    string
    prompt "elf2flt extra config"
    default ""
    help
      Extra flags passed onto ./configure when configuring

endif