Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:musl commit in: sys-devel/gcc/files/
Date: Thu, 28 Aug 2014 01:16:40
Message-Id: 1409188748.f6f4dde7d364b531860ea44ebb08b8cae125755f.blueness@gentoo
1 commit: f6f4dde7d364b531860ea44ebb08b8cae125755f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 28 01:19:08 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 28 01:19:08 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=f6f4dde7
7
8 sys-deve/gcc: fix linker path for mipsel
9
10 ---
11 sys-devel/gcc/files/gcc-4.7.3-musl-linker-path.patch | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/sys-devel/gcc/files/gcc-4.7.3-musl-linker-path.patch b/sys-devel/gcc/files/gcc-4.7.3-musl-linker-path.patch
15 index a3c879c..df076f1 100644
16 --- a/sys-devel/gcc/files/gcc-4.7.3-musl-linker-path.patch
17 +++ b/sys-devel/gcc/files/gcc-4.7.3-musl-linker-path.patch
18 @@ -32,4 +32,4 @@ diff -Naur gcc-4.7.3.orig/gcc/config/mips/linux.h gcc-4.7.3/gcc/config/mips/linu
19 <http://www.gnu.org/licenses/>. */
20
21 -#define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"
22 -+#define GLIBC_DYNAMIC_LINKER "/usr/lib/libc.so"
23 ++#define GLIBC_DYNAMIC_LINKER "/lib/ld-musl-mipsel.so.1"