Added the GCC Linkonce patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4141 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2004-09-07 01:48:31 +00:00
parent 3b3e3cce5b
commit 041cbb60ac
4 changed files with 19 additions and 2 deletions

View File

@ -54,6 +54,7 @@ first a summary, then a detailed log.</para>
<listitem><para>bash-3.0-display_wrap-1.patch</para></listitem> <listitem><para>bash-3.0-display_wrap-1.patch</para></listitem>
<listitem><para>coreutils-5.2.1-suppress_hostname_uptime_kill_su-1.patch</para></listitem> <listitem><para>coreutils-5.2.1-suppress_hostname_uptime_kill_su-1.patch</para></listitem>
<listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem> <listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem>
<listitem><para>gcc-3.4.1-linkonce-1.patch</para></listitem>
<listitem><para>hotplug-2004_04_01</para></listitem> <listitem><para>hotplug-2004_04_01</para></listitem>
<listitem><para>hotplug-2004_04_01-bogus_deps-1.patch</para></listitem> <listitem><para>hotplug-2004_04_01-bogus_deps-1.patch</para></listitem>
<listitem><para>hotplug-2004_04_01-device-2.patch</para></listitem> <listitem><para>hotplug-2004_04_01-device-2.patch</para></listitem>
@ -92,6 +93,9 @@ first a summary, then a detailed log.</para>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>September 6th, 2004 [jeremy]: Added the linkonce patch to
chapter 6 gcc instructions.</para></listitem>
<listitem><para>September 6th, 2004 [jeremy]: Upgraded to linux-libc-headers <listitem><para>September 6th, 2004 [jeremy]: Upgraded to linux-libc-headers
version 2.6.8.1</para></listitem> version 2.6.8.1</para></listitem>

View File

@ -50,6 +50,13 @@ following:</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term> GCC Linkonce Patch - 12KB:</term>
<listitem>
<para><ulink url="&patches-root;gcc-&gcc-version;-linkonce-1.patch"/></para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>GCC No-Fixincludes Patch - 1 KB:</term> <term>GCC No-Fixincludes Patch - 1 KB:</term>
<listitem> <listitem>

View File

@ -46,6 +46,12 @@ the Specs patch) also used in the previous chapter:</para>
<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch</userinput></screen> <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch</userinput></screen>
<para>GCC fails to compile some packages outside of a base Linux From Scratch
install (e.g., Mozilla and kdegraphics) when used in conjunction with newer
versions of binutils. Apply the following patch to fix this issue:</para>
<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-linkonce-1.patch</userinput></screen>
<para>Now apply a sed substitution that will suppress the installation of <para>Now apply a sed substitution that will suppress the installation of
<filename class="libraryfile">libiberty.a</filename>. We want to use the version of <filename class="libraryfile">libiberty.a</filename>. We want to use the version of
<filename class="libraryfile">libiberty.a</filename> provided by Binutils:</para> <filename class="libraryfile">libiberty.a</filename> provided by Binutils:</para>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20040904"> <!ENTITY version "SVN-20040906">
<!ENTITY releasedate "September 4, 2004"> <!ENTITY releasedate "September 6, 2004">
<!ENTITY milestone "6.0"> <!ENTITY milestone "6.0">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/">