commit: f6f4dde7d364b531860ea44ebb08b8cae125755f Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Thu Aug 28 01:19:08 2014 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Thu Aug 28 01:19:08 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=f6f4dde7
sys-deve/gcc: fix linker path for mipsel --- sys-devel/gcc/files/gcc-4.7.3-musl-linker-path.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index a3c879c..df076f1 100644 --- 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 @@ -32,4 +32,4 @@ diff -Naur gcc-4.7.3.orig/gcc/config/mips/linux.h gcc-4.7.3/gcc/config/mips/linu <http://www.gnu.org/licenses/>. */ -#define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1" -+#define GLIBC_DYNAMIC_LINKER "/usr/lib/libc.so" ++#define GLIBC_DYNAMIC_LINKER "/lib/ld-musl-mipsel.so.1"
