mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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:
parent
4d3c267f19
commit
572c673411
@ -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 &&
|
||||
mkdir ../gcc-build &&
|
||||
@ -234,7 +234,7 @@ cd ../gcc-build &&
|
||||
--enable-__cxa_atexit \
|
||||
--enable-clocale=gnu \
|
||||
--enable-languages=c,c++,objc,f95,ada,java,treelang &&
|
||||
make &&
|
||||
make bootstrap &&
|
||||
make -k check &&
|
||||
../gcc-&gcc-version;/contrib/test_summary</userinput></screen>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user