Print this page
6375 Add native name demangling support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
@@ -20,18 +20,20 @@
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright 2018 Jason King
+#
PROG= dis
OBJS= dis_target.o dis_main.o dis_util.o dis_list.o
SRCS= $(OBJS:%.o=%.c)
include ../Makefile.cmd
-LDLIBS += -ldisasm -luutil -lelf
+LDLIBS += -ldisasm -luutil -lelf -ldemangle-sys
CERRWARN += -_gcc=-Wno-uninitialized
.KEEP_STATE:
all: $(PROG)