summaryrefslogtreecommitdiff
path: root/config/binutils/binutils.in.2
blob: 29ae543524716c1dc1b2f86db49df1ffec402027 (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
# elf2flt options

if ARCH_BINFMT_FLAT

config ELF2FLT_REQUIRES
    def_bool y
    select ZLIB
    select BINUTILS_FORCE_LD_BFD_ONLY

comment "elf2flt"

source "config/versions/elf2flt.in"

config ELF2FLT_EXTRA_CONFIG_ARRAY
    string
    prompt "elf2flt extra config"
    default ""
    help
      Extra flags passed onto ./configure when configuring
      
      You can enter multiple arguments here, and arguments can contain spaces
      if they are properly quoted (or escaped, but prefer quotes). Eg.:
          --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space

endif # ARCH_BINFMT_FLAT