Changeset 03084bc9


Ignore:
Timestamp:
08/29/2004 09:03:03 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.0
Children:
8aaa00a1
Parents:
e4ce4ea
Message:
  • Added gcc-3.4.1-linkonce-1.patch so as Mozilla and kdegraphics can be compiled successfully

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4072 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re4ce4ea r03084bc9  
    5353<listitem><para>coreutils-5.2.1-suppress_hostname_uptime_kill_su-1.patch</para></listitem>
    5454<listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem>
     55<listitem><para>gcc-3.4.1-linkonce-1.patch</para></listitem>
    5556<listitem><para>inetutils-1.4.2-kernel_headers-1.patch</para></listitem>
    5657<listitem><para>iproute2-2.6.8-040823</para></listitem>
     
    8485</listitem>
    8586
     87<listitem><para>August 29th, 2004 [matt]: Added
     88gcc-3.4.1-linkonce-1.patch, so as our toolchain can compile Mozilla and
     89kdegraphics (to name but 2 packages) once again.  See
     90<ulink url="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16625"/> for more
     91details.</para></listitem>
     92
    8693<listitem><para>August 29th, 2004 [gerard]: Added Appendix B -
    8794Acronyms.</para></listitem>
  • chapter03/patches.xml

    re4ce4ea r03084bc9  
    4848<listitem>
    4949<para><ulink url="&patches-root;flex-&flex-version;-debian_fixes-2.patch"/></para>
     50</listitem>
     51</varlistentry>
     52
     53<varlistentry>
     54<term> GCC Linkonce Patch - 12 KB:</term>
     55<listitem>
     56<para><ulink url="&patches-root;gcc-&gcc-version;-linkonce-1.patch"/></para>
    5057</listitem>
    5158</varlistentry>
  • chapter06/gcc.xml

    re4ce4ea r03084bc9  
    4747
    4848<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch</userinput></screen>
     49
     50<para>GCC fails to compile some packages outside of a base Linux From Scratch
     51install (e.g., Mozilla and kdegraphics) when used in conjunction with newer
     52versions of binutils.  Apply the following patch to fix this issue:</para>
     53
     54<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-linkonce-1.patch</userinput></screen>
    4955
    5056<para>Apply a sed substitution that will suppress the installation of
Note: See TracChangeset for help on using the changeset viewer.