patch-2.4.0-test10 linux/init/main.c

Next file: linux/ipc/sem.c
Previous file: linux/include/pcmcia/version.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/init/main.c linux/init/main.c
@@ -73,8 +73,8 @@
  * To avoid associated bogus bug reports, we flatly refuse to compile
  * with a gcc that is known to be too old from the very beginning.
  */
-#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
-#error sorry, your GCC is too old. It builds incorrect kernels.
+#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 91)
+#error Sorry, your GCC is too old. It builds incorrect kernels.
 #endif
 
 extern char _stext, _etext;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)