From 3d2b48fb7a7b958575714d1d3ca180c53aeb8604 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Tue, 21 Sep 2021 19:56:07 +1200 Subject: glibc: Remove obsolete versions The following versions were marked obsolete in crosstool-ng-1.24.0, remove them. - glibc-linaro-2.20-2014.11 - glibc-2.12.2 - glibc-2.13 - glibc-2.14.1 - glibc-2.15 - glibc-2.16.0 - glibc-2.18 - glibc-2.20 - glibc-2.21 - glibc-2.22 Signed-off-by: Chris Packham --- .../glibc/2.16.0/0042-fix-GCC-10-detection.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 packages/glibc/2.16.0/0042-fix-GCC-10-detection.patch (limited to 'packages/glibc/2.16.0/0042-fix-GCC-10-detection.patch') diff --git a/packages/glibc/2.16.0/0042-fix-GCC-10-detection.patch b/packages/glibc/2.16.0/0042-fix-GCC-10-detection.patch deleted file mode 100644 index 4d55ff39..00000000 --- a/packages/glibc/2.16.0/0042-fix-GCC-10-detection.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 01e89232ac76b66e2bba2ec84d7f86e86f04ae64 Mon Sep 17 00:00:00 2001 -From: Jakub Labenski -Date: Fri, 5 Jun 2020 09:11:40 +0200 -Subject: [PATCH] Fix GCC 10+ detection - ---- - configure | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure b/configure -index aa7869ff17..2a513eae65 100755 ---- a/configure -+++ b/configure -@@ -4782,7 +4782,7 @@ $as_echo_n "checking version of $CC... " >&6; } - 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.[3-9].* | 4.[1-9][0-9].* | [5-9].* ) -+ 4.[3-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;; - --- -2.25.1 - -- cgit v1.2.3