Skip to content

Commit cee5bc2

Browse files
committed
fix the build.
1 parent 4c45ede commit cee5bc2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • external/gpl3/gcc/lib/libquadmath

external/gpl3/gcc/lib/libquadmath/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# $NetBSD: Makefile,v 1.1 2026/01/18 08:07:06 mrg Exp $
1+
# $NetBSD: Makefile,v 1.2 2026/01/20 18:06:12 christos Exp $
22

33
UNSUPPORTED_COMPILER.clang= # defined
4+
NOLINT=yes # no complex128?
45

56
.include <bsd.own.mk>
67

@@ -25,6 +26,9 @@ LIBDPLIBS+= m ${NETBSDSRCDIR}/lib/libm
2526

2627
LDFLAGS+= -Wl,--version-script,${DIST}/libquadmath/quadmath.map
2728

29+
COPTS.mul.c += -Wno-error=stack-protector
30+
COPTS.printf_fp.c += -Wno-error=stack-protector
31+
2832
.include <bsd.lib.mk>
2933

3034
.PATH: ${DIST}/libquadmath

0 commit comments

Comments
 (0)