We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c45ede commit cee5bc2Copy full SHA for cee5bc2
1 file changed
external/gpl3/gcc/lib/libquadmath/Makefile
@@ -1,6 +1,7 @@
1
-# $NetBSD: Makefile,v 1.1 2026/01/18 08:07:06 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2026/01/20 18:06:12 christos Exp $
2
3
UNSUPPORTED_COMPILER.clang= # defined
4
+NOLINT=yes # no complex128?
5
6
.include <bsd.own.mk>
7
@@ -25,6 +26,9 @@ LIBDPLIBS+= m ${NETBSDSRCDIR}/lib/libm
25
26
27
LDFLAGS+= -Wl,--version-script,${DIST}/libquadmath/quadmath.map
28
29
+COPTS.mul.c += -Wno-error=stack-protector
30
+COPTS.printf_fp.c += -Wno-error=stack-protector
31
+
32
.include <bsd.lib.mk>
33
34
.PATH: ${DIST}/libquadmath
0 commit comments