aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/11.4.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2023-05-09 20:14:51 +1200
committerChris Packham <judge.packham@gmail.com>2023-05-31 20:21:59 +1200
commitd855363eee3848fd5c5f3aa1477a7d03fa4886c0 (patch)
treea0a931c7a4bbea4dcfc23f726ac667da289f1c37 /packages/gcc/11.4.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch
parent72e07cce8faef4c584cb9eff47ba922fe0db461f (diff)
downloadcrosstool-ng-d855363eee3848fd5c5f3aa1477a7d03fa4886c0.tar.gz
crosstool-ng-d855363eee3848fd5c5f3aa1477a7d03fa4886c0.tar.bz2
crosstool-ng-d855363eee3848fd5c5f3aa1477a7d03fa4886c0.zip
gcc: Add 11.4.0
Add gcc 11.4.0 and regenerate patches against the new version. https://gcc.gnu.org/pipermail/gcc-announce/2023/000177.html https://gcc.gnu.org/gcc-11/changes.html Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/gcc/11.4.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch')
-rw-r--r--packages/gcc/11.4.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/gcc/11.4.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch b/packages/gcc/11.4.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch
new file mode 100644
index 00000000..5f9a07a2
--- /dev/null
+++ b/packages/gcc/11.4.0/0001-gcc-plugin-POSIX-include-sys-select-h.patch
@@ -0,0 +1,14 @@
+---
+ libcc1/connection.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/libcc1/connection.cc
++++ b/libcc1/connection.cc
+@@ -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"