Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Update for libgcc->libgcc_eh change.



details:   https://anonhg.NetBSD.org/src/rev/e855c11efc2f
branches:  trunk
changeset: 793194:e855c11efc2f
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Jan 29 22:35:52 2014 +0000

description:
Update for libgcc->libgcc_eh change.

diffstat:

 distrib/sets/sets.subr |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b4c2a205394b -r e855c11efc2f distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Wed Jan 29 22:30:24 2014 +0000
+++ b/distrib/sets/sets.subr    Wed Jan 29 22:35:52 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.159 2014/01/28 02:54:02 matt Exp $
+#      $NetBSD: sets.subr,v 1.160 2014/01/29 22:35:52 joerg Exp $
 #
 
 #
@@ -179,7 +179,7 @@
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-#      # $NetBSD: sets.subr,v 1.159 2014/01/28 02:54:02 matt Exp $
+#      # $NetBSD: sets.subr,v 1.160 2014/01/29 22:35:52 joerg Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root
@@ -229,7 +229,7 @@
 #      ldap                    ${MKLDAP} != no
 #      lint                    ${MKLINT} != no
 #      libcxx                  ${MKLIBCXX} != no
-#      libgcc                  ${HAVE_LIBGCC_EH} != no
+#      libgcc_eh               ${HAVE_LIBGCC_EH} != no
 #      libstdcxx               ${MKLIBSTDCXX} != no
 #      lld                     ${MKLLD} != no
 #      lldb                    ${MKLLDB} != no



Home | Main Index | Thread Index | Old Index