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/900-libgfortran-missing-include.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/900-libgfortran-missing-include.patch')
-rw-r--r-- | packages/gcc/7.2.0/900-libgfortran-missing-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gcc/7.2.0/900-libgfortran-missing-include.patch b/packages/gcc/7.2.0/900-libgfortran-missing-include.patch new file mode 100644 index 00000000..1f474696 --- /dev/null +++ b/packages/gcc/7.2.0/900-libgfortran-missing-include.patch @@ -0,0 +1,10 @@ +--- gcc-6.3.0/libgfortran/io/close.c.org 2017-01-17 09:43:48.395850000 +0100 ++++ gcc-6.3.0/libgfortran/io/close.c 2017-01-17 09:21:05.000000000 +0100 +@@ -25,6 +25,7 @@ + #include "io.h" + #include "unix.h" + #include <limits.h> ++#include <stdlib.h> + + typedef enum + { CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED } |