| Kernel v2.4.33 /Documentation/Changes |
|---|
 2.4.33
 Documentation
 Changes
diff -urN linux-2.4.32/Documentation/Changes linux-2.4.33/Documentation/Changes
--- linux-2.4.32/Documentation/Changes 2005-04-04 01:42:19.000000000 +0000
+++ linux-2.4.33/Documentation/Changes 2006-08-11 04:18:20.915190991 +0000
@@ -91,6 +91,8 @@
You should ensure you use gcc-2.96-74 or later. gcc-2.96-54 will not build
the kernel correctly.
+gcc 4 is not supported.
+
In addition, please pay attention to compiler optimization. Anything
greater than -O2 may not be wise. Similarly, if you choose to use gcc-2.95.x
or derivatives, be sure not to use -fstrict-aliasing (which, depending on
|