2010-01-12 20:09:30 +00:00
|
|
|
# Companion tools config options
|
|
|
|
|
|
|
|
if EXPERIMENTAL
|
|
|
|
|
|
|
|
menu "Companion tools"
|
|
|
|
|
|
|
|
comment "READ HELP before you say 'Y' below !!!"
|
|
|
|
config COMP_TOOLS
|
|
|
|
bool
|
|
|
|
prompt "Build some companion tools"
|
|
|
|
help
|
|
|
|
Crosstool-NG relies on some external tools to be recent enough, namely:
|
2010-01-12 21:47:14 +00:00
|
|
|
m4 >= 1.4.12
|
2010-01-12 20:09:30 +00:00
|
|
|
autoconf >= 2.63
|
2010-01-12 21:47:36 +00:00
|
|
|
automake >= 1.10.2
|
2010-01-12 21:47:57 +00:00
|
|
|
libtool >= 2.2.4
|
2010-01-12 20:09:30 +00:00
|
|
|
|
|
|
|
If your system has older versions, we can build them for you,
|
|
|
|
but you are strongly encouraged to update your system instead!
|
|
|
|
|
|
|
|
if COMP_TOOLS
|
|
|
|
|
2010-01-12 21:47:14 +00:00
|
|
|
config COMP_TOOLS_m4
|
|
|
|
bool
|
|
|
|
prompt "m4"
|
|
|
|
|
2010-01-12 20:09:30 +00:00
|
|
|
config COMP_TOOLS_autoconf
|
|
|
|
bool
|
|
|
|
prompt "autoconf"
|
|
|
|
|
2010-01-12 21:47:36 +00:00
|
|
|
config COMP_TOOLS_automake
|
|
|
|
bool
|
|
|
|
prompt "automake"
|
|
|
|
|
2010-01-12 21:47:57 +00:00
|
|
|
config COMP_TOOLS_libtool
|
|
|
|
bool
|
|
|
|
prompt "libtool"
|
|
|
|
|
2010-01-12 20:09:30 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|