From 1768ae413f3f9d345736fb1d2efda31aff93b36c Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Mon, 23 Dec 2019 17:14:26 -0800 Subject: Version updates bison, elf2flt, gcc, isl, linux, mingw-w64, strace. Adjust checksum ordering in uclibc-ng so that it matches what the script generates. Signed-off-by: Alexey Neyman --- packages/gcc/7.4.0/0016-crystax.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 packages/gcc/7.4.0/0016-crystax.patch (limited to 'packages/gcc/7.4.0/0016-crystax.patch') diff --git a/packages/gcc/7.4.0/0016-crystax.patch b/packages/gcc/7.4.0/0016-crystax.patch deleted file mode 100644 index 8f2eb438..00000000 --- a/packages/gcc/7.4.0/0016-crystax.patch +++ /dev/null @@ -1,26 +0,0 @@ -commit dbeae1190cabad83999f2540523f045acc1bb4ec -Author: Dmitry Moskalchuk -Date: Fri Aug 21 17:41:59 2015 +0300 - - [android] Always use gthr-posix.h instead of gthr-default.h - - Signed-off-by: Dmitry Moskalchuk - ---- - libgcc/gthr.h | 4 ++++ - 1 file changed, 4 insertions(+) - ---- a/libgcc/gthr.h -+++ b/libgcc/gthr.h -@@ -145,7 +145,11 @@ - #define GTHREAD_USE_WEAK 1 - #endif - #endif -+#if __ANDROID__ -+#include "gthr-posix.h" -+#else - #include "gthr-default.h" -+#endif - - #ifndef HIDE_EXPORTS - #pragma GCC visibility pop -- cgit v1.2.3