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.
151 lines
7.2 KiB
151 lines
7.2 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../gcc/gcc-4.7-multilib-1.patch |
|
# Copyright (C) 2009 - 2013 The OpenSDE Project |
|
# |
|
# 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 --- |
|
|
|
From 5062892f2adef4afdf0a251decd76fd446777b8a Mon Sep 17 00:00:00 2001 |
|
From: Christian Wiese <chris@opensde.org> |
|
Date: Mon, 6 Aug 2012 14:24:08 +0200 |
|
Subject: [PATCH] adjust multilib dirnames to suite OpenSDE's lib as symlink strategy |
|
|
|
--- |
|
gcc/config/i386/linux64.h | 2 +- |
|
gcc/config/i386/t-linux64 | 2 +- |
|
gcc/config/mips/linux64.h | 6 +++--- |
|
gcc/config/mips/t-linux64 | 2 +- |
|
gcc/config/rs6000/linux64.h | 6 +++--- |
|
gcc/config/rs6000/t-linux64 | 2 +- |
|
gcc/config/sparc/linux64.h | 4 ++-- |
|
gcc/config/sparc/t-linux64 | 2 +- |
|
8 files changed, 13 insertions(+), 13 deletions(-) |
|
|
|
diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h |
|
index 5b0a212..984c147 100644 |
|
--- a/gcc/config/i386/linux64.h |
|
+++ b/gcc/config/i386/linux64.h |
|
@@ -28,6 +28,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see |
|
#define GNU_USER_LINK_EMULATION64 "elf_x86_64" |
|
#define GNU_USER_LINK_EMULATIONX32 "elf32_x86_64" |
|
|
|
-#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" |
|
#define GLIBC_DYNAMIC_LINKERX32 "/libx32/ld-linux-x32.so.2" |
|
diff --git a/gcc/config/i386/t-linux64 b/gcc/config/i386/t-linux64 |
|
index b5d3985..d530d97 100644 |
|
--- a/gcc/config/i386/t-linux64 |
|
+++ b/gcc/config/i386/t-linux64 |
|
@@ -35,5 +35,5 @@ |
|
MULTILIB_OPTIONS = $(subst $(comma),/,$(TM_MULTILIB_CONFIG)) |
|
MULTILIB_DIRNAMES = $(patsubst m%, %, $(subst /, ,$(MULTILIB_OPTIONS))) |
|
MULTILIB_OSDIRNAMES = m64=../lib64$(call if_multiarch,:x86_64-linux-gnu) |
|
-MULTILIB_OSDIRNAMES+= m32=$(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)$(call if_multiarch,:i386-linux-gnu) |
|
+MULTILIB_OSDIRNAMES+= m32=$(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib32)$(call if_multiarch,:i386-linux-gnu) |
|
MULTILIB_OSDIRNAMES+= mx32=../libx32$(call if_multiarch,:x86_64-linux-gnux32) |
|
diff --git a/gcc/config/mips/linux64.h b/gcc/config/mips/linux64.h |
|
index 6e92719..4436d75 100644 |
|
--- a/gcc/config/mips/linux64.h |
|
+++ b/gcc/config/mips/linux64.h |
|
@@ -23,10 +23,10 @@ along with GCC; see the file COPYING3. If not see |
|
#define GNU_USER_LINK_EMULATION64 "elf64%{EB:b}%{EL:l}tsmip" |
|
#define GNU_USER_LINK_EMULATIONN32 "elf32%{EB:b}%{EL:l}tsmipn32" |
|
|
|
-#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 UCLIBC_DYNAMIC_LINKERN32 "/lib32/ld-uClibc.so.0" |
|
+#define GLIBC_DYNAMIC_LINKERN32 "/libn32/ld.so.1" |
|
+#define UCLIBC_DYNAMIC_LINKERN32 "/libn32/ld-uClibc.so.0" |
|
#define BIONIC_DYNAMIC_LINKERN32 "/system/bin/linker32" |
|
#define GNU_USER_DYNAMIC_LINKERN32 \ |
|
CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32, \ |
|
diff --git a/gcc/config/mips/t-linux64 b/gcc/config/mips/t-linux64 |
|
index 5197e5e..b847f7d 100644 |
|
--- a/gcc/config/mips/t-linux64 |
|
+++ b/gcc/config/mips/t-linux64 |
|
@@ -21,6 +21,6 @@ |
|
MIPS_EL = $(if $(filter %el, $(firstword $(subst -, ,$(target)))),el) |
|
MIPS_SOFT = $(if $(strip $(filter MASK_SOFT_FLOAT_ABI, $(target_cpu_default)) $(filter soft, $(with_float))),soft) |
|
MULTILIB_OSDIRNAMES = \ |
|
- ../lib32$(call if_multiarch,:mips64$(MIPS_EL)-linux-gnuabin32$(MIPS_SOFT)) \ |
|
- ../lib$(call if_multiarch,:mips$(MIPS_EL)-linux-gnu$(MIPS_SOFT)) \ |
|
+ ../libn32$(call if_multiarch,:mips64$(MIPS_EL)-linux-gnuabin32$(MIPS_SOFT)) \ |
|
+ ../lib32$(call if_multiarch,:mips$(MIPS_EL)-linux-gnu$(MIPS_SOFT)) \ |
|
../lib64$(call if_multiarch,:mips64$(MIPS_EL)-linux-gnuabi64$(MIPS_SOFT)) |
|
diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h |
|
index 7c516eb..9fd4b58 100644 |
|
--- a/gcc/config/rs6000/linux64.h |
|
+++ b/gcc/config/rs6000/linux64.h |
|
@@ -358,10 +358,10 @@ extern int dot_symbols; |
|
#undef LINK_OS_DEFAULT_SPEC |
|
#define LINK_OS_DEFAULT_SPEC "%(link_os_linux)" |
|
|
|
-#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" |
|
+#define UCLIBC_DYNAMIC_LINKER32 "/lib32/ld-uClibc.so.0" |
|
+#define UCLIBC_DYNAMIC_LINKER64 "/lib64/ld64-uClibc.so.0" |
|
#if DEFAULT_LIBC == LIBC_UCLIBC |
|
#define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:" G ";:" U "}" |
|
#elif DEFAULT_LIBC == LIBC_GLIBC |
|
diff --git a/gcc/config/rs6000/t-linux64 b/gcc/config/rs6000/t-linux64 |
|
index 6420431..de44202 100644 |
|
--- a/gcc/config/rs6000/t-linux64 |
|
+++ b/gcc/config/rs6000/t-linux64 |
|
@@ -32,6 +32,6 @@ |
|
MULTILIB_EXCEPTIONS = m64/msoft-float |
|
MULTILIB_EXCLUSIONS = m64/!m32/msoft-float |
|
MULTILIB_OSDIRNAMES = ../lib64$(call if_multiarch,:powerpc64-linux-gnu) |
|
-MULTILIB_OSDIRNAMES += $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)$(call if_multiarch,:powerpc-linux-gnu) |
|
+MULTILIB_OSDIRNAMES += $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib32)$(call if_multiarch,:powerpc-linux-gnu) |
|
MULTILIB_OSDIRNAMES += nof |
|
MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT) |
|
diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h |
|
index 14966b9..0134911 100644 |
|
--- a/gcc/config/sparc/linux64.h |
|
+++ b/gcc/config/sparc/linux64.h |
|
@@ -93,7 +93,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. */ |
|
|
|
-#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" |
|
|
|
#ifdef SPARC_BI_ARCH |
|
@@ -105,7 +105,7 @@ along with GCC; see the file COPYING3. If not see |
|
{ "link_arch_default", LINK_ARCH_DEFAULT_SPEC }, \ |
|
{ "link_arch", LINK_ARCH_SPEC }, |
|
|
|
-#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} \ |
|
%{!shared: \ |
|
%{!static: \ |
|
%{rdynamic:-export-dynamic} \ |
|
diff --git a/gcc/config/sparc/t-linux64 b/gcc/config/sparc/t-linux64 |
|
index d9dfad6..05230e8 100644 |
|
--- a/gcc/config/sparc/t-linux64 |
|
+++ b/gcc/config/sparc/t-linux64 |
|
@@ -27,4 +27,4 @@ |
|
MULTILIB_OPTIONS = m64/m32 |
|
MULTILIB_DIRNAMES = 64 32 |
|
MULTILIB_OSDIRNAMES = ../lib64$(call if_multiarch,:sparc64-linux-gnu) |
|
-MULTILIB_OSDIRNAMES += $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)$(call if_multiarch,:sparc-linux-gnu) |
|
+MULTILIB_OSDIRNAMES += $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib32)$(call if_multiarch,:sparc-linux-gnu) |
|
-- |
|
1.7.2.3 |
|
|
|
|