Author: bdubbs
Date: 2010-05-05 23:05:01 -0600 (Wed, 05 May 2010)
New Revision: 9267
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/gcc.xml
trunk/BOOK/general.ent
Log:
Removed a sed in Chapter 6 GCC instructions that
has been fixed in GCC-4.5.0.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-05-03 15:40:02 UTC (rev 9266)
+++ trunk/BOOK/chapter01/changelog.xml 2010-05-06 05:05:01 UTC (rev 9267)
@@ -37,6 +37,17 @@
-->
<listitem>
+ <para>2010-05-06</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Removed a sed in Chapter 6 GCC instructions that
+ has been fixed in GCC-4.5.0.
+ Fixes <ulink url="&lfs-ticket-root;2653">#2653</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2010-05-03</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/gcc.xml
===================================================================
--- trunk/BOOK/chapter06/gcc.xml 2010-05-03 15:40:02 UTC (rev 9266)
+++ trunk/BOOK/chapter06/gcc.xml 2010-05-06 05:05:01 UTC (rev 9267)
@@ -66,11 +66,6 @@
<screen><userinput remap="pre">sed -i 's...@\./fixinc\...@-c true@'
gcc/Makefile.in</userinput></screen>
- <para>Apply a <command>sed</command> substitution to prevent a testsuite
-error:</para>
-
-<screen><userinput remap="pre">sed -i 's/getline/get_line/'
libiberty/testsuite/test-demangle.c</userinput></screen>
-
<para>The GCC documentation recommends building GCC outside of the source
directory in a dedicated build directory:</para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-05-03 15:40:02 UTC (rev 9266)
+++ trunk/BOOK/general.ent 2010-05-06 05:05:01 UTC (rev 9267)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100503">
-<!ENTITY releasedate "May 3, 2010">
+<!ENTITY version "SVN-20100506">
+<!ENTITY releasedate "May 6, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "6.7">
<!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