author | Randell Jesup <rjesup@wgate.com> |
Wed, 05 Oct 2011 09:20:20 -0400 | |
changeset 78163 | f9b897c9547c5b5c9c6dd93d23528b79d86b56c4 |
parent 78152 | 9424f920e6ac8d4d7ddc872ef2b0f24bc0bbe9d4 |
child 78164 | 1aa4d9fa1bfb7e65f5e76d082725518e59d038f1 |
push id | 21275 |
push user | bmo@edmorley.co.uk |
push date | Thu, 06 Oct 2011 10:15:46 +0000 |
treeherder | mozilla-central@f107192c7d59 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dbaron |
bugs | 691245 |
milestone | 10.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/tools/jprof/Makefile.in +++ b/tools/jprof/Makefile.in @@ -51,16 +51,17 @@ CPPSRCS = \ coff.cpp \ elf.cpp \ leaky.cpp \ strset.cpp \ intcnt.cpp \ $(NULL) OS_LIBS = \ + -ldl \ -lbfd \ -liberty \ $(NULL) HELPER_SCRIPTS = jprofsig HELPER_SCRIPTS := $(addprefix $(srcdir)/, $(HELPER_SCRIPTS)) include $(topsrcdir)/config/rules.mk