summaryrefslogtreecommitdiff
path: root/config/pintool_static.mpb
diff options
context:
space:
mode:
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