From 0bf97beb30cf5af7cf9c32943f73fa46c85ce01b Mon Sep 17 00:00:00 2001 From: Yogesh Sharma Date: Mon, 31 Oct 2016 14:29:00 -0400 Subject: gcc: Updated gcc from 6.1.0 to 6.2.0 Signed-off-by: Yogesh Sharma --- .../gcc/6.2.0/380-gcc-plugin-POSIX-include-sys-select-h.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/gcc/6.2.0/380-gcc-plugin-POSIX-include-sys-select-h.patch (limited to 'patches/gcc/6.2.0/380-gcc-plugin-POSIX-include-sys-select-h.patch') diff --git a/patches/gcc/6.2.0/380-gcc-plugin-POSIX-include-sys-select-h.patch b/patches/gcc/6.2.0/380-gcc-plugin-POSIX-include-sys-select-h.patch new file mode 100644 index 00000000..12ef48ee --- /dev/null +++ b/patches/gcc/6.2.0/380-gcc-plugin-POSIX-include-sys-select-h.patch @@ -0,0 +1,11 @@ +diff -urN gcc-5.3.0.orig/libcc1/connection.cc gcc-5.3.0/libcc1/connection.cc +--- gcc-5.3.0.orig/libcc1/connection.cc 2015-12-19 14:40:20.860479600 +0000 ++++ gcc-5.3.0/libcc1/connection.cc 2015-12-20 01:31:04.346611500 +0000 +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + #include + #include + #include "marshall.hh" -- cgit v1.2.3