Source-Changes-HG archive

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

[src/trunk]: src/etc/mtree add g++ subdirs for GCC 4.8.



details:   https://anonhg.NetBSD.org/src/rev/d0655f6f560d
branches:  trunk
changeset: 791121:d0655f6f560d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Nov 06 00:53:03 2013 +0000

description:
add g++ subdirs for GCC 4.8.

diffstat:

 etc/mtree/NetBSD.dist.mips64eb |  5 ++++-
 etc/mtree/NetBSD.dist.mips64el |  5 ++++-
 etc/mtree/NetBSD.dist.sparc64  |  4 +++-
 etc/mtree/NetBSD.dist.x86_64   |  4 +++-
 4 files changed, 14 insertions(+), 4 deletions(-)

diffs (62 lines):

diff -r c4fc0f7ebb81 -r d0655f6f560d etc/mtree/NetBSD.dist.mips64eb
--- a/etc/mtree/NetBSD.dist.mips64eb    Tue Nov 05 16:04:13 2013 +0000
+++ b/etc/mtree/NetBSD.dist.mips64eb    Wed Nov 06 00:53:03 2013 +0000
@@ -1,9 +1,12 @@
-#      $NetBSD: NetBSD.dist.mips64eb,v 1.6 2013/03/12 20:01:55 christos Exp $
+#      $NetBSD: NetBSD.dist.mips64eb,v 1.7 2013/11/06 00:53:03 mrg Exp $
 
 ./lib/o32
 ./lib/o32/npf
 ./lib/64
 ./lib/64/npf
+./usr/include/g++/bits/mips64
+./usr/include/g++/bits/mips32
+./usr/include/g++/bits/mipso32
 ./usr/lib/o32
 ./usr/lib/o32/i18n
 ./usr/lib/o32/lua
diff -r c4fc0f7ebb81 -r d0655f6f560d etc/mtree/NetBSD.dist.mips64el
--- a/etc/mtree/NetBSD.dist.mips64el    Tue Nov 05 16:04:13 2013 +0000
+++ b/etc/mtree/NetBSD.dist.mips64el    Wed Nov 06 00:53:03 2013 +0000
@@ -1,9 +1,12 @@
-#      $NetBSD: NetBSD.dist.mips64el,v 1.7 2013/03/12 20:01:55 christos Exp $
+#      $NetBSD: NetBSD.dist.mips64el,v 1.8 2013/11/06 00:53:03 mrg Exp $
 
 ./lib/o32
 ./lib/o32/npf
 ./lib/64
 ./lib/64/npf
+./usr/include/g++/bits/mips64
+./usr/include/g++/bits/mips32
+./usr/include/g++/bits/mipso32
 ./usr/lib/o32
 ./usr/lib/o32/i18n
 ./usr/lib/o32/lua
diff -r c4fc0f7ebb81 -r d0655f6f560d etc/mtree/NetBSD.dist.sparc64
--- a/etc/mtree/NetBSD.dist.sparc64     Tue Nov 05 16:04:13 2013 +0000
+++ b/etc/mtree/NetBSD.dist.sparc64     Wed Nov 06 00:53:03 2013 +0000
@@ -1,7 +1,9 @@
-#      $NetBSD: NetBSD.dist.sparc64,v 1.7 2013/03/12 20:22:00 christos Exp $
+#      $NetBSD: NetBSD.dist.sparc64,v 1.8 2013/11/06 00:53:03 mrg Exp $
 
 ./lib/sparc
 ./lib/sparc/npf
+./usr/include/g++/bits/sparc
+./usr/include/g++/bits/sparc64
 ./usr/lib/sparc
 ./usr/lib/sparc/i18n
 ./usr/lib/sparc/lua
diff -r c4fc0f7ebb81 -r d0655f6f560d etc/mtree/NetBSD.dist.x86_64
--- a/etc/mtree/NetBSD.dist.x86_64      Tue Nov 05 16:04:13 2013 +0000
+++ b/etc/mtree/NetBSD.dist.x86_64      Wed Nov 06 00:53:03 2013 +0000
@@ -1,7 +1,9 @@
-#      $NetBSD: NetBSD.dist.x86_64,v 1.6 2013/03/12 20:01:55 christos Exp $
+#      $NetBSD: NetBSD.dist.x86_64,v 1.7 2013/11/06 00:53:03 mrg Exp $
 
 ./lib/i386
 ./lib/i386/npf
+./usr/include/g++/bits/i386
+./usr/include/g++/bits/x86_64
 ./usr/lib/i386
 ./usr/lib/i386/i18n
 ./usr/lib/i386/lua



Home | Main Index | Thread Index | Old Index