Module Name:    src
Committed By:   christos
Date:           Tue Jan  9 01:51:20 UTC 2018

Modified Files:
        src/external/gpl3/gcc/lib/libtsan: Makefile

Log Message:
Add one more file, still does not build.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/lib/libtsan/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/gpl3/gcc/lib/libtsan/Makefile
diff -u src/external/gpl3/gcc/lib/libtsan/Makefile:1.5 src/external/gpl3/gcc/lib/libtsan/Makefile:1.6
--- src/external/gpl3/gcc/lib/libtsan/Makefile:1.5	Sun Jun  5 16:08:26 2016
+++ src/external/gpl3/gcc/lib/libtsan/Makefile	Mon Jan  8 20:51:20 2018
@@ -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_linux.o \
 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 \

Reply via email to