aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2017-11-17 12:22:57 +0000
committerClaudiu Zissulescu <claziss@gcc.gnu.org>2017-11-17 13:22:57 +0100
commite716496a557f48cfdf7adb35f5be4e0945bd66e8 (patch)
treef30ddf6474337ec0e1b457d62b8476599b887b8a /gcc/config
parentfdb5fa0c872010fcd44d0984fbdd71cb967e6170 (diff)
downloadgcc-e716496a557f48cfdf7adb35f5be4e0945bd66e8.zip
gcc-e716496a557f48cfdf7adb35f5be4e0945bd66e8.tar.gz
gcc-e716496a557f48cfdf7adb35f5be4e0945bd66e8.tar.bz2
[ARC] Update GLIBC_DYNAMIC_LINKER
Update GLIBC_DYNAMIC_LINKER per glibc upstreaming review comments: http://lists.infradead.org/pipermail/linux-snps-arc/2017-June/002634.html gcc/ * config/arc/linux.h: GLIBC_DYNAMIC_LINKER update per glibc upstreaming review comments From-SVN: r254866
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/arc/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arc/linux.h b/gcc/config/arc/linux.h
index 7073471..21fc88c 100644
--- a/gcc/config/arc/linux.h
+++ b/gcc/config/arc/linux.h
@@ -29,7 +29,7 @@ along with GCC; see the file COPYING3. If not see
} \
while (0)
-#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
+#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-arc.so.2"
#define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0"
/* Note that the default is to link against dynamic libraries, if they are