summaryrefslogtreecommitdiff
path: root/config/companion_tools.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-28 23:57:02 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-28 23:57:02 (GMT)
commit15da72b273012385133ae43ad45239b22e6aae81 (patch)
tree84bf38e92f7c385c9d730b4274e6b4b2b1ee56dc /config/companion_tools.in
parent7817bcebe7e1921ffd00a421208470d22ffcb1bc (diff)
comptools: add make-3.81
Since the advent of make-3.82, some packages now break due to changes in make-3.82, being stricter than 3.81 when interpreting the Makefiles. This has bugged us a bit too much so far, and I believe fixing all of them is a long road, while simply building make-3.81 is the easiest route for now. Of course, in the long term, packages will get fixed upstream, and we should back-port the fixes to old versions, and get rid of building make-3.81. In the meantime... Reported several times on the mailing list. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/companion_tools.in')
-rw-r--r--config/companion_tools.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/companion_tools.in b/config/companion_tools.in
index b0e77c2..d5b78ee 100644
--- a/config/companion_tools.in
+++ b/config/companion_tools.in
@@ -10,6 +10,7 @@ config COMP_TOOLS
prompt "Build some companion tools"
help
Crosstool-NG relies on some external tools to be recent enough, namely:
+ make = 3.81 (in some cases)
m4 >= 1.4.12
autoconf >= 2.63
automake >= 1.10.2
@@ -20,6 +21,10 @@ config COMP_TOOLS
if COMP_TOOLS
+config COMP_TOOLS_make
+ bool
+ prompt "make"
+
config COMP_TOOLS_m4
bool
prompt "m4"