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/libsupc++ fix missing deps for cow-fs_...
details: https://anonhg.NetBSD.org/src/rev/b2344516ebf7
branches: trunk
changeset: 955149:b2344516ebf7
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Sep 21 20:00:44 2020 +0000
description:
fix missing deps for cow-fs_dir* and cow-fs_ops*.
should fix build issues reported on current-users.
diffstat:
external/gpl3/gcc/lib/libsupc++/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2fa90f06c9d2 -r b2344516ebf7 external/gpl3/gcc/lib/libsupc++/Makefile.common
--- a/external/gpl3/gcc/lib/libsupc++/Makefile.common Mon Sep 21 18:41:59 2020 +0000
+++ b/external/gpl3/gcc/lib/libsupc++/Makefile.common Mon Sep 21 20:00:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2020/09/16 21:24:30 mrg Exp $
+# $NetBSD: Makefile.common,v 1.19 2020/09/21 20:00:44 mrg Exp $
DIST= ${GCCDIST}
GNUHOSTDIST= ${DIST}
@@ -78,7 +78,7 @@
COPTS.${_f}+= -std=gnu++17 -fimplicit-templates
.endfor
-.for _f in dir ops fs_dir fs_ops
+.for _f in dir ops fs_dir fs_ops cow-fs_dir cow-fs_ops
${_f}.o ${_f}.d ${_f}.pico ${_f}.po: bits/largefile-config.h
.endfor
Home |
Main Index |
Thread Index |
Old Index