Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Adjust trigger variable for unwind.h to follow ...



details:   https://anonhg.NetBSD.org/src/rev/c395365e382e
branches:  trunk
changeset: 326358:c395365e382e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Jan 26 21:33:53 2014 +0000

description:
Adjust trigger variable for unwind.h to follow changes in libc.

diffstat:

 distrib/sets/lists/comp/mi |  4 ++--
 distrib/sets/mkvars.mk     |  4 ++--
 distrib/sets/sets.subr     |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 0c092e12a099 -r c395365e382e distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Sun Jan 26 21:26:02 2014 +0000
+++ b/distrib/sets/lists/comp/mi        Sun Jan 26 21:33:53 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.1875 2014/01/16 17:30:33 christos Exp $
+#      $NetBSD: mi,v 1.1876 2014/01/26 21:33:54 joerg Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -3392,7 +3392,7 @@
 ./usr/include/ulimit.h                         comp-c-include
 ./usr/include/unctrl.h                         comp-c-include
 ./usr/include/unistd.h                         comp-c-include
-./usr/include/unwind.h                         comp-c-include          !libgcc
+./usr/include/unwind.h                         comp-c-include          !libgcc_eh
 ./usr/include/usb.h                            comp-obsolete           obsolete
 ./usr/include/usbhid.h                         comp-c-include
 ./usr/include/util.h                           comp-c-include
diff -r 0c092e12a099 -r c395365e382e distrib/sets/mkvars.mk
--- a/distrib/sets/mkvars.mk    Sun Jan 26 21:26:02 2014 +0000
+++ b/distrib/sets/mkvars.mk    Sun Jan 26 21:33:53 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mkvars.mk,v 1.14 2014/01/16 01:15:33 christos Exp $
+# $NetBSD: mkvars.mk,v 1.15 2014/01/26 21:33:53 joerg Exp $
 
 MKEXTRAVARS= \
        MACHINE \
@@ -6,7 +6,7 @@
        MACHINE_CPU \
        HAVE_GCC \
        HAVE_GDB \
-       HAVE_LIBGCC \
+       HAVE_LIBGCC_EH \
        HAVE_SSP \
        OBJECT_FMT \
        TOOLCHAIN_MISSING \
diff -r 0c092e12a099 -r c395365e382e distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Sun Jan 26 21:26:02 2014 +0000
+++ b/distrib/sets/sets.subr    Sun Jan 26 21:33:53 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.157 2014/01/02 12:54:36 tho Exp $
+#      $NetBSD: sets.subr,v 1.158 2014/01/26 21:33:53 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.157 2014/01/02 12:54:36 tho Exp $
+#      # $NetBSD: sets.subr,v 1.158 2014/01/26 21:33:53 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} != no
+#      libgcc                  ${HAVE_LIBGCC_EH} != no
 #      libstdcxx               ${MKLIBSTDCXX} != no
 #      lld                     ${MKLLD} != no
 #      lldb                    ${MKLLDB} != no



Home | Main Index | Thread Index | Old Index