aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/7.1.0/380-gcc-plugin-POSIX-include-sys-select-h.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-08-17 13:17:50 -0700
committerAlexey Neyman <stilor@att.net>2017-08-17 19:03:19 -0700
commit08454a985f92e254eed7130be12d3d9e6673c64a (patch)
treeb2dd3d4f9aa42a3d5a96fcfa059acc2f5fb9d308 /packages/gcc/7.1.0/380-gcc-plugin-POSIX-include-sys-select-h.patch
parent223a1a47ab855f34401ef68f1c6fa81e2ef74ae8 (diff)
downloadcrosstool-ng-08454a985f92e254eed7130be12d3d9e6673c64a.tar.gz
crosstool-ng-08454a985f92e254eed7130be12d3d9e6673c64a.tar.bz2
crosstool-ng-08454a985f92e254eed7130be12d3d9e6673c64a.zip
GCC: 7.1 -> 7.2
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/gcc/7.1.0/380-gcc-plugin-POSIX-include-sys-select-h.patch')
-rw-r--r--packages/gcc/7.1.0/380-gcc-plugin-POSIX-include-sys-select-h.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/gcc/7.1.0/380-gcc-plugin-POSIX-include-sys-select-h.patch b/packages/gcc/7.1.0/380-gcc-plugin-POSIX-include-sys-select-h.patch
deleted file mode 100644
index 12ef48ee..00000000
--- a/packages/gcc/7.1.0/380-gcc-plugin-POSIX-include-sys-select-h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-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 <string>
- #include <unistd.h>
- #include <sys/types.h>
-+#include <sys/select.h>
- #include <string.h>
- #include <errno.h>
- #include "marshall.hh"