mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
new gcc specs patch: gcc-3.2.3-specs-3.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2550 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
585ce086da
commit
b2d4656229
@ -45,7 +45,7 @@
|
|||||||
<listitem><para>gcc-2.95.3-2.patch</para></listitem>
|
<listitem><para>gcc-2.95.3-2.patch</para></listitem>
|
||||||
<listitem><para>gcc-3.2.3-mmap_test.patch</para></listitem>
|
<listitem><para>gcc-3.2.3-mmap_test.patch</para></listitem>
|
||||||
<listitem><para>gcc-3.2.3-no_fixincludes.patch</para></listitem>
|
<listitem><para>gcc-3.2.3-no_fixincludes.patch</para></listitem>
|
||||||
<listitem><para>gcc-3.2.3-specs.patch</para></listitem>
|
<listitem><para>gcc-3.2.3-specs-3.patch</para></listitem>
|
||||||
<listitem><para>ncurses-5.3-etip.patch</para></listitem>
|
<listitem><para>ncurses-5.3-etip.patch</para></listitem>
|
||||||
<listitem><para>perl-5.8.0-libc.patch</para></listitem>
|
<listitem><para>perl-5.8.0-libc.patch</para></listitem>
|
||||||
<listitem><para>tcl-8.4.2</para></listitem>
|
<listitem><para>tcl-8.4.2</para></listitem>
|
||||||
@ -63,6 +63,9 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>May 10th, 2003 [gerard]: New
|
||||||
|
gcc-3.2.3-specs-3.patch.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>May 10th, 2003 [gerard]: Chapter 06 - Adjusting toolchain:
|
<listitem><para>May 10th, 2003 [gerard]: Chapter 06 - Adjusting toolchain:
|
||||||
Made it more architecture independant.</para></listitem>
|
Made it more architecture independant.</para></listitem>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ GCC (&gcc-version;) - &gcc-core-size;:
|
|||||||
<ulink url="http://freshmeat.net/projects/gcc/"/>
|
<ulink url="http://freshmeat.net/projects/gcc/"/>
|
||||||
|
|
||||||
GCC Specs Patch:
|
GCC Specs Patch:
|
||||||
<ulink url="&http;/gcc-3.2.3-specs-2.patch"/>
|
<ulink url="&http;/gcc-3.2.3-specs-3.patch"/>
|
||||||
|
|
||||||
GCC MMap Test Patch:
|
GCC MMap Test Patch:
|
||||||
<ulink url="&http;/gcc-3.2.3-mmap_test.patch"/>
|
<ulink url="&http;/gcc-3.2.3-mmap_test.patch"/>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Installation of GCC</title>
|
<title>Installation of GCC</title>
|
||||||
|
|
||||||
<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch
|
<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-3.patch
|
||||||
patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch
|
patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch
|
||||||
patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch</userinput></screen></para>
|
patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch</userinput></screen></para>
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20030507">
|
<!ENTITY version "20030510">
|
||||||
<!ENTITY releasedate "May 7th, 2003">
|
<!ENTITY releasedate "May 10th, 2003">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user