diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-17 13:17:50 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-08-17 19:03:19 -0700 |
commit | 08454a985f92e254eed7130be12d3d9e6673c64a (patch) | |
tree | b2dd3d4f9aa42a3d5a96fcfa059acc2f5fb9d308 /packages/gcc/7.2.0/380-gcc-plugin-POSIX-include-sys-select-h.patch | |
parent | 223a1a47ab855f34401ef68f1c6fa81e2ef74ae8 (diff) | |
download | crosstool-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.2.0/380-gcc-plugin-POSIX-include-sys-select-h.patch')
-rw-r--r-- | packages/gcc/7.2.0/380-gcc-plugin-POSIX-include-sys-select-h.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gcc/7.2.0/380-gcc-plugin-POSIX-include-sys-select-h.patch b/packages/gcc/7.2.0/380-gcc-plugin-POSIX-include-sys-select-h.patch new file mode 100644 index 00000000..12ef48ee --- /dev/null +++ b/packages/gcc/7.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 <string> + #include <unistd.h> + #include <sys/types.h> ++#include <sys/select.h> + #include <string.h> + #include <errno.h> + #include "marshall.hh" |