Changeset dbab86c in clfs-sysroot


Ignore:
Timestamp:
Feb 14, 2007, 6:55:00 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
5ec080e
Parents:
bd9bade
Message:

Updated GCC to 4.1.2.

Files:
1 added
5 deleted
8 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gcc-final.xml

    rbd9bade rdbab86c  
    3030    href="../../final-system/common/gcc.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../../final-system/common/gcc.xml"
    35     xpointer="xpointer(//*[@os='p3'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    38     href="../../final-system/common/gcc.xml"
    39     xpointer="xpointer(//*[@os='p4'])"/>
    4032
    4133    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/hppa-chapter.xml

    rbd9bade rdbab86c  
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/binutils.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/glibc-headers.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/gcc-static.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/glibc.xml"/>
    22   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/gcc-final.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/>
  • BOOK/final-system/common/gcc.xml

    rbd9bade rdbab86c  
    3030
    3131<screen os="p2"><userinput>patch -Np1 -i ../gcc-4.1.1-posix-1.patch</userinput></screen>
    32 
    33     <para os="p3">The following patch fixes the searching of multilib dirs for
    34     specs file.The patch standardizes the gcc drivers path iteration functions,
    35     ensuring multilib directories are searched in the correct order. This fixes
    36     various issues, most noticably with libtool on multilib systems:</para>
    37 
    38 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen>
    3932
    4033    <para os="a">Apply a <command>sed</command> substitution that will suppress the
  • BOOK/introduction/common/changelog.xml

    rbd9bade rdbab86c  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>February 14, 2007</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated GCC to 4.1.2.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
  • BOOK/materials/common/patches.xml

    rbd9bade rdbab86c  
    8383
    8484    <varlistentry>
    85       <term>GCC PR20425 Patch - <token>&gcc-PR20425-patch-size;</token>:</term>
    86       <listitem>
    87         <para>Download: <ulink
    88         url="&patches-root;&gcc-PR20425-patch;"/></para>
    89         <para>MD5 sum: <literal>&gcc-PR20425-patch-md5;</literal></para>
    90       </listitem>
    91     </varlistentry>
    92 
    93     <varlistentry>
    9485      <term>GCC Posix Patch - <token>&gcc-posix-patch-size;</token>:</term>
    9586      <listitem>
  • BOOK/materials/hppa/patches.xml

    rbd9bade rdbab86c  
    2323
    2424    <varlistentry>
    25       <term>GCC PR29114 Patch - <token>&gcc-PR29114-patch-size;</token>:</term>
    26       <listitem>
    27         <para>Download: <ulink
    28         url="&patches-root;&gcc-PR29114-patch;"/></para>
    29         <para>MD5 sum: <literal>&gcc-PR29114-patch-md5;</literal></para>
    30       </listitem>
    31     </varlistentry>
    32 
    33     <varlistentry>
    3425      <term>Glibc NPTL Patch - <token>&glibc-hppa_nptl-patch-size;</token>:</term>
    3526      <listitem>
  • BOOK/packages.ent

    rbd9bade rdbab86c  
    9696<!ENTITY gawk-home "&gnu-software;gawk">
    9797
    98 <!ENTITY gcc-version "4.1.1">
    99 <!ENTITY gcc-size "38,300 KB">
     98<!ENTITY gcc-version "4.1.2">
     99<!ENTITY gcc-size "38,931 KB">
    100100<!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    101 <!ENTITY gcc-md5 "ad9f97a4d04982ccf4fd67cb464879f3">
     101<!ENTITY gcc-md5 "a4a3eb15c96030906d8494959eeda23c">
    102102<!ENTITY gcc-home "http://gcc.gnu.org">
    103103
  • BOOK/patches.ent

    rbd9bade rdbab86c  
    3030
    3131<!ENTITY gcc-cross_search-patch "gcc-&gcc-version;-cross_search_paths-1.patch">
    32 <!ENTITY gcc-cross_search-patch-md5 "541fe39d228ddaa0d8396a35ec3a0ada">
    33 <!ENTITY gcc-cross_search-patch-size "2 KB">
    34 
    35 <!ENTITY gcc-PR20425-patch "gcc-&gcc-version;-PR20425-1.patch">
    36 <!ENTITY gcc-PR20425-patch-md5 "95535bda8e4d37d30251db0b121b5374">
    37 <!ENTITY gcc-PR20425-patch-size "36 KB">
     32<!ENTITY gcc-cross_search-patch-md5 "8ef51c0c74f0ea8511e59544f719470f">
     33<!ENTITY gcc-cross_search-patch-size "4 KB">
    3834
    3935<!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch">
    40 <!ENTITY gcc-posix-patch-md5 "0d88068740a0e00780891f2cb905b808">
    41 <!ENTITY gcc-posix-patch-size "9 KB">
     36<!ENTITY gcc-posix-patch-md5 "9aa1cdcbaedb4e1ed3f65ae25cdc413b">
     37<!ENTITY gcc-posix-patch-size "12 KB">
    4238
    4339<!ENTITY glibc-branch_update-patch "glibc-&glibc-version;-branch_update-3.patch">
     
    127123<!ENTITY binutils-hppa_tls-patch-size "268 KB">
    128124
    129 <!ENTITY gcc-PR29114-patch "gcc-&gcc-version;-PR29114-1.patch">
    130 <!ENTITY gcc-PR29114-patch-md5 "76d58dce69d440bf4a09b52f039db907">
    131 <!ENTITY gcc-PR29114-patch-size "4 KB">
    132 
    133125<!ENTITY glibc-hppa_nptl-patch "glibc-&glibc-version;-hppa_nptl-1.patch">
    134126<!ENTITY glibc-hppa_nptl-patch-md5 "25cfa673cbc940fde3638d1abf54fd79">
  • patches/gcc-4.1.2-cross_search_paths-1.patch

    rbd9bade rdbab86c  
    11Submitted by: Ryan Oliver <ryan.oliver@pha.com.au>
    2 Date: 2005-05-02
    3 Initial Package Version: 4.0.1
     2Date: 2007-02-14
     3Initial Package Version: 4.1.2
    44Origin: Ryan Oliver (issue reported by Erik-Jan Post)
    55        Rediffed against 4.1.0 by Chris Staub
     6        Rediffed against 4.1.2 by Jim Gifford
    67Upstream Status: N/A
    78Description:
     
    1920  exist under those directories.
    2021 
    21 diff -Naur gcc-4.1.0.orig/gcc/gcc.c gcc-4.1.0/gcc/gcc.c
    22 --- gcc-4.1.0.orig/gcc/gcc.c    2006-01-21 13:29:08.000000000 -0500
    23 +++ gcc-4.1.0/gcc/gcc.c 2006-02-28 22:20:05.000000000 -0500
    24 @@ -3818,16 +3818,22 @@
     22diff -Naur gcc-4.1.2.orig/gcc/gcc.c gcc-4.1.2/gcc/gcc.c
     23--- gcc-4.1.2.orig/gcc/gcc.c    2006-11-07 06:26:21.000000000 -0800
     24+++ gcc-4.1.2/gcc/gcc.c 2007-02-14 07:48:55.000000000 -0800
     25@@ -3821,16 +3821,22 @@
    2526              PREFIX_PRIORITY_LAST, 2, 0);
    2627   add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS",
Note: See TracChangeset for help on using the changeset viewer.