summaryrefslogtreecommitdiff
path: root/config/pin.mpb
diff options
context:
space:
mode:
authorJames H. Hill <hilljh82@gmail.com>2013-10-29 06:01:21 +0000
committerJames H. Hill <hilljh82@gmail.com>2013-10-29 06:01:21 +0000
commit6643eabf86424cf162dba698977d4233e946a2b4 (patch)
tree4f86799a49bd7414eecbb1ce5c0faac144461ca4 /config/pin.mpb
parenta51183deb4a1d7ccdb5b8e1d081d43a53ee1a6a8 (diff)
downloadMPC-6643eabf86424cf162dba698977d4233e946a2b4.tar.gz
Tue Oct 29 06:00:44 UTC 2013 James H. Hill <hillj@cs.iupui.edu>
Diffstat (limited to 'config/pin.mpb')
-rw-r--r--config/pin.mpb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/pin.mpb b/config/pin.mpb
index caebe3da..f3770405 100644
--- a/config/pin.mpb
+++ b/config/pin.mpb
@@ -28,6 +28,8 @@ project {
// Check for MacOS X vs. Linux
ifeq ($(shell uname -s), Darwin)
CPPFLAGS += -DTARGET_MAC
+ LDFLAGS += -lpindwarf -lpinpthread
+ LDFLAGS -= -lpthread
else
CPPFLAGS += -DTARGET_LINUX
endif
@@ -41,6 +43,8 @@ project {
// Check for MacOS X vs. Linux
ifeq ($(shell uname -s), Darwin)
CPPFLAGS += -DTARGET_MAC
+ LDFLAGS += -lpindwarf -lpinpthread
+ LDFLAGS -= -lpthread
else
CPPFLAGS += -DTARGET_LINUX
endif