mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Removed a sed in Chapter 6 GCC instructions that
has been fixed in GCC-4.5.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9267 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
228e7b79c5
commit
641a3cd27e
@ -36,6 +36,17 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<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>
|
||||
|
@ -66,11 +66,6 @@ esac</userinput></screen>
|
||||
|
||||
<screen><userinput remap="pre">sed -i 's@\./fixinc\.sh@-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>
|
||||
|
||||
|
@ -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}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user