Changeset 6a043e2 for patches/gcc-4.3.1-pure64_specs-1.patch
- Timestamp:
- Aug 27, 2008, 4:51:20 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ddbac3c
- Parents:
- 5df4d80
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
patches/gcc-4.3.1-pure64_specs-1.patch
r5df4d80 r6a043e2 1 Submitted By: Robert Connolly <robert at linuxfromscratch dot org> (ashes)2 Date: 200 7-02-141 Submitted By: Joe Ciccone <jciccone@gmail.com> 2 Date: 2008-08-24 3 3 Initial Package Version: 4.1.2 4 4 Upstream Status: Not Sent - LFS Specific … … 11 11 Rediffed against gcc 4.1.2 by Jim Gifford 12 12 Rediffed against gcc 4.2.0 by Joe Ciccone 13 Rediffed against gcc 4.3.1 by Joe Ciccone 13 14 Description: This patch modifies the location of the dynamic linker for 14 15 the GCC Pass 2 build in LFS Chapter 5. 15 16 16 diff -Naur gcc-4. 2.0.orig/gcc/config/alpha/gnu.h gcc-4.2.0/gcc/config/alpha/gnu.h17 --- gcc-4. 2.0.orig/gcc/config/alpha/gnu.h 2007-05-16 19:21:19.000000000 -040018 +++ gcc-4. 2.0/gcc/config/alpha/gnu.h 2007-05-18 16:27:10.000000000 -040017 diff -Naur gcc-4.3.1.orig/gcc/config/alpha/gnu.h gcc-4.3.1/gcc/config/alpha/gnu.h 18 --- gcc-4.3.1.orig/gcc/config/alpha/gnu.h 2004-09-07 20:17:19.000000000 -0400 19 +++ gcc-4.3.1/gcc/config/alpha/gnu.h 2008-08-24 13:51:46.000000000 -0400 19 20 @@ -11,7 +11,7 @@ 20 21 } while (0) … … 26 27 #undef STARTFILE_SPEC 27 28 #define STARTFILE_SPEC \ 28 diff -Naur gcc-4. 2.0.orig/gcc/config/alpha/linux-elf.h gcc-4.2.0/gcc/config/alpha/linux-elf.h29 --- gcc-4. 2.0.orig/gcc/config/alpha/linux-elf.h 2007-05-16 19:21:19.000000000 -040030 +++ gcc-4. 2.0/gcc/config/alpha/linux-elf.h 2007-05-18 16:23:31.000000000 -040031 @@ -2 8,8 +28,8 @@32 #define SUBTARGET_EXTRA_SPECS \29 diff -Naur gcc-4.3.1.orig/gcc/config/alpha/linux-elf.h gcc-4.3.1/gcc/config/alpha/linux-elf.h 30 --- gcc-4.3.1.orig/gcc/config/alpha/linux-elf.h 2007-08-02 06:49:31.000000000 -0400 31 +++ gcc-4.3.1/gcc/config/alpha/linux-elf.h 2008-08-24 13:51:46.000000000 -0400 32 @@ -27,8 +27,8 @@ 33 #define EXTRA_SPECS \ 33 34 { "elf_dynamic_linker", ELF_DYNAMIC_LINKER }, 34 35 … … 40 41 #define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:%{muclibc:%e-mglibc and -muclibc used together}" G ";:" U "}" 41 42 #else 42 diff -Naur gcc-4. 2.0.orig/gcc/config/arm/linux-eabi.h gcc-4.2.0/gcc/config/arm/linux-eabi.h43 --- gcc-4. 2.0.orig/gcc/config/arm/linux-eabi.h 2007-05-16 19:21:19.000000000 -040044 +++ gcc-4. 2.0/gcc/config/arm/linux-eabi.h 2007-05-18 16:26:45.000000000 -040045 @@ - 53,7 +53,7 @@43 diff -Naur gcc-4.3.1.orig/gcc/config/arm/linux-eabi.h gcc-4.3.1/gcc/config/arm/linux-eabi.h 44 --- gcc-4.3.1.orig/gcc/config/arm/linux-eabi.h 2007-11-08 08:44:09.000000000 -0500 45 +++ gcc-4.3.1/gcc/config/arm/linux-eabi.h 2008-08-24 13:52:56.000000000 -0400 46 @@ -61,7 +61,7 @@ 46 47 /* Use ld-linux.so.3 so that it will be possible to run "classic" 47 48 GNU/Linux binaries on an EABI system. */ 48 #undef GLIBC_DYNAMIC_LINKER49 #undef GLIBC_DYNAMIC_LINKER 49 50 -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.3" 50 51 +#define GLIBC_DYNAMIC_LINKER "/tools/lib/ld-linux.so.3" … … 52 53 /* At this point, bpabi.h will have clobbered LINK_SPEC. We want to 53 54 use the GNU/Linux version, not the generic BPABI version. */ 54 diff -Naur gcc-4. 2.0.orig/gcc/config/arm/linux-elf.h gcc-4.2.0/gcc/config/arm/linux-elf.h55 --- gcc-4. 2.0.orig/gcc/config/arm/linux-elf.h 2007-05-16 19:21:19.000000000 -040056 +++ gcc-4. 2.0/gcc/config/arm/linux-elf.h 2007-05-18 16:23:31.000000000 -040057 @@ - 51,7 +51,7 @@55 diff -Naur gcc-4.3.1.orig/gcc/config/arm/linux-elf.h gcc-4.3.1/gcc/config/arm/linux-elf.h 56 --- gcc-4.3.1.orig/gcc/config/arm/linux-elf.h 2007-11-08 08:44:09.000000000 -0500 57 +++ gcc-4.3.1/gcc/config/arm/linux-elf.h 2008-08-24 13:51:46.000000000 -0400 58 @@ -62,7 +62,7 @@ 58 59 59 60 #define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc" … … 64 65 #define LINUX_TARGET_LINK_SPEC "%{h*} %{version:-v} \ 65 66 %{b} \ 66 diff -Naur gcc-4. 2.0.orig/gcc/config/cris/linux.h gcc-4.2.0/gcc/config/cris/linux.h67 --- gcc-4. 2.0.orig/gcc/config/cris/linux.h 2007-05-16 19:21:19.000000000 -040068 +++ gcc-4. 2.0/gcc/config/cris/linux.h 2007-05-18 16:30:54.000000000 -040069 @@ - 76,7 +76,7 @@70 #undef CRIS_ SUBTARGET_VERSION71 #define CRIS_ SUBTARGET_VERSION " - cris-axis-linux-gnu"67 diff -Naur gcc-4.3.1.orig/gcc/config/cris/linux.h gcc-4.3.1/gcc/config/cris/linux.h 68 --- gcc-4.3.1.orig/gcc/config/cris/linux.h 2008-01-23 12:17:58.000000000 -0500 69 +++ gcc-4.3.1/gcc/config/cris/linux.h 2008-08-24 13:51:46.000000000 -0400 70 @@ -102,7 +102,7 @@ 71 #undef CRIS_DEFAULT_CPU_VERSION 72 #define CRIS_DEFAULT_CPU_VERSION CRIS_CPU_NG 72 73 73 74 -#define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1" … … 76 77 /* We need an -rpath-link to ld.so.1, and presumably to each directory 77 78 specified with -B. */ 78 d ff -Naur gcc-4.2.0.orig/gcc/config/frv/linux.h gcc-4.2.0/gcc/config/frv/linux.h79 --- gcc-4. 2.0.orig/gcc/config/frv/linux.h 2007-05-16 19:21:19.000000000 -040080 +++ gcc-4. 2.0/gcc/config/frv/linux.h 2007-05-18 16:23:31.000000000 -040081 @@ -3 6,7 +36,7 @@79 diff -Naur gcc-4.3.1.orig/gcc/config/frv/linux.h gcc-4.3.1/gcc/config/frv/linux.h 80 --- gcc-4.3.1.orig/gcc/config/frv/linux.h 2007-08-02 06:49:31.000000000 -0400 81 +++ gcc-4.3.1/gcc/config/frv/linux.h 2008-08-24 13:51:46.000000000 -0400 82 @@ -35,7 +35,7 @@ 82 83 #define ENDFILE_SPEC \ 83 84 "%{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s" … … 88 89 #undef LINK_SPEC 89 90 #define LINK_SPEC "\ 90 diff -Naur gcc-4. 2.0.orig/gcc/config/i386/gnu.h gcc-4.2.0/gcc/config/i386/gnu.h91 --- gcc-4. 2.0.orig/gcc/config/i386/gnu.h 2007-05-16 19:21:19.000000000 -040092 +++ gcc-4. 2.0/gcc/config/i386/gnu.h 2007-05-18 16:23:31.000000000 -040091 diff -Naur gcc-4.3.1.orig/gcc/config/i386/gnu.h gcc-4.3.1/gcc/config/i386/gnu.h 92 --- gcc-4.3.1.orig/gcc/config/i386/gnu.h 2007-08-08 02:35:17.000000000 -0400 93 +++ gcc-4.3.1/gcc/config/i386/gnu.h 2008-08-24 13:51:46.000000000 -0400 93 94 @@ -22,7 +22,7 @@ 94 95 %{!shared: \ … … 100 101 101 102 #undef STARTFILE_SPEC 102 diff -Naur gcc-4. 2.0.orig/gcc/config/i386/linux64.h gcc-4.2.0/gcc/config/i386/linux64.h103 --- gcc-4. 2.0.orig/gcc/config/i386/linux64.h 2007-05-16 19:21:19.000000000 -0400104 +++ gcc-4. 2.0/gcc/config/i386/linux64.h 2007-05-18 16:23:31.000000000 -0400105 @@ - 49,8 +49,8 @@103 diff -Naur gcc-4.3.1.orig/gcc/config/i386/linux64.h gcc-4.3.1/gcc/config/i386/linux64.h 104 --- gcc-4.3.1.orig/gcc/config/i386/linux64.h 2007-08-02 06:49:31.000000000 -0400 105 +++ gcc-4.3.1/gcc/config/i386/linux64.h 2008-08-24 13:51:46.000000000 -0400 106 @@ -53,8 +53,8 @@ 106 107 When the -shared link option is used a final link is not being 107 108 done. */ … … 112 113 +#define GLIBC_DYNAMIC_LINKER64 "/tools/lib/ld-linux-x86-64.so.2" 113 114 114 # undef LINK_SPEC115 #define LINK_SPEC "%{!m32:-m elf_x86_64} %{m32:-m elf_i386} \116 diff -Naur gcc-4. 2.0.orig/gcc/config/i386/linux.h gcc-4.2.0/gcc/config/i386/linux.h117 --- gcc-4. 2.0.orig/gcc/config/i386/linux.h 2007-05-16 19:21:19.000000000 -0400118 +++ gcc-4. 2.0/gcc/config/i386/linux.h 2007-05-18 16:23:31.000000000 -0400119 @@ -10 1,7 +101,7 @@115 #if TARGET_64BIT_DEFAULT 116 #define SPEC_32 "m32" 117 diff -Naur gcc-4.3.1.orig/gcc/config/i386/linux.h gcc-4.3.1/gcc/config/i386/linux.h 118 --- gcc-4.3.1.orig/gcc/config/i386/linux.h 2007-11-27 20:04:27.000000000 -0500 119 +++ gcc-4.3.1/gcc/config/i386/linux.h 2008-08-24 13:51:46.000000000 -0400 120 @@ -100,7 +100,7 @@ 120 121 121 122 /* These macros may be overridden in k*bsd-gnu.h and i386/k*bsd-gnu.h. */ … … 126 127 #undef SUBTARGET_EXTRA_SPECS 127 128 #define SUBTARGET_EXTRA_SPECS \ 128 diff -Naur gcc-4. 2.0.orig/gcc/config/ia64/linux.h gcc-4.2.0/gcc/config/ia64/linux.h129 --- gcc-4. 2.0.orig/gcc/config/ia64/linux.h 2007-05-16 19:21:19.000000000 -0400130 +++ gcc-4. 2.0/gcc/config/ia64/linux.h 2007-05-18 16:23:31.000000000 -0400129 diff -Naur gcc-4.3.1.orig/gcc/config/ia64/linux.h gcc-4.3.1/gcc/config/ia64/linux.h 130 --- gcc-4.3.1.orig/gcc/config/ia64/linux.h 2006-12-12 10:15:19.000000000 -0500 131 +++ gcc-4.3.1/gcc/config/ia64/linux.h 2008-08-24 13:51:46.000000000 -0400 131 132 @@ -37,7 +37,7 @@ 132 133 /* Define this for shared library support because it isn't in the main … … 138 139 #undef LINK_SPEC 139 140 #define LINK_SPEC "\ 140 diff -Naur gcc-4. 2.0.orig/gcc/config/linux.h gcc-4.2.0/gcc/config/linux.h141 --- gcc-4. 2.0.orig/gcc/config/linux.h 2007-05-16 19:21:19.000000000 -0400142 +++ gcc-4. 2.0/gcc/config/linux.h 2007-05-18 16:23:31.000000000 -0400141 diff -Naur gcc-4.3.1.orig/gcc/config/linux.h gcc-4.3.1/gcc/config/linux.h 142 --- gcc-4.3.1.orig/gcc/config/linux.h 2007-08-02 06:49:31.000000000 -0400 143 +++ gcc-4.3.1/gcc/config/linux.h 2008-08-24 13:51:46.000000000 -0400 143 144 @@ -112,9 +112,9 @@ 144 145 GLIBC_DYNAMIC_LINKER must be defined for each target using them, or … … 154 155 CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER) 155 156 #define LINUX_DYNAMIC_LINKER32 \ 156 @@ -1 27,3 +127,7 @@157 #define TARGET_ C99_FUNCTIONS (OPTION_GLIBC)157 @@ -130,3 +130,7 @@ 158 #define TARGET_HAS_SINCOS (OPTION_GLIBC) 158 159 159 160 #define TARGET_POSIX_IO … … 162 163 +#undef STANDARD_INCLUDE_DIR 163 164 +#define STANDARD_INCLUDE_DIR 0 164 diff -Naur gcc-4. 2.0.orig/gcc/config/m32r/linux.h gcc-4.2.0/gcc/config/m32r/linux.h165 --- gcc-4. 2.0.orig/gcc/config/m32r/linux.h 2007-05-16 19:21:19.000000000 -0400166 +++ gcc-4. 2.0/gcc/config/m32r/linux.h 2007-05-18 16:23:31.000000000 -0400167 @@ -5 9,7 +59,7 @@165 diff -Naur gcc-4.3.1.orig/gcc/config/m32r/linux.h gcc-4.3.1/gcc/config/m32r/linux.h 166 --- gcc-4.3.1.orig/gcc/config/m32r/linux.h 2007-08-02 06:49:31.000000000 -0400 167 +++ gcc-4.3.1/gcc/config/m32r/linux.h 2008-08-24 13:51:46.000000000 -0400 168 @@ -58,7 +58,7 @@ 168 169 169 170 /* If ELF is the default format, we should not use /lib/elf. */ … … 174 175 #undef LINK_SPEC 175 176 #if TARGET_LITTLE_ENDIAN 176 diff -Naur gcc-4. 2.0.orig/gcc/config/m68k/linux.h gcc-4.2.0/gcc/config/m68k/linux.h177 --- gcc-4. 2.0.orig/gcc/config/m68k/linux.h 2007-05-16 19:21:19.000000000 -0400178 +++ gcc-4. 2.0/gcc/config/m68k/linux.h 2007-05-18 16:23:31.000000000 -0400179 @@ - 123,7 +123,7 @@177 diff -Naur gcc-4.3.1.orig/gcc/config/m68k/linux.h gcc-4.3.1/gcc/config/m68k/linux.h 178 --- gcc-4.3.1.orig/gcc/config/m68k/linux.h 2007-09-24 17:07:08.000000000 -0400 179 +++ gcc-4.3.1/gcc/config/m68k/linux.h 2008-08-24 13:51:46.000000000 -0400 180 @@ -84,7 +84,7 @@ 180 181 181 182 /* If ELF is the default format, we should not use /lib/elf. */ … … 184 185 +#define GLIBC_DYNAMIC_LINKER "/tools/lib/ld.so.1" 185 186 186 #undef 187 #undef LINK_SPEC 187 188 #define LINK_SPEC "-m m68kelf %{shared} \ 188 diff -Naur gcc-4. 2.0.orig/gcc/config/mips/linux64.h gcc-4.2.0/gcc/config/mips/linux64.h189 --- gcc-4. 2.0.orig/gcc/config/mips/linux64.h 2007-05-16 19:21:19.000000000 -0400190 +++ gcc-4. 2.0/gcc/config/mips/linux64.h 2007-05-18 16:23:31.000000000 -0400191 @@ -3 6,10 +36,10 @@192 %{!shared: %{pthread:-lpthread}\193 %{profile:-lc_p} %{!profile: 189 diff -Naur gcc-4.3.1.orig/gcc/config/mips/linux64.h gcc-4.3.1/gcc/config/mips/linux64.h 190 --- gcc-4.3.1.orig/gcc/config/mips/linux64.h 2007-08-02 06:49:31.000000000 -0400 191 +++ gcc-4.3.1/gcc/config/mips/linux64.h 2008-08-24 13:51:46.000000000 -0400 192 @@ -38,10 +38,10 @@ 193 %{!shared: \ 194 %{profile:-lc_p} %{!profile:-lc}}" 194 195 195 196 -#define GLIBC_DYNAMIC_LINKER32 "/lib/ld.so.1" … … 204 205 CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32) 205 206 206 diff -Naur gcc-4. 2.0.orig/gcc/config/mips/linux.h gcc-4.2.0/gcc/config/mips/linux.h207 --- gcc-4. 2.0.orig/gcc/config/mips/linux.h 2007-05-16 19:21:19.000000000 -0400208 +++ gcc-4. 2.0/gcc/config/mips/linux.h 2007-05-18 16:23:31.000000000 -0400209 @@ - 104,7 +104,7 @@207 diff -Naur gcc-4.3.1.orig/gcc/config/mips/linux.h gcc-4.3.1/gcc/config/mips/linux.h 208 --- gcc-4.3.1.orig/gcc/config/mips/linux.h 2007-10-21 05:20:49.000000000 -0400 209 +++ gcc-4.3.1/gcc/config/mips/linux.h 2008-08-24 13:51:46.000000000 -0400 210 @@ -64,7 +64,7 @@ 210 211 #undef MIPS_DEFAULT_GVALUE 211 212 #define MIPS_DEFAULT_GVALUE 0 … … 216 217 /* Borrowed from sparc/linux.h */ 217 218 #undef LINK_SPEC 218 diff -Naur gcc-4. 2.0.orig/gcc/config/mn10300/linux.h gcc-4.2.0/gcc/config/mn10300/linux.h219 --- gcc-4. 2.0.orig/gcc/config/mn10300/linux.h 2007-05-16 19:21:19.000000000 -0400220 +++ gcc-4. 2.0/gcc/config/mn10300/linux.h 2007-05-18 16:23:31.000000000 -0400221 @@ -3 3,7 +33,7 @@219 diff -Naur gcc-4.3.1.orig/gcc/config/mn10300/linux.h gcc-4.3.1/gcc/config/mn10300/linux.h 220 --- gcc-4.3.1.orig/gcc/config/mn10300/linux.h 2007-08-02 06:49:31.000000000 -0400 221 +++ gcc-4.3.1/gcc/config/mn10300/linux.h 2008-08-24 13:51:46.000000000 -0400 222 @@ -32,7 +32,7 @@ 222 223 #undef ASM_SPEC 223 224 #define ASM_SPEC "%{Wa,*:%*}" … … 228 229 #undef LINK_SPEC 229 230 #define LINK_SPEC "%{mrelax:--relax} %{shared:-shared} \ 230 diff -Naur gcc-4. 2.0.orig/gcc/config/pa/pa-linux.h gcc-4.2.0/gcc/config/pa/pa-linux.h231 --- gcc-4. 2.0.orig/gcc/config/pa/pa-linux.h 2007-05-16 19:21:19.000000000 -0400232 +++ gcc-4. 2.0/gcc/config/pa/pa-linux.h 2007-05-18 16:23:31.000000000 -0400233 @@ -4 5,7 +45,7 @@231 diff -Naur gcc-4.3.1.orig/gcc/config/pa/pa-linux.h gcc-4.3.1/gcc/config/pa/pa-linux.h 232 --- gcc-4.3.1.orig/gcc/config/pa/pa-linux.h 2007-08-02 06:49:31.000000000 -0400 233 +++ gcc-4.3.1/gcc/config/pa/pa-linux.h 2008-08-24 13:51:46.000000000 -0400 234 @@ -44,7 +44,7 @@ 234 235 /* Define this for shared library support because it isn't in the main 235 236 linux.h file. */ … … 240 241 #undef LINK_SPEC 241 242 #define LINK_SPEC "\ 242 diff -Naur gcc-4. 2.0.orig/gcc/config/rs6000/linux64.h gcc-4.2.0/gcc/config/rs6000/linux64.h243 --- gcc-4. 2.0.orig/gcc/config/rs6000/linux64.h 2007-05-16 19:21:19.000000000 -0400244 +++ gcc-4. 2.0/gcc/config/rs6000/linux64.h 2007-05-18 16:23:31.000000000 -0400245 @@ -33 6,10 +336,10 @@243 diff -Naur gcc-4.3.1.orig/gcc/config/rs6000/linux64.h gcc-4.3.1/gcc/config/rs6000/linux64.h 244 --- gcc-4.3.1.orig/gcc/config/rs6000/linux64.h 2007-08-02 06:49:31.000000000 -0400 245 +++ gcc-4.3.1/gcc/config/rs6000/linux64.h 2008-08-24 13:51:46.000000000 -0400 246 @@ -339,10 +339,10 @@ 246 247 #undef LINK_OS_DEFAULT_SPEC 247 248 #define LINK_OS_DEFAULT_SPEC "%(link_os_linux)" … … 258 259 #define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:%{muclibc:%e-mglibc and -muclibc used together}" G ";:" U "}" 259 260 #else 260 diff -Naur gcc-4. 2.0.orig/gcc/config/rs6000/sysv4.h gcc-4.2.0/gcc/config/rs6000/sysv4.h261 --- gcc-4. 2.0.orig/gcc/config/rs6000/sysv4.h 2007-05-16 19:21:19.000000000 -0400262 +++ gcc-4. 2.0/gcc/config/rs6000/sysv4.h 2007-05-18 16:29:05.000000000 -0400263 @@ -89 2,8 +892,8 @@261 diff -Naur gcc-4.3.1.orig/gcc/config/rs6000/sysv4.h gcc-4.3.1/gcc/config/rs6000/sysv4.h 262 --- gcc-4.3.1.orig/gcc/config/rs6000/sysv4.h 2007-08-08 15:33:24.000000000 -0400 263 +++ gcc-4.3.1/gcc/config/rs6000/sysv4.h 2008-08-24 13:51:46.000000000 -0400 264 @@ -891,8 +891,8 @@ 264 265 265 266 #define LINK_START_LINUX_SPEC "" … … 272 273 #define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:%{muclibc:%e-mglibc and -muclibc used together}" G ";:" U "}" 273 274 #else 274 @@ -93 5,7 +935,7 @@275 @@ -934,7 +934,7 @@ 275 276 276 277 #define LINK_OS_GNU_SPEC "-m elf32ppclinux %{!shared: %{!static: \ … … 281 282 #define CPP_OS_GNU_SPEC "-D__unix__ -D__gnu_hurd__ -D__GNU__ \ 282 283 %{!undef: \ 283 diff -Naur gcc-4.2.0.orig/gcc/config/s390/linux.h gcc-4.2.0/gcc/config/s390/linux.h 284 --- gcc-4.2.0.orig/gcc/config/s390/linux.h 2007-05-16 19:21:19.000000000 -0400 285 +++ gcc-4.2.0/gcc/config/s390/linux.h 2007-05-18 16:23:31.000000000 -0400 286 @@ -73,8 +73,8 @@ 284 diff -Naur gcc-4.3.1.orig/gcc/config/rs6000/t-linux64 gcc-4.3.1/gcc/config/rs6000/t-linux64 285 --- gcc-4.3.1.orig/gcc/config/rs6000/t-linux64 2007-09-27 15:56:06.000000000 -0400 286 +++ gcc-4.3.1/gcc/config/rs6000/t-linux64 2008-08-24 13:50:38.000000000 -0400 287 @@ -14,13 +14,13 @@ 288 # it doesn't tell anything about the 32bit libraries on those systems. Set 289 # MULTILIB_OSDIRNAMES according to what is found on the target. 290 291 -MULTILIB_OPTIONS = m64/m32 msoft-float 292 -MULTILIB_DIRNAMES = 64 32 nof 293 +MULTILIB_OPTIONS = m64/m32 294 +MULTILIB_DIRNAMES = 64 32 295 MULTILIB_EXTRA_OPTS = fPIC mstrict-align 296 -MULTILIB_EXCEPTIONS = m64/msoft-float 297 -MULTILIB_EXCLUSIONS = m64/!m32/msoft-float 298 -MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) nof 299 -MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT) 300 +MULTILIB_EXCEPTIONS = 301 +MULTILIB_EXCLUSIONS = 302 +MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) 303 +MULTILIB_MATCHES = 304 305 softfp_wrap_start := '\#ifndef __powerpc64__' 306 softfp_wrap_end := '\#endif' 307 diff -Naur gcc-4.3.1.orig/gcc/config/s390/linux.h gcc-4.3.1/gcc/config/s390/linux.h 308 --- gcc-4.3.1.orig/gcc/config/s390/linux.h 2007-08-02 06:49:31.000000000 -0400 309 +++ gcc-4.3.1/gcc/config/s390/linux.h 2008-08-24 13:51:46.000000000 -0400 310 @@ -72,8 +72,8 @@ 287 311 #define MULTILIB_DEFAULTS { "m31" } 288 312 #endif … … 295 319 #undef LINK_SPEC 296 320 #define LINK_SPEC \ 297 diff -Naur gcc-4. 2.0.orig/gcc/config/sh/linux.h gcc-4.2.0/gcc/config/sh/linux.h298 --- gcc-4. 2.0.orig/gcc/config/sh/linux.h 2007-05-16 19:21:19.000000000 -0400299 +++ gcc-4. 2.0/gcc/config/sh/linux.h 2007-05-18 16:23:31.000000000 -0400300 @@ -4 8,7 +48,7 @@321 diff -Naur gcc-4.3.1.orig/gcc/config/sh/linux.h gcc-4.3.1/gcc/config/sh/linux.h 322 --- gcc-4.3.1.orig/gcc/config/sh/linux.h 2007-08-02 06:49:31.000000000 -0400 323 +++ gcc-4.3.1/gcc/config/sh/linux.h 2008-08-24 13:51:46.000000000 -0400 324 @@ -47,7 +47,7 @@ 301 325 302 326 #define TARGET_ASM_FILE_END file_end_indicate_exec_stack … … 307 331 #undef SUBTARGET_LINK_EMUL_SUFFIX 308 332 #define SUBTARGET_LINK_EMUL_SUFFIX "_linux" 309 diff -Naur gcc-4. 2.0.orig/gcc/config/sparc/linux64.h gcc-4.2.0/gcc/config/sparc/linux64.h310 --- gcc-4. 2.0.orig/gcc/config/sparc/linux64.h 2007-05-16 19:21:19.000000000 -0400311 +++ gcc-4. 2.0/gcc/config/sparc/linux64.h 2007-05-18 16:25:23.000000000 -0400333 diff -Naur gcc-4.3.1.orig/gcc/config/sparc/linux64.h gcc-4.3.1/gcc/config/sparc/linux64.h 334 --- gcc-4.3.1.orig/gcc/config/sparc/linux64.h 2007-10-19 00:29:38.000000000 -0400 335 +++ gcc-4.3.1/gcc/config/sparc/linux64.h 2008-08-24 13:51:46.000000000 -0400 312 336 @@ -144,10 +144,10 @@ 313 337 … … 352 376 %{!ibcs: \ 353 377 %{!static: \ 354 diff -Naur gcc-4. 2.0.orig/gcc/config/sparc/linux.h gcc-4.2.0/gcc/config/sparc/linux.h355 --- gcc-4. 2.0.orig/gcc/config/sparc/linux.h 2007-05-16 19:21:19.000000000 -0400356 +++ gcc-4. 2.0/gcc/config/sparc/linux.h 2007-05-18 16:24:24.000000000 -0400357 @@ -12 1,8 +121,8 @@378 diff -Naur gcc-4.3.1.orig/gcc/config/sparc/linux.h gcc-4.3.1/gcc/config/sparc/linux.h 379 --- gcc-4.3.1.orig/gcc/config/sparc/linux.h 2007-08-02 06:49:31.000000000 -0400 380 +++ gcc-4.3.1/gcc/config/sparc/linux.h 2008-08-24 13:51:46.000000000 -0400 381 @@ -120,8 +120,8 @@ 358 382 359 383 /* If ELF is the default format, we should not use /lib/elf. */ … … 366 390 #define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:%{muclibc:%e-mglibc and -muclibc used together}" G ";:" U "}" 367 391 #else 368 @@ -13 3,7 +133,7 @@392 @@ -132,7 +132,7 @@ 369 393 370 394 … … 375 399 %{!shared: \ 376 400 %{!ibcs: \ 377 diff -Naur gcc-4. 2.0.orig/gcc/config/xtensa/linux.h gcc-4.2.0/gcc/config/xtensa/linux.h378 --- gcc-4. 2.0.orig/gcc/config/xtensa/linux.h 2007-05-16 19:21:19.000000000 -0400379 +++ gcc-4. 2.0/gcc/config/xtensa/linux.h 2007-05-18 16:23:31.000000000 -0400401 diff -Naur gcc-4.3.1.orig/gcc/config/xtensa/linux.h gcc-4.3.1/gcc/config/xtensa/linux.h 402 --- gcc-4.3.1.orig/gcc/config/xtensa/linux.h 2008-01-17 20:37:53.000000000 -0500 403 +++ gcc-4.3.1/gcc/config/xtensa/linux.h 2008-08-24 13:51:46.000000000 -0400 380 404 @@ -43,7 +43,7 @@ 381 405 %{mlongcalls:--longcalls} \
Note:
See TracChangeset
for help on using the changeset viewer.