summaryrefslogtreecommitdiff
path: root/config/binutils/binutils.in.2
diff options
context:
space:
mode:
Diffstat (limited to 'config/binutils/binutils.in.2')
-rw-r--r--config/binutils/binutils.in.225
1 files changed, 0 insertions, 25 deletions
diff --git a/config/binutils/binutils.in.2 b/config/binutils/binutils.in.2
deleted file mode 100644
index 29ae543..0000000
--- a/config/binutils/binutils.in.2
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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