aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/11.2.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2021-09-15 01:15:13 -0700
committerAlexey Brodkin <abrodkin@synopsys.com>2021-09-15 01:18:45 -0700
commit24a1f120d75785854c1f0ccd5962c4a7e26a4255 (patch)
tree5f4d1ab041e4099a04b587c807653e3a1fd881a8 /packages/gcc/11.2.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch
parente5aaa1ca7a7876861d3b3900251c67d280bfafdf (diff)
downloadcrosstool-ng-24a1f120d75785854c1f0ccd5962c4a7e26a4255.tar.gz
crosstool-ng-24a1f120d75785854c1f0ccd5962c4a7e26a4255.tar.bz2
crosstool-ng-24a1f120d75785854c1f0ccd5962c4a7e26a4255.zip
gcc: Refresh patches of GCC 11.2.0
As simple as: ./maintainer/manage-packages.sh --update-patches --select gcc-11.2.0 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'packages/gcc/11.2.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch')
-rw-r--r--packages/gcc/11.2.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/gcc/11.2.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch b/packages/gcc/11.2.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch
deleted file mode 100644
index 3040e23c..00000000
--- a/packages/gcc/11.2.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch
+++ /dev/null
@@ -1,14 +0,0 @@
----
- libcc1/connection.cc | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/libcc1/connection.cc
-+++ b/libcc1/connection.cc
-@@ -21,6 +21,7 @@ along with GCC; see the file COPYING3.
- #include <string>
- #include <unistd.h>
- #include <sys/types.h>
-+#include <sys/select.h>
- #include <string.h>
- #include <errno.h>
- #include "marshall.hh"