diff options
author | Alexey Neyman <stilor@att.net> | 2017-05-14 09:51:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-14 09:51:28 -0700 |
commit | ef762bfe8e1ec9063d645b1745dc8843997b7767 (patch) | |
tree | b0a2fecc4e9b70316b134cb6202644824599f08f /patches/gcc/7.1.0/900-libgfortran-missing-include.patch | |
parent | 968b6918a2e00134077a2603f33451cfa617f44d (diff) | |
parent | 842915db44b2a41486dc5ea0212ddfc19093fe32 (diff) | |
download | crosstool-ng-ef762bfe8e1ec9063d645b1745dc8843997b7767.tar.gz crosstool-ng-ef762bfe8e1ec9063d645b1745dc8843997b7767.tar.bz2 crosstool-ng-ef762bfe8e1ec9063d645b1745dc8843997b7767.zip |
Merge pull request #716 from stilor/gcc7
Add GCC 7.1.0
Diffstat (limited to 'patches/gcc/7.1.0/900-libgfortran-missing-include.patch')
-rw-r--r-- | patches/gcc/7.1.0/900-libgfortran-missing-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/gcc/7.1.0/900-libgfortran-missing-include.patch b/patches/gcc/7.1.0/900-libgfortran-missing-include.patch new file mode 100644 index 00000000..1f474696 --- /dev/null +++ b/patches/gcc/7.1.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 } |