add patch fixing GCC 4.2.4 build
commitabf1dd54ac05f5b2d34d750027fa083b870e069e
authorrofl0r <retnyg@gmx.net>
Sat, 20 Oct 2018 14:09:18 +0000 (20 15:09 +0100)
committerrofl0r <retnyg@gmx.net>
Sat, 20 Oct 2018 14:12:22 +0000 (20 15:12 +0100)
tree8bd7440b818950e90809f7f12f78be22d3c2dda6
parent8b87e420313e455e668f50e373026d05c15831ed
add patch fixing GCC 4.2.4 build

while GCC 4.2.1 is particularly interesting because it is the last
GPL2 licensed GCC, 4.2.4 is the last release that doesn't require
3rd party libraries (GMP, MPC, MPFR), which makes the build way
less complex and slow. plus it's still reasonable modern to support
all compiler features used by the linux kernel (last time i checked).

patch taken from sabotage linux.
patches/gcc-4.2.4-toplev.diff [new file with mode: 0644]