diff options
author | John Levon <john.levon@joyent.com> | 2018-09-28 17:18:54 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2018-10-19 15:53:33 +0000 |
commit | 20b880231bb330a968b6ae93b908f6e42057a3e4 (patch) | |
tree | b5e6237062d081a5795a62e9097c7590b1900a51 /usr/src/uts/sparc/ctf/Makefile | |
parent | 104c53876a87e773ef729efa9419a70fe24933cb (diff) | |
download | illumos-joyent-OS-7275.tar.gz |
OS-7270 ctfconvert doesn't handle DW_AT_specificationOS-7275
OS-7275 ctfdump could generate C-style output
OS-7279 DWARF->CTF enum conversion needs to be careful of sign
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'usr/src/uts/sparc/ctf/Makefile')
-rw-r--r-- | usr/src/uts/sparc/ctf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/sparc/ctf/Makefile b/usr/src/uts/sparc/ctf/Makefile index bb40cd9d28..0f463684dd 100644 --- a/usr/src/uts/sparc/ctf/Makefile +++ b/usr/src/uts/sparc/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 + CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(SRC)/common/ctf -DCTF_OLD_VERSIONS LDFLAGS += $(BREDUCE) -M$(UTSBASE)/common/ctf/mapfile -dy |