On Thu, 27 Dec 2001 00:11:28 +0100, Richard Zidlicky wrote: > On Tue, Dec 25, 2001 at 11:22:50PM +0100, Thierry Godefroy wrote: > > Hi ! > > > > - two patches against vanilla Linux source tree allowing to compile Linux > > v2.4.10 and v2.4.13 for Q40/Q60. > > just to remid you, at least gcc-2.91.66 is required for 2.4.x kernels. > The 2.95.1 included in source form on the old distribution CD should be > good enough but is untested for this purpose.
I do compile my i586 kernels with gcc v2.95.2, BUT in this case you MUST change the root Makefile so that the gcc "-fomit-frame-pointer" options are replaced (in two locations of the Makefile) by "-fno-omit-frame-pointer": failing to do this WILL result in an UNSTABLE kernel. The best thing is therefore to stick with gcc-2.91.66 (available from the Q60-Linux web site)... > 2.4.17 is available from linux-m68k CVS. I will donwload this one, compile it, and make it available for everyone on the Q60-Linux site. Thierry.
