Changeset 3ae155c


Ignore:
Timestamp:
12/26/2004 12:39:40 AM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
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, 12.2, 12.2-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c424315
Parents:
3d36131c
Message:

Upgraded binutils, fixing the strip bug. No changelog here because this is a simultaneous commit to testing/unstable

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3d36131c r3ae155c  
    2020<listitem><para>Upgraded to:</para>
    2121<itemizedlist>
    22 <listitem><para>binutils-2.15.94.0.1</para></listitem>
    2322<listitem><para>findutils-4.2.10</para></listitem>
    2423<listitem><para>gcc-3.4.3</para></listitem>
     
    3332</listitem>
    3433
     34<!--
    3535<listitem><para>Added:</para>
    3636<itemizedlist>
    37 <listitem><para>binutils-2.15.94.0.1-fix_strip-1.patch</para></listitem>
    3837</itemizedlist>
    3938</listitem>
    40  
     39-->
     40
    4141<listitem><para>Removed:</para>
    4242<itemizedlist>
  • chapter03/patches.xml

    r3d36131c r3ae155c  
    2828<listitem>
    2929<para><ulink url="&patches-root;bash-&bash-version;-avoid_WCONTINUED-1.patch"/></para>
    30 </listitem>
    31 </varlistentry>
    32 
    33 <varlistentry>
    34 <term>Binutils Fix Strip Patch - 1KB:</term>
    35 <listitem>
    36 <para><ulink url="&patches-root;binutils-&binutils-version;-fix_strip-1.patch"/></para>
    3730</listitem>
    3831</varlistentry>
  • chapter05/binutils-pass1.xml

    r3d36131c r3ae155c  
    2121<title>Installation of Binutils</title>
    2222
    23 <para>The current version of Binutils in use has a bug that causes strip to
    24 remove necessary information from certain library files.  This patch fixes
    25 the problem:</para>
    26 
    27 <screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-fix_strip-1.patch</userinput></screen>
    28 
    29 <para>Create a buil dir:</para>
     23<para>Create a build dir:</para>
    3024
    3125<screen><userinput>mkdir ../binutils-build
  • chapter05/binutils-pass2.xml

    r3d36131c r3ae155c  
    2020<sect2 role="installation">
    2121<title>Re-installation of Binutils</title>
    22 
    23 <para>The current version of Binutils in use has a bug that causes strip to
    24 remove necessary information from certain library files.  This patch fixes
    25 the problem:</para>
    26 
    27 <screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-fix_strip-1.patch</userinput></screen>
    2822
    2923<para>Create a separate build directory again:</para>
  • chapter06/binutils.xml

    r3d36131c r3ae155c  
    2626
    2727<screen><userinput>expect -c "spawn ls"</userinput></screen>
    28 
    29 <para>The current version of Binutils in use has a bug that causes strip to
    30 remove necessary information from certain library files.  This patch fixes
    31 the problem:</para>
    32 
    33 <screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-fix_strip-1.patch</userinput></screen>
    3428
    3529<para>Create the build directory:</para>
  • general.ent

    r3d36131c r3ae155c  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20041220">
    3 <!ENTITY releasedate "December 20, 2004">
     2<!ENTITY version "SVN-20041225">
     3<!ENTITY releasedate "December 25, 2004">
    44<!ENTITY milestone "6.1">
    55
     
    1818<!ENTITY automake-version "1.9.3">
    1919<!ENTITY bash-version "3.0">
    20 <!ENTITY binutils-version "2.15.94.0.1">
     20<!ENTITY binutils-version "2.15.94.0.2">
    2121<!ENTITY bison-version "1.875a">
    2222<!ENTITY bzip2-version "1.0.2">
Note: See TracChangeset for help on using the changeset viewer.