- Timestamp:
- May 18, 2007, 3:29:18 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5996e571
- Parents:
- 0a2bf2e
- Location:
- patches
- Files:
-
- 5 added
- 7 deleted
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/gcc-4.2.0-cross_search_paths-1.patch
r0a2bf2e r08c058a 1 1 Submitted by: Ryan Oliver <ryan.oliver@pha.com.au> 2 2 Date: 2007-02-14 3 Initial Package Version: 4. 1.23 Initial Package Version: 4.2.0 4 4 Origin: Ryan Oliver (issue reported by Erik-Jan Post) 5 5 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 7 8 Upstream Status: N/A 8 9 Description: … … 19 20 This avoids the possibility of linking in libraries from the host if they 20 21 exist under those directories. 21 22 diff -Naur gcc-4. 1.2.orig/gcc/gcc.c gcc-4.1.2/gcc/gcc.c23 --- gcc-4. 1.2.orig/gcc/gcc.c 2006-11-07 06:26:21.000000000 -080024 +++ gcc-4. 1.2/gcc/gcc.c 2007-02-14 07:48:55.000000000 -080025 @@ -3 821,16 +3821,22 @@22 23 diff -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 @@ 26 27 PREFIX_PRIORITY_LAST, 2, 0); 27 28 add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS",
Note:
See TracChangeset
for help on using the changeset viewer.