From 45a01960fc8da60a86091612ebde1808925dc689 Mon Sep 17 00:00:00 2001 From: Hans-Christian Noren Egtvedt Date: Thu, 14 May 2020 10:55:01 +0200 Subject: Add support for GCC 10.2.0 Forward ported patches from GCC 9.x, refreshed to match current sources. Patch 0010-crystax.patch did not apply clean and had minor adjustments to fit new GCC 10.2.0 release. Signed-off-by: Hans-Christian Noren Egtvedt --- packages/gcc/10.2.0/0006-libgfortran-missing-include.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create 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 new file mode 100644 index 00000000..866d2cc4 --- /dev/null +++ b/packages/gcc/10.2.0/0006-libgfortran-missing-include.patch @@ -0,0 +1,14 @@ +--- + 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