Ignore:
Timestamp:
May 18, 2007, 3:29:18 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5996e571
Parents:
0a2bf2e
Message:

Updated to GCC 4.2.0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/gcc-4.2.0-cross_search_paths-1.patch

    r0a2bf2e r08c058a  
    11Submitted by: Ryan Oliver <ryan.oliver@pha.com.au>
    22Date: 2007-02-14
    3 Initial Package Version: 4.1.2
     3Initial Package Version: 4.2.0
    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
     6        Rediffed against 4.1.2 by Jim Gifford
     7        Rediffed against 4.2.0 by Joe Ciccone
    78Upstream Status: N/A
    89Description:
     
    1920  This avoids the possibility of linking in libraries from the host if they
    2021  exist under those directories.
    21  
    22 diff -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 @@
     22
     23diff -Naur gcc-4.2.0.orig/gcc/gcc.c gcc-4.2.0/gcc/gcc.c
     24--- gcc-4.2.0.orig/gcc/gcc.c    2007-05-16 19:21:26.000000000 -0400
     25+++ gcc-4.2.0/gcc/gcc.c 2007-05-16 19:22:10.000000000 -0400
     26@@ -3949,16 +3949,22 @@
    2627              PREFIX_PRIORITY_LAST, 2, 0);
    2728   add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS",
Note: See TracChangeset for help on using the changeset viewer.