From 0ac9b6e3d5a2939310e8ec443f2b326610ab9a9f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 15 May 2023 23:17:59 +0100 Subject: let's make redcore even more compatible with gentoo --- sys-libs/glibc/files/2.19/glibc-2.19-gcc-10.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 sys-libs/glibc/files/2.19/glibc-2.19-gcc-10.patch (limited to 'sys-libs/glibc/files/2.19/glibc-2.19-gcc-10.patch') diff --git a/sys-libs/glibc/files/2.19/glibc-2.19-gcc-10.patch b/sys-libs/glibc/files/2.19/glibc-2.19-gcc-10.patch deleted file mode 100644 index 45e8ab80..00000000 --- a/sys-libs/glibc/files/2.19/glibc-2.19-gcc-10.patch +++ /dev/null @@ -1,15 +0,0 @@ -Identify gcc-10+ as a good compiler. - -Index: work/glibc-2.19/configure -=================================================================== ---- glibc-2.19/configure -+++ glibc-2.19/configure -@@ -4710,7 +4710,7 @@ $as_echo_n "checking version of $CC... " - ac_prog_version=`$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustpi-]*[0-9.]*\).*$/\1/p'` - case $ac_prog_version in - '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; -- 4.[4-9].* | 4.[1-9][0-9].* | [5-9].* ) -+ 4.[4-9].* | 4.[1-9][0-9].* | [5-9].* | [1-9][0-9].* ) - ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; - *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; - -- cgit v1.2.3