diff options
Diffstat (limited to 'config/binutils/binutils.in')
-rw-r--r-- | config/binutils/binutils.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 908395d7..3cb58f9e 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -180,3 +180,27 @@ config BINUTILS_FOR_TARGET_BFD default y endif # BINUTILS_FOR_TARGET + +if ARCH_BINFMT_FLAT + +comment "elf2flt" + +config ELF2FLT_REQUIRES + def_bool y + select ZLIB + select BINUTILS_FORCE_LD_BFD_ONLY + +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 |