Reverted change to gcc instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5110 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2005-09-21 04:48:05 +00:00
parent 4d3c267f19
commit 572c673411
2 changed files with 6 additions and 3 deletions

View File

@ -217,11 +217,11 @@ export PATH=/opt/gnat/bin:$PATH</userinput></screen>
<filename class='libraryfile'>libmudflap</filename> tests.</para>
</important>
<note>
<!-- <note>
<para>The instructions below assume that the base compiler is
gcc-&gcc-version;. If it is not, the initial <command>make</command>
command below should be <command>make bootstrap</command>.</para>
</note>
</note> -->
<screen><userinput>sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in &amp;&amp;
mkdir ../gcc-build &amp;&amp;
@ -234,7 +234,7 @@ cd ../gcc-build &amp;&amp;
--enable-__cxa_atexit \
--enable-clocale=gnu \
--enable-languages=c,c++,objc,f95,ada,java,treelang &amp;&amp;
make &amp;&amp;
make bootstrap &amp;&amp;
make -k check &amp;&amp;
../gcc-&gcc-version;/contrib/test_summary</userinput></screen>

View File

@ -44,6 +44,9 @@
<listitem>
<para>September 21st, 2005</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Reverted gcc build instructions.</para>
</listitem>
<listitem>
<para>[randy] - Updated to EsounD-0.2.36.</para>
</listitem>