diff options
Diffstat (limited to 'usr/src/tools/ctf/dwarf')
-rw-r--r-- | usr/src/tools/ctf/dwarf/Makefile.com | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/tools/ctf/dwarf/Makefile.com b/usr/src/tools/ctf/dwarf/Makefile.com index 51e788ff04..2e18b40fe4 100644 --- a/usr/src/tools/ctf/dwarf/Makefile.com +++ b/usr/src/tools/ctf/dwarf/Makefile.com @@ -3,6 +3,8 @@ # Use is subject to license terms. # # Copyright 2011, Richard Lowe. +# +# Copyright (c) 2018, Joyent, Inc. include ../../Makefile.ctf @@ -77,6 +79,9 @@ CPPFLAGS += -I$(SRCDIR) -DELF_TARGET_ALL=1 CERRWARN += -_gcc=-Wno-unused CERRWARN += -_gcc=-Wno-implicit-function-declaration +# libdwarf not clean +SMATCH=off + LDLIBS = -lelf -lc .KEEP_STATE: |