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 need .WAIT before *san since they depe...



details:   https://anonhg.NetBSD.org/src/rev/7449f66d8e99
branches:  trunk
changeset: 822209:7449f66d8e99
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Mar 07 16:26:37 2017 +0000

description:
need .WAIT before *san since they depend on libc++

diffstat:

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

diffs (17 lines):

diff -r a0d2c79c389e -r 7449f66d8e99 external/gpl3/gcc/lib/Makefile
--- a/external/gpl3/gcc/lib/Makefile    Tue Mar 07 11:54:16 2017 +0000
+++ b/external/gpl3/gcc/lib/Makefile    Tue Mar 07 16:26:37 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2016/06/05 01:17:57 christos Exp $
+#      $NetBSD: Makefile,v 1.13 2017/03/07 16:26:37 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -12,6 +12,6 @@
 SUBDIR+= libsupc++ libstdc++-v3
 .endif
 
-SUBDIR+= libasan libubsan
+SUBDIR+= .WAIT libasan libubsan
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index