Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/dri sprinke -Wno-stack-protector



details:   https://anonhg.NetBSD.org/src/rev/3ccf1830b58e
branches:  trunk
changeset: 815906:3ccf1830b58e
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jun 07 23:21:58 2016 +0000

description:
sprinke -Wno-stack-protector

diffstat:

 external/mit/xorg/lib/dri/Makefile |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r dbad346b6989 -r 3ccf1830b58e external/mit/xorg/lib/dri/Makefile
--- a/external/mit/xorg/lib/dri/Makefile        Tue Jun 07 19:42:47 2016 +0000
+++ b/external/mit/xorg/lib/dri/Makefile        Tue Jun 07 23:21:58 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/11/03 10:26:06 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.28 2016/06/07 23:21:58 christos Exp $
 
 # Link the mesa_dri_drivers mega driver.
 
@@ -401,6 +401,18 @@
 CWARNFLAGS.clang+=     -Wno-error=initializer-overrides -Wno-error=switch \
                        -Wno-error=tautological-constant-out-of-range-compare
 
+COPTS.brw_state_batch.c += -Wno-stack-protector
+COPTS.brw_eu_compact.c += -Wno-stack-protector
+COPTS.brw_fs.cpp += -Wno-stack-protector
+COPTS.brw_fs_copy_propagation.cpp += -Wno-stack-protector
+COPTS.brw_fs_reg_allocate.cpp += -Wno-stack-protector
+COPTS.brw_program.c += -Wno-stack-protector
+COPTS.brw_schedule_instructions.cpp += -Wno-stack-protector
+COPTS.brw_vec4.cpp += -Wno-stack-protector
+COPTS.brw_vec4_copy_propagation.cpp += -Wno-stack-protector
+COPTS.brw_vec4_reg_allocate.cpp += -Wno-stack-protector
+COPTS.brw_vec4_visitor.cpp += -Wno-stack-protector
+
 .include <bsd.lib.mk>
 .else
 .include <bsd.inc.mk>



Home | Main Index | Thread Index | Old Index