From 20b880231bb330a968b6ae93b908f6e42057a3e4 Mon Sep 17 00:00:00 2001 From: John Levon Date: Fri, 28 Sep 2018 17:18:54 +0000 Subject: OS-7270 ctfconvert doesn't handle DW_AT_specification OS-7275 ctfdump could generate C-style output OS-7279 DWARF->CTF enum conversion needs to be careful of sign Reviewed by: Jerry Jelinek Approved by: Jerry Jelinek --- usr/src/uts/intel/ctf/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr/src/uts/intel/ctf') diff --git a/usr/src/uts/intel/ctf/Makefile b/usr/src/uts/intel/ctf/Makefile index 207a5ff8ea..97457d0c0c 100644 --- a/usr/src/uts/intel/ctf/Makefile +++ b/usr/src/uts/intel/ctf/Makefile @@ -22,6 +22,8 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2018 Joyent, Inc. +# UTSBASE = ../.. @@ -36,6 +38,8 @@ ALL_TARGET = $(BINARY) LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) +C99LMODE= -Xc99=%all + CPPFLAGS += -I$(SRC)/common/ctf -DCTF_OLD_VERSIONS LDFLAGS += $(BREDUCE) -M$(UTSBASE)/common/ctf/mapfile -dy -- cgit v1.2.3