From 66ad1ff51411c24bfad7c1892f7481a9cdc924f8 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 28 Jan 2018 11:42:24 -0800 Subject: Upgrade to new releases android-ndk, binutils, gcc, linux, mpfr, ncurses, newlib, uclibc-ng MPC vs MPFR dependencies required modifications in auto-generated templates to also provide non-inclusive older-than/newer-than specifications. Also correct MPC URLs, the website seems to have adjusted its directory layout. Currently, newlib 3.0.0 doesn't build for arm-nano-eabi. Signed-off-by: Alexey Neyman --- .../7.3.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/gcc/7.3.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch (limited to 'packages/gcc/7.3.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch') diff --git a/packages/gcc/7.3.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch b/packages/gcc/7.3.0/0003-gcc-plugin-POSIX-include-sys-select-h.patch new file mode 100644 index 00000000..5f9a07a2 --- /dev/null +++ b/packages/gcc/7.3.0/0003-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 + #include + #include ++#include + #include + #include + #include "marshall.hh" -- cgit v1.2.3