diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-13 22:47:07 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-02-13 22:47:07 -0800 |
commit | 91d01a0e4750be6ab2b71fb953a48dff88dc469b (patch) | |
tree | 895628cd0c17103416c97fb4cb4b66ed469428dd /packages/gcc-linaro/7.3-2018.05/0007-libgfortran-missing-include.patch | |
parent | 3552aa2e4055108943af22530bd27297a7e642e0 (diff) | |
download | crosstool-ng-91d01a0e4750be6ab2b71fb953a48dff88dc469b.tar.gz crosstool-ng-91d01a0e4750be6ab2b71fb953a48dff88dc469b.tar.bz2 crosstool-ng-91d01a0e4750be6ab2b71fb953a48dff88dc469b.zip |
Another wave of version updates
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/gcc-linaro/7.3-2018.05/0007-libgfortran-missing-include.patch')
-rw-r--r-- | packages/gcc-linaro/7.3-2018.05/0007-libgfortran-missing-include.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/gcc-linaro/7.3-2018.05/0007-libgfortran-missing-include.patch b/packages/gcc-linaro/7.3-2018.05/0007-libgfortran-missing-include.patch deleted file mode 100644 index 701e7b4f..00000000 --- a/packages/gcc-linaro/7.3-2018.05/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 } |