From 843dca042ed56ef82f8e473309785b7465d1cc7e Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Mon, 11 Jul 2016 15:39:09 -0700 Subject: Remove this patch as it is no longer required This patch is applied upstream, and no longer required Signed-off-by: Manjukumar Matha Signed-off-by: Nathan Rossi --- .../gcc/files/microblaze-musl-support.patch | 44 ---------------------- 1 file changed, 44 deletions(-) delete mode 100644 recipes-microblaze/gcc/files/microblaze-musl-support.patch diff --git a/recipes-microblaze/gcc/files/microblaze-musl-support.patch b/recipes-microblaze/gcc/files/microblaze-musl-support.patch deleted file mode 100644 index 08370c15..00000000 --- a/recipes-microblaze/gcc/files/microblaze-musl-support.patch +++ /dev/null @@ -1,44 +0,0 @@ -From: nsz -Date: Thu, 15 Oct 2015 19:12:15 +0000 -Subject: [PATCH] microblaze musl support - - * config/microblaze/linux.h (MUSL_DYNAMIC_LINKER): Define. - (DYNAMIC_LINKER): Renamed to ... - (GLIBC_DYNAMIC_LINKER): This. - (SUBTARGET_EXTRA_SPECS): Use GNU_USER_DYNAMIC_LINKER. - -Upstream-Status: Backport ---- - gcc/config/microblaze/linux.h | 14 ++++++++++++-- - 1 file changed, 12 insertions(+), 2 deletions(-) - -diff --git a/gcc/config/microblaze/linux.h b/gcc/config/microblaze/linux.h -index 655a70f..a8a3f3e 100644 ---- a/gcc/config/microblaze/linux.h -+++ b/gcc/config/microblaze/linux.h -@@ -28,10 +28,20 @@ - #undef TLS_NEEDS_GOT - #define TLS_NEEDS_GOT 1 - --#define DYNAMIC_LINKER "/lib/ld.so.1" -+#define GLIBC_DYNAMIC_LINKER "/lib/ld.so.1" -+ -+#if TARGET_BIG_ENDIAN_DEFAULT == 0 /* LE */ -+#define MUSL_DYNAMIC_LINKER_E "%{mbig-endian:;:el}" -+#else -+#define MUSL_DYNAMIC_LINKER_E "%{mlittle-endian:el}" -+#endif -+ -+#undef MUSL_DYNAMIC_LINKER -+#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-microblaze" MUSL_DYNAMIC_LINKER_E ".so.1" -+ - #undef SUBTARGET_EXTRA_SPECS - #define SUBTARGET_EXTRA_SPECS \ -- { "dynamic_linker", DYNAMIC_LINKER } -+ { "dynamic_linker", GNU_USER_DYNAMIC_LINKER } - - #undef LINK_SPEC - #define LINK_SPEC "%{shared:-shared} \ --- -2.6.4 - -- cgit v1.2.3-54-g00ecf