You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
131 lines
5.3 KiB
131 lines
5.3 KiB
16 years ago
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
#
|
||
15 years ago
|
# Filename: package/.../gcc/gcc-4.4-multilib-1.patch
|
||
15 years ago
|
# Copyright (C) 2009 - 2010 The OpenSDE Project
|
||
16 years ago
|
#
|
||
|
# More information can be found in the files COPYING and README.
|
||
|
#
|
||
|
# This patch file is dual-licensed. It is available under the license the
|
||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||
|
# of the GNU General Public License as published by the Free Software
|
||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||
|
# version.
|
||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||
|
|
||
15 years ago
|
diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h
|
||
|
index cfa3f49..0846dd0 100644
|
||
|
--- a/gcc/config/i386/linux64.h
|
||
|
+++ b/gcc/config/i386/linux64.h
|
||
|
@@ -58,7 +58,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||
16 years ago
|
When the -shared link option is used a final link is not being
|
||
|
done. */
|
||
|
|
||
|
-#define GLIBC_DYNAMIC_LINKER32 "/lib/ld-linux.so.2"
|
||
|
+#define GLIBC_DYNAMIC_LINKER32 "/lib32/ld-linux.so.2"
|
||
|
#define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux-x86-64.so.2"
|
||
17 years ago
|
|
||
15 years ago
|
#undef ASM_SPEC
|
||
|
diff --git a/gcc/config/i386/t-linux64 b/gcc/config/i386/t-linux64
|
||
|
index 36378d8..b76b2e3 100644
|
||
|
--- a/gcc/config/i386/t-linux64
|
||
|
+++ b/gcc/config/i386/t-linux64
|
||
|
@@ -7,7 +7,7 @@
|
||
17 years ago
|
|
||
|
MULTILIB_OPTIONS = m64/m32
|
||
|
MULTILIB_DIRNAMES = 64 32
|
||
16 years ago
|
-MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)
|
||
|
+MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib32)
|
||
17 years ago
|
|
||
|
LIBGCC = stmp-multilib
|
||
|
INSTALL_LIBGCC = install-multilib
|
||
15 years ago
|
diff --git a/gcc/config/mips/linux64.h b/gcc/config/mips/linux64.h
|
||
|
index 2f24dfa..d0164ac 100644
|
||
|
--- a/gcc/config/mips/linux64.h
|
||
|
+++ b/gcc/config/mips/linux64.h
|
||
|
@@ -35,9 +35,9 @@ along with GCC; see the file COPYING3. If not see
|
||
|
%{!shared: \
|
||
|
%{profile:-lc_p} %{!profile:-lc}}"
|
||
16 years ago
|
|
||
|
-#define GLIBC_DYNAMIC_LINKER32 "/lib/ld.so.1"
|
||
|
+#define GLIBC_DYNAMIC_LINKER32 "/lib32/ld.so.1"
|
||
|
#define GLIBC_DYNAMIC_LINKER64 "/lib64/ld.so.1"
|
||
|
-#define GLIBC_DYNAMIC_LINKERN32 "/lib32/ld.so.1"
|
||
|
+#define GLIBC_DYNAMIC_LINKERN32 "/lib64/ld.so.1"
|
||
|
#define UCLIBC_DYNAMIC_LINKERN32 "/lib32/ld-uClibc.so.0"
|
||
|
#define LINUX_DYNAMIC_LINKERN32 \
|
||
|
CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
|
||
15 years ago
|
diff --git a/gcc/config/mips/t-linux64 b/gcc/config/mips/t-linux64
|
||
|
index 0592e7f..d418d73 100644
|
||
|
--- a/gcc/config/mips/t-linux64
|
||
|
+++ b/gcc/config/mips/t-linux64
|
||
17 years ago
|
@@ -1,6 +1,6 @@
|
||
|
MULTILIB_OPTIONS = mabi=n32/mabi=32/mabi=64
|
||
|
MULTILIB_DIRNAMES = n32 32 64
|
||
|
-MULTILIB_OSDIRNAMES = ../lib32 ../lib ../lib64
|
||
|
+MULTILIB_OSDIRNAMES = ../lib64 ../lib32 ../lib64
|
||
|
|
||
|
EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
|
||
|
|
||
15 years ago
|
diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h
|
||
|
index a83cc24..da6bfe7 100644
|
||
|
--- a/gcc/config/rs6000/linux64.h
|
||
|
+++ b/gcc/config/rs6000/linux64.h
|
||
|
@@ -342,7 +342,7 @@ extern int dot_symbols;
|
||
16 years ago
|
#undef LINK_OS_DEFAULT_SPEC
|
||
|
#define LINK_OS_DEFAULT_SPEC "%(link_os_linux)"
|
||
17 years ago
|
|
||
16 years ago
|
-#define GLIBC_DYNAMIC_LINKER32 "/lib/ld.so.1"
|
||
|
+#define GLIBC_DYNAMIC_LINKER32 "/lib32/ld.so.1"
|
||
|
#define GLIBC_DYNAMIC_LINKER64 "/lib64/ld64.so.1"
|
||
|
#define UCLIBC_DYNAMIC_LINKER32 "/lib/ld-uClibc.so.0"
|
||
|
#define UCLIBC_DYNAMIC_LINKER64 "/lib/ld64-uClibc.so.0"
|
||
15 years ago
|
diff --git a/gcc/config/rs6000/t-linux64 b/gcc/config/rs6000/t-linux64
|
||
|
index 2a2e7b0..b4ef657 100644
|
||
|
--- a/gcc/config/rs6000/t-linux64
|
||
|
+++ b/gcc/config/rs6000/t-linux64
|
||
|
@@ -19,7 +19,7 @@ MULTILIB_DIRNAMES = 64 32 nof
|
||
17 years ago
|
MULTILIB_EXTRA_OPTS = fPIC mstrict-align
|
||
16 years ago
|
MULTILIB_EXCEPTIONS = m64/msoft-float
|
||
|
MULTILIB_EXCLUSIONS = m64/!m32/msoft-float
|
||
|
-MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) nof
|
||
|
+MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib32) nof
|
||
|
MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT)
|
||
|
|
||
|
softfp_wrap_start := '\#ifndef __powerpc64__'
|
||
15 years ago
|
diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h
|
||
|
index 9d0799f..4a4cb37 100644
|
||
|
--- a/gcc/config/sparc/linux64.h
|
||
|
+++ b/gcc/config/sparc/linux64.h
|
||
|
@@ -109,7 +109,7 @@ along with GCC; see the file COPYING3. If not see
|
||
16 years ago
|
|
||
|
/* If ELF is the default format, we should not use /lib/elf. */
|
||
17 years ago
|
|
||
16 years ago
|
-#define GLIBC_DYNAMIC_LINKER32 "/lib/ld-linux.so.2"
|
||
|
+#define GLIBC_DYNAMIC_LINKER32 "/lib32/ld-linux.so.2"
|
||
|
#define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux.so.2"
|
||
15 years ago
|
|
||
|
#ifdef SPARC_BI_ARCH
|
||
|
@@ -121,7 +121,7 @@ along with GCC; see the file COPYING3. If not see
|
||
17 years ago
|
{ "link_arch_default", LINK_ARCH_DEFAULT_SPEC }, \
|
||
|
{ "link_arch", LINK_ARCH_SPEC },
|
||
16 years ago
|
|
||
15 years ago
|
-#define LINK_ARCH32_SPEC "-m elf32_sparc -Y P,%R/usr/lib %{shared:-shared} \
|
||
|
+#define LINK_ARCH32_SPEC "-m elf32_sparc -Y P,%R/usr/lib32 %{shared:-shared} \
|
||
17 years ago
|
%{!shared: \
|
||
|
%{!ibcs: \
|
||
|
%{!static: \
|
||
15 years ago
|
diff --git a/gcc/config/sparc/t-linux64 b/gcc/config/sparc/t-linux64
|
||
|
index 7a1d5b1..8e8025e 100644
|
||
|
--- a/gcc/config/sparc/t-linux64
|
||
|
+++ b/gcc/config/sparc/t-linux64
|
||
17 years ago
|
@@ -1,6 +1,6 @@
|
||
|
MULTILIB_OPTIONS = m64/m32
|
||
|
MULTILIB_DIRNAMES = 64 32
|
||
|
-MULTILIB_OSDIRNAMES = ../lib64 ../lib
|
||
|
+MULTILIB_OSDIRNAMES = ../lib64 ../lib32
|
||
|
|
||
|
LIBGCC = stmp-multilib
|
||
|
INSTALL_LIBGCC = install-multilib
|