Module Name: src
Committed By: joerg
Date: Fri Aug 10 17:12:12 UTC 2012
Modified Files:
src/external/bsd/atf/tests/atf/atf-c/detail: Makefile
Log Message:
Clang supports -Wno-stack-protector.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/atf/tests/atf/atf-c/detail/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/atf/tests/atf/atf-c/detail/Makefile
diff -u src/external/bsd/atf/tests/atf/atf-c/detail/Makefile:1.2 src/external/bsd/atf/tests/atf/atf-c/detail/Makefile:1.3
--- src/external/bsd/atf/tests/atf/atf-c/detail/Makefile:1.2 Mon Jul 18 19:30:49 2011
+++ src/external/bsd/atf/tests/atf/atf-c/detail/Makefile Fri Aug 10 17:12:11 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/07/18 19:30:49 tron Exp $
+# $NetBSD: Makefile,v 1.3 2012/08/10 17:12:11 joerg Exp $
.include <bsd.own.mk>
@@ -34,8 +34,6 @@ SRCS.${test}= ${test}.c test_helpers.c
# Don't warn about functions which cannot be stack smash protected as
# there are a lot of them.
-.if defined(HAVE_GCC) || defined(HAVE_PCC)
COPTS.dynstr_test.c= -Wno-stack-protector
-.endif
.include <bsd.test.mk>