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.
133 lines
5.4 KiB
133 lines
5.4 KiB
16 years ago
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
#
|
||
13 years ago
|
# Filename: package/.../gcc/gcc-4.6-multilib-1.patch
|
||
|
# Copyright (C) 2009 - 2011 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
|
||
13 years ago
|
index 8392fab..14659ab 100644
|
||
15 years ago
|
--- a/gcc/config/i386/linux64.h
|
||
|
+++ b/gcc/config/i386/linux64.h
|
||
13 years ago
|
@@ -62,7 +62,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
|
|
||
13 years ago
|
#if TARGET_64BIT_DEFAULT
|
||
15 years ago
|
diff --git a/gcc/config/i386/t-linux64 b/gcc/config/i386/t-linux64
|
||
13 years ago
|
index 5d5a476..b7740c0 100644
|
||
15 years ago
|
--- a/gcc/config/i386/t-linux64
|
||
|
+++ b/gcc/config/i386/t-linux64
|
||
13 years ago
|
@@ -25,7 +25,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
|
||
13 years ago
|
index 987a991..6e2ebcb 100644
|
||
15 years ago
|
--- 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"
|
||
13 years ago
|
#define BIONIC_DYNAMIC_LINKERN32 "/system/bin/linker32"
|
||
16 years ago
|
#define LINUX_DYNAMIC_LINKERN32 \
|
||
15 years ago
|
diff --git a/gcc/config/mips/t-linux64 b/gcc/config/mips/t-linux64
|
||
13 years ago
|
index 66ea51a..d5f424a 100644
|
||
15 years ago
|
--- a/gcc/config/mips/t-linux64
|
||
|
+++ b/gcc/config/mips/t-linux64
|
||
13 years ago
|
@@ -18,7 +18,7 @@
|
||
|
|
||
17 years ago
|
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
|
||
13 years ago
|
index e6840d6..412f7ce 100644
|
||
15 years ago
|
--- a/gcc/config/rs6000/linux64.h
|
||
|
+++ b/gcc/config/rs6000/linux64.h
|
||
13 years ago
|
@@ -372,7 +372,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
|
||
13 years ago
|
index 6a2235f..3d50579 100644
|
||
15 years ago
|
--- a/gcc/config/rs6000/t-linux64
|
||
|
+++ b/gcc/config/rs6000/t-linux64
|
||
13 years ago
|
@@ -36,7 +36,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
|
||
13 years ago
|
index a4c67dc..1801418 100644
|
||
15 years ago
|
--- a/gcc/config/sparc/linux64.h
|
||
|
+++ b/gcc/config/sparc/linux64.h
|
||
13 years ago
|
@@ -101,7 +101,7 @@ along with GCC; see the file COPYING3. If not see
|
||
|
When the -shared link option is used a final link is not being
|
||
|
done. */
|
||
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
|
||
13 years ago
|
@@ -113,7 +113,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: \
|
||
13 years ago
|
%{!static: \
|
||
|
%{rdynamic:-export-dynamic} \
|
||
15 years ago
|
diff --git a/gcc/config/sparc/t-linux64 b/gcc/config/sparc/t-linux64
|
||
13 years ago
|
index 74d0489..3343351 100644
|
||
15 years ago
|
--- a/gcc/config/sparc/t-linux64
|
||
|
+++ b/gcc/config/sparc/t-linux64
|
||
13 years ago
|
@@ -26,7 +26,7 @@
|
||
|
|
||
17 years ago
|
MULTILIB_OPTIONS = m64/m32
|
||
|
MULTILIB_DIRNAMES = 64 32
|
||
13 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
|