summaryrefslogtreecommitdiff
path: root/config/pintool_static.mpb
diff options
context:
space:
mode:
authorJames Hill <james@onehilltech.com>2022-02-07 18:01:36 -0500
committerJames Hill <james@onehilltech.com>2022-02-07 18:01:36 -0500
commit09081a4826012fe8019f01dba3aaaabaa56b7445 (patch)
tree1c6780cc4009e1b1d5013ae71953d85770f7d6ce /config/pintool_static.mpb
parent08b5b5297f5c348d049cb3ffb4bb5220ee775e7d (diff)
downloadMPC-09081a4826012fe8019f01dba3aaaabaa56b7445.tar.gz
fix: updated base projects for pin3.21
Diffstat (limited to 'config/pintool_static.mpb')
-rw-r--r--config/pintool_static.mpb2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/pintool_static.mpb b/config/pintool_static.mpb
index 6ce20c03..e9301b22 100644
--- a/config/pintool_static.mpb
+++ b/config/pintool_static.mpb
@@ -10,7 +10,6 @@ project : pin_static {
verbatim (make, macros) {
ifeq ($(shell uname -s), Darwin)
CPPFLAGS += -DTARGET_MAC
- LDFLAGS += -lpindwarf -lpinpthread
LDFLAGS -= -lpthread
else
CPPFLAGS += -DTARGET_LINUX
@@ -23,7 +22,6 @@ project : pin_static {
verbatim (gnuace, macros) {
ifeq ($(shell uname -s), Darwin)
CPPFLAGS += -DTARGET_MAC
- LDFLAGS += -lpindwarf -lpinpthread
LDFLAGS -= -lpthread
else
# TODO Add support for linking against gcc libraries included with Pin