This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Linux kernel version in release criteria


I don't think the release criteria should involve an old Linux kernel
version with known problems compiling with current GCC.  GCC 3.0 is not
going to be a recommended compiler for 2.2 series kernels; I think it's
better to specify 2.4.0 here (with an option to move up through 2.4 stable
kernels until the final version used for testing needs to be frozen).  OK
to commit?

Index: criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/criteria.html,v
retrieving revision 1.17
diff -u -r1.17 criteria.html
--- criteria.html	2000/12/19 07:00:16	1.17
+++ criteria.html	2001/01/12 10:04:26
@@ -207,10 +207,10 @@
     <th>Source URL
 <tr><td><a href="http://www.kernel.org">Linux kernel</a>
     <td>C
-    <td>2.2.14
+    <td>2.4.0
     <td><a
-    href="ftp://ftp.kernel.org/pub/linux/kernel/v2.2/linux-2.2.14.tar.gz">
-    linux-2.2.14.tar.gz</a>
+    href="ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-2.4.0.tar.gz">
+    linux-2.4.0.tar.gz</a>
 <tr><td><a href="http://www.gnu.org/software/emacs">GNU Emacs</a>
     <td>C
     <td>20.6

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]