From b0c0005f8a056afed06d663bb4e15f5dbd32e973 Mon Sep 17 00:00:00 2001 From: Hans-Christian Noren Egtvedt Date: Fri, 13 Mar 2020 10:31:08 +0100 Subject: Update to GCC 9.x to latest release 9.3.0 Forward ported patches from GCC 9.2.0 to 9.3.0, refreshed to match current sources. Patch 0010-crystax.patch did not apply clean and had minor adjustments to fit new GCC 9.3.0 release. Signed-off-by: Hans-Christian Noren Egtvedt --- packages/gcc/9.2.0/0006-libgfortran-missing-include.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 packages/gcc/9.2.0/0006-libgfortran-missing-include.patch (limited to 'packages/gcc/9.2.0/0006-libgfortran-missing-include.patch') diff --git a/packages/gcc/9.2.0/0006-libgfortran-missing-include.patch b/packages/gcc/9.2.0/0006-libgfortran-missing-include.patch deleted file mode 100644 index f93524b1..00000000 --- a/packages/gcc/9.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_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED } -- cgit v1.2.3