linux.h (UCLIBC_DYNAMIC_LINKER): Define.
authorWaldemar Brodkorb <wbx@openadk.org>
Mon, 31 Oct 2016 15:04:21 +0000 (15:04 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 31 Oct 2016 15:04:21 +0000 (09:04 -0600)
2016-10-31  Waldemar Brodkorb  <wbx@openadk.org>

* config/microblaze/linux.h (UCLIBC_DYNAMIC_LINKER): Define.

From-SVN: r241704

gcc/ChangeLog
gcc/config/microblaze/linux.h

index 9a45b66..f7adca2 100644 (file)
@@ -1,3 +1,7 @@
+2016-10-31  Waldemar Brodkorb  <wbx@openadk.org>
+
+       * config/microblaze/linux.h (UCLIBC_DYNAMIC_LINKER): Define.
+
 2016-10-31  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/77886
index ae8523c..b3bf43a 100644 (file)
@@ -29,6 +29,7 @@
 #define TLS_NEEDS_GOT 1
 
 #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"
+#define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0"
 
 #if TARGET_BIG_ENDIAN_DEFAULT == 0 /* LE */
 #define MUSL_DYNAMIC_LINKER_E "%{mbig-endian:;:el}"