29 lines
813 B
Diff
29 lines
813 B
Diff
From b0412c01c275aaeb6b458461cd2425120c8bcec8 Mon Sep 17 00:00:00 2001
|
|
From: Khem Raj <raj.khem@gmail.com>
|
|
Date: Tue, 2 Feb 2016 10:26:10 -0800
|
|
Subject: [PATCH 40/46] nios2: Define MUSL_DYNAMIC_LINKER
|
|
|
|
Signed-off-by: Marek Vasut <marex@denx.de>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
---
|
|
Upstream-Status: Pending
|
|
|
|
gcc/config/nios2/linux.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/gcc/config/nios2/linux.h b/gcc/config/nios2/linux.h
|
|
index 4ef55b5..62bc1e7 100644
|
|
--- a/gcc/config/nios2/linux.h
|
|
+++ b/gcc/config/nios2/linux.h
|
|
@@ -30,6 +30,7 @@
|
|
#define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT}"
|
|
|
|
#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-nios2.so.1"
|
|
+#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-nios2.so.1"
|
|
|
|
#undef LINK_SPEC
|
|
#define LINK_SPEC LINK_SPEC_ENDIAN \
|
|
--
|
|
2.8.2
|
|
|