Magellan Linux

Contents of /trunk/gcc/patches/gcc-4.0.2-only-64bit-linker-x86_64.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 169 - (show annotations) (download)
Tue May 8 21:36:54 2007 UTC (16 years, 11 months ago) by niro
File size: 788 byte(s)
-moved to patches subdir

1 Origin: http://www.linuxfromscratch.org/patches/downloads/gcc/gcc-4.0.2-pure64-1.patch
2
3 diff -Naur gcc-4.0.1.orig/gcc/config/i386/linux64.h gcc-4.0.1/gcc/config/i386/linux64.h
4 --- gcc-4.0.1.orig/gcc/config/i386/linux64.h 2004-11-27 22:29:34.000000000 +0000
5 +++ gcc-4.0.1/gcc/config/i386/linux64.h 2005-08-28 05:07:59.000000000 +0000
6 @@ -60,8 +60,8 @@
7 %{!shared: \
8 %{!static: \
9 %{rdynamic:-export-dynamic} \
10 - %{m32:%{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2}} \
11 - %{!m32:%{!dynamic-linker:-dynamic-linker /lib64/ld-linux-x86-64.so.2}}} \
12 + %{m32:%{!dynamic-linker:-dynamic-linker /lib32/ld-linux.so.2}} \
13 + %{!m32:%{!dynamic-linker:-dynamic-linker /lib/ld-linux-x86-64.so.2}}} \
14 %{static:-static}}"
15
16 #define MULTILIB_DEFAULTS { "m64" }