2009-05-13 20:55:15 +00:00
|
|
|
# elf2flt options
|
|
|
|
|
2009-05-20 20:13:13 +00:00
|
|
|
if ARCH_BINFMT_FLAT
|
|
|
|
|
|
|
|
comment "elf2flt"
|
2009-05-13 20:55:15 +00:00
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "elf2flt version"
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
2009-05-13 20:55:15 +00:00
|
|
|
|
|
|
|
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
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2009-05-13 20:55:15 +00:00
|
|
|
|
2011-05-18 21:00:46 +00:00
|
|
|
config ELF2FLT_EXTRA_CONFIG_ARRAY
|
2009-05-13 20:55:15 +00:00
|
|
|
string
|
|
|
|
prompt "elf2flt extra config"
|
|
|
|
default ""
|
|
|
|
help
|
|
|
|
Extra flags passed onto ./configure when configuring
|
2011-05-18 21:42:57 +00:00
|
|
|
|
|
|
|
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
|
2009-05-13 20:55:15 +00:00
|
|
|
|
2009-05-20 20:13:13 +00:00
|
|
|
endif
|