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