Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191350
b: refs/heads/master
c: d11c7ad
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin authored and Arnaldo Carvalho de Melo committed May 11, 2010
1 parent 4ee2ec9 commit 7a6970a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b3c4ef50441e85dc9b2c9b67e95e8ad1185c15e
refs/heads/master: d11c7addfe0fa501cb54c824c0fac3481d527433
3 changes: 3 additions & 0 deletions trunk/tools/perf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,9 @@ endif

ifdef NO_DEMANGLE
BASIC_CFLAGS += -DNO_DEMANGLE
else ifdef HAVE_CPLUS_DEMANGLE
EXTLIBS += -liberty
BASIC_CFLAGS += -DHAVE_CPLUS_DEMANGLE
else
has_bfd := $(shell sh -c "(echo '\#include <bfd.h>'; echo 'int main(void) { bfd_demangle(0, 0, 0); return 0; }') | $(CC) -x c - $(ALL_CFLAGS) -o $(BITBUCKET) $(ALL_LDFLAGS) $(EXTLIBS) -lbfd "$(QUIET_STDERR)" && echo y")

Expand Down

0 comments on commit 7a6970a

Please sign in to comment.