Commit ffaf2ab6 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Require GNU Make version 3.79.1 or later

From: Adrian Bunk <bunk@fs.tum.de>

GNU make 3.78 reproducible segfaults when building kernel 2.6.

See http://marc.theaimsgroup.com/?l=linux-kernel&m=107333742902438&w=2

Therefore, the minimum requirement for GNU make has to be raised in
Documentation/Changes.

GNU make 3.79.1 works.
parent e152aa13
...@@ -49,7 +49,7 @@ Card) hardware, for example, you probably needn't concern yourself ...@@ -49,7 +49,7 @@ Card) hardware, for example, you probably needn't concern yourself
with pcmcia-cs. with pcmcia-cs.
o Gnu C 2.95.3 # gcc --version o Gnu C 2.95.3 # gcc --version
o Gnu make 3.78 # make --version o Gnu make 3.79.1 # make --version
o binutils 2.12 # ld -v o binutils 2.12 # ld -v
o util-linux 2.10o # fdformat --version o util-linux 2.10o # fdformat --version
o module-init-tools 0.9.10 # depmod -V o module-init-tools 0.9.10 # depmod -V
...@@ -96,7 +96,7 @@ your version of gcc 2.95.x, may necessitate using -fno-strict-aliasing). ...@@ -96,7 +96,7 @@ your version of gcc 2.95.x, may necessitate using -fno-strict-aliasing).
Make Make
---- ----
You will need Gnu make 3.78 or later to build the kernel. You will need Gnu make 3.79.1 or later to build the kernel.
Binutils Binutils
-------- --------
...@@ -301,9 +301,9 @@ gcc 2.95.3 ...@@ -301,9 +301,9 @@ gcc 2.95.3
---------- ----------
o <ftp://ftp.gnu.org/gnu/gcc/gcc-2.95.3.tar.gz> o <ftp://ftp.gnu.org/gnu/gcc/gcc-2.95.3.tar.gz>
Make 3.78 Make
--------- ----
o <ftp://ftp.gnu.org/gnu/make/make-3.78.1.tar.gz> o <ftp://ftp.gnu.org/gnu/make/>
Binutils Binutils
-------- --------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment