diff options
author | Alexey Neyman <stilor@att.net> | 2018-12-07 11:23:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-07 11:23:42 -0800 |
commit | 2a4ea327b6af55e40c7cebfe6d6fa79c245cbf26 (patch) | |
tree | 417e4472dc285d1a71dcf21da3cf45366ac2b8be /packages/gcc/7.3.0/0007-libgfortran-missing-include.patch | |
parent | 4c2c2315dfaefc7261f12fbbbf4ce5639dad94a2 (diff) | |
parent | faa78497823e933b1bec477e2ccb1251a0ab5a7b (diff) | |
download | crosstool-ng-2a4ea327b6af55e40c7cebfe6d6fa79c245cbf26.tar.gz crosstool-ng-2a4ea327b6af55e40c7cebfe6d6fa79c245cbf26.tar.bz2 crosstool-ng-2a4ea327b6af55e40c7cebfe6d6fa79c245cbf26.zip |
Merge pull request #1111 from stilor/gcc-7.4
Import GCC 7.4.0
Diffstat (limited to 'packages/gcc/7.3.0/0007-libgfortran-missing-include.patch')
-rw-r--r-- | packages/gcc/7.3.0/0007-libgfortran-missing-include.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/gcc/7.3.0/0007-libgfortran-missing-include.patch b/packages/gcc/7.3.0/0007-libgfortran-missing-include.patch deleted file mode 100644 index 701e7b4f..00000000 --- a/packages/gcc/7.3.0/0007-libgfortran-missing-include.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- - libgfortran/io/close.c | 1 + - 1 file changed, 1 insertion(+) - ---- a/libgfortran/io/close.c -+++ b/libgfortran/io/close.c -@@ -25,6 +25,7 @@ - #include "io.h" - #include "unix.h" - #include <limits.h> -+#include <stdlib.h> - - typedef enum - { CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED } |