From cf0776ed0406a9902ea811ae079c96bb56a456a6 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 8 Apr 2021 12:26:30 -0500 Subject: Update to gcc release 10.3.0 Drop patches already in 10.3.0 that had been backported Signed-off-by: Kumar Gala --- packages/gcc/10.2.0/0006-libgfortran-missing-include.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 packages/gcc/10.2.0/0006-libgfortran-missing-include.patch (limited to 'packages/gcc/10.2.0/0006-libgfortran-missing-include.patch') diff --git a/packages/gcc/10.2.0/0006-libgfortran-missing-include.patch b/packages/gcc/10.2.0/0006-libgfortran-missing-include.patch deleted file mode 100644 index 866d2cc4..00000000 --- a/packages/gcc/10.2.0/0006-libgfortran-missing-include.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- - libgfortran/io/close.c | 1 + - 1 file changed, 1 insertion(+) - ---- a/libgfortran/io/close.c -+++ b/libgfortran/io/close.c -@@ -29,6 +29,7 @@ see the files COPYING3 and COPYING.RUNTI - #if !HAVE_UNLINK_OPEN_FILE - #include - #endif -+#include - - typedef enum - { CLOSE_INVALID = - 1, CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED } -- cgit v1.2.3