We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101da8e commit 1bcc94eCopy full SHA for 1bcc94e
1 file changed
external/gpl3/gcc/usr.bin/gfortran/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.2 2026/01/19 03:03:55 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2026/01/21 12:12:15 christos Exp $
2
3
PROG= gfortran
4
SRCS= ${G_GFORTRAN_D_OBJS:.o=.cc}
@@ -15,4 +15,6 @@ ${SRCS}: ${GCCARCH}/defs.mk
15
16
.include <bsd.info.mk>
17
18
+COPTS.gcc.cc += -Wno-error=stack-protector
19
+
20
.PATH: ${DIST}/gcc ${DIST}/gcc/doc ${DIST}/gcc/fortran
0 commit comments