From 63cef83b71c3b8fe4642e2dfda84d27b305a2ae5 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Wed, 12 Aug 2020 06:03:48 -0500 Subject: prep scripts for gcc 10.2.0 --- .../compiler-rt-sanitizers/fix-compile-with-glibc-2.31.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 patches/sys-libs/compiler-rt-sanitizers/fix-compile-with-glibc-2.31.patch (limited to 'patches/sys-libs/compiler-rt-sanitizers') diff --git a/patches/sys-libs/compiler-rt-sanitizers/fix-compile-with-glibc-2.31.patch b/patches/sys-libs/compiler-rt-sanitizers/fix-compile-with-glibc-2.31.patch deleted file mode 100644 index 358f020..0000000 --- a/patches/sys-libs/compiler-rt-sanitizers/fix-compile-with-glibc-2.31.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc.orig 2020-03-11 20:35:37.099808821 +0100 -+++ compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc 2020-03-11 20:36:08.279808758 +0100 -@@ -1128,7 +1128,7 @@ - CHECK_SIZE_AND_OFFSET(ipc_perm, cgid); - #if !defined(__aarch64__) || !SANITIZER_LINUX || __GLIBC_PREREQ (2, 21) - /* On aarch64 glibc 2.20 and earlier provided incorrect mode field. */ --CHECK_SIZE_AND_OFFSET(ipc_perm, mode); -+//CHECK_SIZE_AND_OFFSET(ipc_perm, mode); - #endif - - CHECK_TYPE_SIZE(shmid_ds); -- cgit v1.2.3