aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/11.1.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-07-29 20:07:58 +1200
committerGitHub <noreply@github.com>2021-07-29 20:07:58 +1200
commitcd275bc38c414fb1c3f0812f1d7e2d6648c2e0db (patch)
tree4a7796e16f5d251b272019ddeae8f375d7dc7222 /packages/gcc/11.1.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch
parent283142c032c60c11ba0a9ec8c355a0d9138c6814 (diff)
parent329c45eb5817c52ac2e4f18d8caee14e0a897d10 (diff)
downloadcrosstool-ng-cd275bc38c414fb1c3f0812f1d7e2d6648c2e0db.tar.gz
crosstool-ng-cd275bc38c414fb1c3f0812f1d7e2d6648c2e0db.tar.bz2
crosstool-ng-cd275bc38c414fb1c3f0812f1d7e2d6648c2e0db.zip
Merge pull request #1567 from graysky2/11.2
gcc: bump to 11.2
Diffstat (limited to 'packages/gcc/11.1.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch')
-rw-r--r--packages/gcc/11.1.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/gcc/11.1.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch b/packages/gcc/11.1.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch
deleted file mode 100644
index 3040e23c..00000000
--- a/packages/gcc/11.1.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"