3 no_hidden_visibility = 1
6 verbatim (gnuace, top) {
7 no_hidden_visibility = 1
10 verbatim (make, macros) {
11 ifeq ($(shell uname -s), Darwin)
12 CPPFLAGS += -DTARGET_MAC
13 LDFLAGS += -lpindwarf -lpinpthread
16 CPPFLAGS += -DTARGET_LINUX
17 LDFLAGS += -Wl,--hash-style=sysv -Wl,-Bsymbolic
18 LDFLAGS -= -ldl -lpthread
19 LDLIBS += -lpindwarf -ldl
23 verbatim (gnuace, macros) {
24 ifeq ($(shell uname -s), Darwin)
25 CPPFLAGS += -DTARGET_MAC
26 LDFLAGS += -lpindwarf -lpinpthread
29 # TODO Add support for linking against gcc libraries included with Pin
30 CPPFLAGS += -DTARGET_LINUX
32 LDFLAGS += -Wl,--hash-style=sysv -Wl,-Bsymbolic