0001-fix-linker-name-for-uClibc.patch 770 B

12345678910111213141516171819202122232425
  1. From 0e8273cfa622a448787e408a066c520ee18eed77 Mon Sep 17 00:00:00 2001
  2. From: Waldemar Brodkorb <wbx@uclibc-ng.org>
  3. Date: Sat, 1 Oct 2016 13:33:13 +0200
  4. Subject: [PATCH] fix linker name for uClibc
  5. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
  6. ---
  7. gcc/config/microblaze/linux.h | 1 +
  8. 1 file changed, 1 insertion(+)
  9. diff --git a/gcc/config/microblaze/linux.h b/gcc/config/microblaze/linux.h
  10. index ae8523c..b3bf43a 100644
  11. --- a/gcc/config/microblaze/linux.h
  12. +++ b/gcc/config/microblaze/linux.h
  13. @@ -29,6 +29,7 @@
  14. #define TLS_NEEDS_GOT 1
  15. #define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1"
  16. +#define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0"
  17. #if TARGET_BIG_ENDIAN_DEFAULT == 0 /* LE */
  18. #define MUSL_DYNAMIC_LINKER_E "%{mbig-endian:;:el}"
  19. --
  20. 2.7.4 (Apple Git-66)