Source-Changes-HG archive

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

[src/trunk]: src/share/mk Disable CTF Conversion for now until it is fixed.



details:   https://anonhg.NetBSD.org/src/rev/89d5b158ac5c
branches:  trunk
changeset: 784075:89d5b158ac5c
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 17 17:33:16 2013 +0000

description:
Disable CTF Conversion for now until it is fixed.
- ERROR: ctrl_iface_ap.c: die 2767: failed to get unsigned: No entry found
  [dwarf _attrval_unsigned(219)]

diffstat:

 share/mk/sys.mk |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r efd55a5c9c48 -r 89d5b158ac5c share/mk/sys.mk
--- a/share/mk/sys.mk   Thu Jan 17 16:45:48 2013 +0000
+++ b/share/mk/sys.mk   Thu Jan 17 17:33:16 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sys.mk,v 1.111 2013/01/17 15:27:50 christos Exp $
+#      $NetBSD: sys.mk,v 1.112 2013/01/17 17:33:16 christos Exp $
 #      @(#)sys.mk      8.2 (Berkeley) 3/21/94
 #
 # This file contains the basic rules for make(1) and is read first
@@ -42,11 +42,12 @@
 
 # C Type Format data is required for DTrace
 # XXX TBD VERSION is not defined
-CTFFLAGS       ?=      -L VERSION
-CTFMFLAGS      ?=      -t -L VERSION
+# XXX Broken: disable, see commit message
+#CTFFLAGS      ?=      -L VERSION
+#CTFMFLAGS     ?=      -t -L VERSION
 
-CTFCONVERT     ?=      ${TOOL_CTFCONVERT}
-CTFMERGE       ?=      ${TOOL_CTFMERGE}
+#CTFCONVERT    ?=      ${TOOL_CTFCONVERT}
+#CTFMERGE      ?=      ${TOOL_CTFMERGE}
 
 CXX?=          c++
 CXXFLAGS?=     ${CFLAGS:N-Wno-traditional:N-Wstrict-prototypes:N-Wmissing-prototypes:N-Wno-pointer-sign:N-ffreestanding:N-std=gnu99:N-Wold-style-definition:N-Wno-format-zero-length}



Home | Main Index | Thread Index | Old Index