diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-25 15:55:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 15:55:10 -0800 |
commit | 84854dc9b03d0ff60c7b2e1e46331eadcc89fc58 (patch) | |
tree | a6a9042c6fccb2e764ff059fcafae1ea819c6354 /packages/gcc/8.3.0/0006-libgfortran-missing-include.patch | |
parent | 5b689264dd025d6be904e8a205504e75300c750a (diff) | |
parent | c0844b6c88f2ad851b03a1d7434ec85eda3a0ae6 (diff) | |
download | crosstool-ng-84854dc9b03d0ff60c7b2e1e46331eadcc89fc58.tar.gz crosstool-ng-84854dc9b03d0ff60c7b2e1e46331eadcc89fc58.tar.bz2 crosstool-ng-84854dc9b03d0ff60c7b2e1e46331eadcc89fc58.zip |
Merge pull request #1150 from stilor/patches-gcc-8.3.0crosstool-ng-1.24.0-rc2
Run GCC 8.3.0 patches through manage-packages.sh -P
Diffstat (limited to 'packages/gcc/8.3.0/0006-libgfortran-missing-include.patch')
-rw-r--r-- | packages/gcc/8.3.0/0006-libgfortran-missing-include.patch | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/gcc/8.3.0/0006-libgfortran-missing-include.patch b/packages/gcc/8.3.0/0006-libgfortran-missing-include.patch index 7c56d6b1..6e2e4e44 100644 --- a/packages/gcc/8.3.0/0006-libgfortran-missing-include.patch +++ b/packages/gcc/8.3.0/0006-libgfortran-missing-include.patch @@ -1,6 +1,9 @@ -diff -Nur a/libgfortran/io/close.c b/libgfortran/io/close.c ---- a/libgfortran/io/close.c 2018-10-05 15:16:21.000000000 -0500 -+++ b/libgfortran/io/close.c 2019-02-22 11:21:54.547170028 -0600 +--- + libgfortran/io/close.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/libgfortran/io/close.c ++++ b/libgfortran/io/close.c @@ -28,6 +28,7 @@ #if !HAVE_UNLINK_OPEN_FILE #include <string.h> |