Module Name: src
Committed By: christos
Date: Thu Jan 17 17:33:16 UTC 2013
Modified Files:
src/share/mk: sys.mk
Log Message:
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)]
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/share/mk/sys.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/sys.mk
diff -u src/share/mk/sys.mk:1.111 src/share/mk/sys.mk:1.112
--- src/share/mk/sys.mk:1.111 Thu Jan 17 10:27:50 2013
+++ src/share/mk/sys.mk Thu Jan 17 12:33:16 2013
@@ -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 @@ LINK.c?= ${CC} ${CFLAGS} ${CPPFLAGS} ${L
# 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}