Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/lib/libtsan Add one more file, still does ...



details:   https://anonhg.NetBSD.org/src/rev/1450095c8a77
branches:  trunk
changeset: 828880:1450095c8a77
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 09 01:51:20 2018 +0000

description:
Add one more file, still does not build.

diffstat:

 external/gpl3/gcc/lib/libtsan/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7237e94fb779 -r 1450095c8a77 external/gpl3/gcc/lib/libtsan/Makefile
--- a/external/gpl3/gcc/lib/libtsan/Makefile    Tue Jan 09 01:44:50 2018 +0000
+++ b/external/gpl3/gcc/lib/libtsan/Makefile    Tue Jan 09 01:51:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/06/05 20:08:26 christos Exp $
+# $NetBSD: Makefile,v 1.6 2018/01/09 01:51:20 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -25,6 +25,7 @@
 tsan_platform_mac.o \
 tsan_platform_windows.o \
 tsan_report.o \
+tsan_rtl_amd64.o \
 tsan_rtl.o \
 tsan_rtl_mutex.o \
 tsan_rtl_report.o \



Home | Main Index | Thread Index | Old Index