View | Details | Raw Unified | Return to bug 231804 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 38-43 Link Here
38
SSP_UNSAFE=	yes
38
SSP_UNSAFE=	yes
39
CFLAGS:=	${CFLAGS:N-mretpoline}
39
CFLAGS:=	${CFLAGS:N-mretpoline}
40
CXXFLAGS:=	${CXXFLAGS:N-mretpoline}
40
CXXFLAGS:=	${CXXFLAGS:N-mretpoline}
41
CFLAGS_powerpc64=	-DHAVE_WORKING_STAT
41
42
42
OPTIONS_DEFINE=		BOOTSTRAP GRAPHITE
43
OPTIONS_DEFINE=		BOOTSTRAP GRAPHITE
43
OPTIONS_DEFAULT=	BOOTSTRAP
44
OPTIONS_DEFAULT=	BOOTSTRAP
(-)files/patch-libgfortran_io_close.c (+10 lines)
Line 0 Link Here
1
--- libgfortran/io/close.c.orig	2018-09-29 12:42:39 UTC
2
+++ libgfortran/io/close.c
3
@@ -25,6 +25,7 @@ see the files COPYING3 and COPYING.RUNTIME respectivel
4
 #include "io.h"
5
 #include "unix.h"
6
 #include <limits.h>
7
+#include <string.h>
8
 
9
 typedef enum
10
 { CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED }

Return to bug 231804