I want to compile linux-2.4.0 kernel source. The README writes: COMPILING the kernel: - Make sure you have gcc-2.91.66 (egcs-1.1.2) available. gcc 2.95.2 may also work but is not as safe, and *gcc 2.7.2.3 is no longer supported*. Also remember to upgrade your binutils package (for as/ld/nm and company) if necessary. For more information, refer to ./Documentation/Changes. But I can’t find gcc-2.91.66 in https://gcc.gnu.org/releases.html. And it says “gcc-2.95.2 is no longer maintained” in https://gcc.gnu.org/gcc-2.95/. So can you tell me how to get gcc-2.91.66 or gcc-2.95.2? thank you very much!