We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebb1bb commit 473e47cCopy full SHA for 473e47c
1 file changed
external/gpl3/gcc/lib/libstdc++-v3/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.66 2025/11/06 00:57:05 christos Exp $
+# $NetBSD: Makefile,v 1.67 2026/02/12 15:17:30 christos Exp $
2
3
REQUIRETOOLS= yes
4
NOLINT= # defined
@@ -135,6 +135,10 @@ COPTS.random.cc += -Wno-error=psabi
135
COPTS.cow-string-inst.cc += -Wno-error=psabi
136
.endif
137
138
+.if ${MACHINE} == "sun2"
139
+COPTS.std_stacktrace-cp-demangle.c += -Wno-stack-protector
140
+.endif
141
+
142
# XXX
143
MKDEPFLAGS+= -I$(GLIBCPP_INCLUDE_DIR)/backward
144
0 commit comments