summaryrefslogtreecommitdiff
path: root/config/binutils/elf2flt.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/binutils/elf2flt.in')
-rw-r--r--config/binutils/elf2flt.in50
1 files changed, 50 insertions, 0 deletions
diff --git a/config/binutils/elf2flt.in b/config/binutils/elf2flt.in
new file mode 100644
index 0000000..0b1ef72
--- /dev/null
+++ b/config/binutils/elf2flt.in
@@ -0,0 +1,50 @@
+# elf2flt options
+
+if ARCH_BINFMT_FLAT
+
+comment "elf2flt"
+
+config ELF2FLT_VERSION
+ string
+
+choice
+ bool
+ prompt "elf2flt version"
+
+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"
+
+# CT_INSERT_VERSION_ABOVE
+# Don't remove above line!
+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
+# CT_INSERT_VERSION_STRING_ABOVE
+# Don't remove above line!
+
+config ELF2FLT_EXTRA_CONFIG
+ string
+ prompt "elf2flt extra config"
+ default ""
+ help
+ Extra flags passed onto ./configure when configuring
+
+endif