diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-25 15:54:20 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-02-25 15:54:20 -0800 |
commit | c0844b6c88f2ad851b03a1d7434ec85eda3a0ae6 (patch) | |
tree | a6a9042c6fccb2e764ff059fcafae1ea819c6354 /packages/gcc/8.3.0/0006-libgfortran-missing-include.patch | |
parent | 5b689264dd025d6be904e8a205504e75300c750a (diff) | |
download | crosstool-ng-c0844b6c88f2ad851b03a1d7434ec85eda3a0ae6.tar.gz crosstool-ng-c0844b6c88f2ad851b03a1d7434ec85eda3a0ae6.tar.bz2 crosstool-ng-c0844b6c88f2ad851b03a1d7434ec85eda3a0ae6.zip |
Run GCC 8.3.0 patches through manage-packages.sh -P
Signed-off-by: Alexey Neyman <stilor@att.net>
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> |