summaryrefslogtreecommitdiff
path: root/usr/src/tools/ctf
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2019-06-14 00:42:05 +0000
committerRichard Lowe <richlowe@richlowe.net>2019-09-04 14:09:21 -0400
commit69b1fd3f24d0ee2e682883606201c61f52085805 (patch)
tree2c167f8072390ee958000e727ff6b130c7033149 /usr/src/tools/ctf
parentd58ceae2ed78dc65ab682a0281ce523d6c4116fe (diff)
downloadillumos-gate-69b1fd3f24d0ee2e682883606201c61f52085805.tar.gz
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date 11464 cmd/sgs/tools should contain tools, not common code 11465 sgsmsg should be built with the rest of the build tools Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/tools/ctf')
-rw-r--r--usr/src/tools/ctf/dwarf/Makefile.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/tools/ctf/dwarf/Makefile.com b/usr/src/tools/ctf/dwarf/Makefile.com
index 67ffd64a62..52aedda3a7 100644
--- a/usr/src/tools/ctf/dwarf/Makefile.com
+++ b/usr/src/tools/ctf/dwarf/Makefile.com
@@ -68,7 +68,7 @@ OBJECTS=dwarf_abbrev.o \
pro_weaks.o
include $(SRC)/lib/Makefile.lib
-
+include $(SRC)/tools/Makefile.tools
FILEMODE = 0755
SRCDIR = $(SRC)/lib/libdwarf/common/
@@ -81,6 +81,7 @@ CERRWARN += -_gcc=-Wno-implicit-function-declaration
# libdwarf not clean
SMATCH=off
+DYNFLAGS += '-R$$ORIGIN/../../lib/$(MACH)'
LDLIBS = -lelf -lc
.KEEP_STATE: