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 path for largefile-config.h
details: https://anonhg.NetBSD.org/src/rev/0ab8421b333a
branches: trunk
changeset: 954732:0ab8421b333a
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Sep 09 09:52:16 2020 +0000
description:
fix path for largefile-config.h
diffstat:
external/gpl3/gcc/lib/libsupc++/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7e38c0880747 -r 0ab8421b333a external/gpl3/gcc/lib/libsupc++/Makefile.common
--- a/external/gpl3/gcc/lib/libsupc++/Makefile.common Wed Sep 09 09:49:16 2020 +0000
+++ b/external/gpl3/gcc/lib/libsupc++/Makefile.common Wed Sep 09 09:52:16 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2020/09/09 09:49:16 mrg Exp $
+# $NetBSD: Makefile.common,v 1.17 2020/09/09 09:52:16 mrg Exp $
DIST= ${GCCDIST}
GNUHOSTDIST= ${DIST}
@@ -78,7 +78,7 @@
COPTS.${_f}+= -std=gnu++17 -fimplicit-templates
.endfor
-dir.cc ops.cc fs_dir.cc fs_ops.cc: largefile-config.h
+dir.cc ops.cc fs_dir.cc fs_ops.cc: bits/largefile-config.h
bits/largefile-config.h:
mkdir -p bits
Home |
Main Index |
Thread Index |
Old Index