Skip to content

Commit 5e53d58

Browse files
author
sameruga
committed
chore:minor changes to build static tools in pin-3.26
1 parent def9cbe commit 5e53d58

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

config/pintool.mpb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ project : pin {
3030
LDFLAGS -= -lpthread
3131
else
3232
CPPFLAGS += -DTARGET_LINUX -Wl,--hash-style=sysv
33+
LIBS += -lpindwarf
3334
LDFLAGS += -Wl,-Bsymbolic -Wl,--version-script=$(PIN_ROOT)/source/include/pin/pintool.ver
3435
endif
3536
}

config/pintool_static.mpb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
project : pin_static {
2-
specific (gnuace, make) {
3-
libs += c-static os-apis
4-
libs -= c-dynamic m-dynamic stlport-dynamic unwind-dynamic xed
5-
}
6-
72
verbatim (make, top) {
83
no_hidden_visibility = 1
94
}

0 commit comments

Comments
 (0)