Changeset 4916842 for chapter06


Ignore:
Timestamp:
04/20/2010 08:08:12 PM (14 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
820c718
Parents:
ec52ebb
Message:

Upgrade to GCC-4.5.0, including the addition of its new dependency, MPC. Fixes #2636.

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

Location:
chapter06
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bison.xml

    rec52ebb r4916842  
    4040  <sect2 role="installation">
    4141    <title>Installation of Bison</title>
     42
     43    <para>Fix an issue with the testsuite, which doesn't correctly handle
     44    certain output from GCC-&gcc-version;:</para>
     45
     46<screen><userinput remap="pre">patch -Np1 -i ../&bison-gcc-patch;</userinput></screen>
    4247
    4348    <para>Prepare Bison for compilation:</para>
  • chapter06/chapter06.xml

    rec52ebb r4916842  
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mpfr.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mpc.xml"/>
    2829  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="file.xml"/>
    2930  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/>
  • chapter06/glibc.xml

    rec52ebb r4916842  
    9292
    9393<screen><userinput remap="pre">sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen>
     94
     95    <para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para>
     96
     97<screen><userinput>patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen>
    9498
    9599    <para>The Glibc documentation recommends building Glibc outside of the source
Note: See TracChangeset for help on using the changeset viewer.