Author: jhuntwork
Date: 2008-10-20 08:56:53 -0600 (Mon, 20 Oct 2008)
New Revision: 8684

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/adjusting.xml
   trunk/BOOK/general.ent
Log:
GCC 4.3.2 uses a new location for fixed includes. Fix scripts in chapter 5's 
adjusting toolchain section to use it.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-20 05:04:25 UTC (rev 8683)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-20 14:56:53 UTC (rev 8684)
@@ -38,6 +38,16 @@
 -->
 
     <listitem>
+      <para>2008-10-20</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jhuntwork] - GCC 4.3.2 uses a new directory for fixed 
includes. Fixed
+          the adjust toolchain scripts to point to the new location.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2008-10-19</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter05/adjusting.xml
===================================================================
--- trunk/BOOK/chapter05/adjusting.xml  2008-10-20 05:04:25 UTC (rev 8683)
+++ trunk/BOOK/chapter05/adjusting.xml  2008-10-20 14:56:53 UTC (rev 8684)
@@ -66,10 +66,10 @@
   their length):</para>
 
 <!-- && used to ease copy and pasting -->
-<screen><userinput>GCC_INCLUDEDIR=`dirname $(gcc 
-print-libgcc-file-name)`/include &amp;&amp;
-find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \; &amp;&amp;
-rm -vf `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*` &amp;&amp;
-unset GCC_INCLUDEDIR</userinput></screen>
+<screen><userinput>GCC_FIXED=`dirname $(gcc 
-print-libgcc-file-name)`/include-fixed &amp;&amp;
+find ${GCC_FIXED}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \; &amp;&amp;
+rm -vf `grep -l "DO NOT EDIT THIS FILE" ${GCC_FIXED}/*` &amp;&amp;
+unset GCC_FIXED</userinput></screen>
 
   <caution>
     <para>At this point, it is imperative to stop and ensure that the basic

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2008-10-20 05:04:25 UTC (rev 8683)
+++ trunk/BOOK/general.ent      2008-10-20 14:56:53 UTC (rev 8684)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20081019">
-<!ENTITY releasedate "October 19, 2008">
+<!ENTITY version "SVN-20081020">
+<!ENTITY releasedate "October 20, 2008">
 <!ENTITY copyrightdate "1999&ndash;2008">
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to