Author: chris
Date: 2006-03-20 12:16:35 -0700 (Mon, 20 Mar 2006)
New Revision: 1301
Modified:
trunk/BOOK/bootable/alpha/kernel.xml
trunk/BOOK/bootable/mips/kernel.xml
trunk/BOOK/bootable/ppc/kernel.xml
trunk/BOOK/bootable/sparc/kernel.xml
trunk/BOOK/bootable/x86/kernel.xml
trunk/BOOK/bootable/x86_64/kernel.xml
trunk/BOOK/introduction/common/changelog.xml
Log:
Removed note about GCC 2.95.3 from kernel section.
Modified: trunk/BOOK/bootable/alpha/kernel.xml
===================================================================
--- trunk/BOOK/bootable/alpha/kernel.xml 2006-03-20 18:17:49 UTC (rev
1300)
+++ trunk/BOOK/bootable/alpha/kernel.xml 2006-03-20 19:16:35 UTC (rev
1301)
@@ -67,10 +67,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../x86/kernel.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'l'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../x86/kernel.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'m'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/bootable/mips/kernel.xml
===================================================================
--- trunk/BOOK/bootable/mips/kernel.xml 2006-03-20 18:17:49 UTC (rev 1300)
+++ trunk/BOOK/bootable/mips/kernel.xml 2006-03-20 19:16:35 UTC (rev 1301)
@@ -73,10 +73,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../x86/kernel.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'l'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../x86/kernel.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'m'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/bootable/ppc/kernel.xml
===================================================================
--- trunk/BOOK/bootable/ppc/kernel.xml 2006-03-20 18:17:49 UTC (rev 1300)
+++ trunk/BOOK/bootable/ppc/kernel.xml 2006-03-20 19:16:35 UTC (rev 1301)
@@ -67,10 +67,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../x86/kernel.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'l'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../x86/kernel.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'m'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/bootable/sparc/kernel.xml
===================================================================
--- trunk/BOOK/bootable/sparc/kernel.xml 2006-03-20 18:17:49 UTC (rev
1300)
+++ trunk/BOOK/bootable/sparc/kernel.xml 2006-03-20 19:16:35 UTC (rev
1301)
@@ -67,10 +67,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../x86/kernel.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'l'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../x86/kernel.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'m'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/bootable/x86/kernel.xml
===================================================================
--- trunk/BOOK/bootable/x86/kernel.xml 2006-03-20 18:17:49 UTC (rev 1300)
+++ trunk/BOOK/bootable/x86/kernel.xml 2006-03-20 19:16:35 UTC (rev 1301)
@@ -75,15 +75,6 @@
to explore all the configuration menus and create the kernel configuration
from scratch.</para>
- <note os="l">
- <para>Linux-2.6 kernel series is required to be compiled with GCC-3.x or
- later, in this case &gcc-version;. It is not recommended to compile the
- kernel with GCC-2.95.x, as this causes failures in the Glibc test suite.
- Normally, this wouldn't be mentioned as LFS doesn't build GCC-2.95.x.
- Unfortunately, the kernel documentation is outdated and still claims
- GCC-2.95.3 is the recommended compiler.</para>
- </note>
-
<para os="m">Compile the kernel image and modules:</para>
<screen os="n"><userinput>make</userinput></screen>
Modified: trunk/BOOK/bootable/x86_64/kernel.xml
===================================================================
--- trunk/BOOK/bootable/x86_64/kernel.xml 2006-03-20 18:17:49 UTC (rev
1300)
+++ trunk/BOOK/bootable/x86_64/kernel.xml 2006-03-20 19:16:35 UTC (rev
1301)
@@ -67,10 +67,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../x86/kernel.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'l'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../x86/kernel.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'m'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/introduction/common/changelog.xml
===================================================================
--- trunk/BOOK/introduction/common/changelog.xml 2006-03-20 18:17:49 UTC
(rev 1300)
+++ trunk/BOOK/introduction/common/changelog.xml 2006-03-20 19:16:35 UTC
(rev 1301)
@@ -48,6 +48,11 @@
<listitem>
<para>[jim] - Updated to Shadow 4.0.15.</para>
</listitem>
+ <listitem>
+ <para>[Chris] - Removed note about GCC 2.95.3 from kernel
+ section, as documentation has been updated in linux-2.6.16
+ and it now recommends GCC >= 3.2.</para>
+ </listitem>
</itemizedlist>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page