Changeset 0a0ef57 for Makefile


Ignore:
Timestamp:
05/28/15 08:00:26 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
134408c
Parents:
0ec59c5
git-author:
Hal Finkel <hfinkel@…> (05/28/15 08:00:26)
git-committer:
Hal Finkel <hfinkel@…> (05/28/15 08:00:26)
Message:

unw_get_proc_info does not work on ppc/ppc64; add getrusage info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r0ec59c5 r0a0ef57  
    44UNW_HOME = ${HOME}/install/libunwind 
    55CPPFLAGS = -I$(UNW_HOME)/include 
    6 LDFLAGS = -L$(UNW_HOME)/lib64 -Wl,-rpath,$(UNW_HOME)/lib64 -lunwind -lpthread 
     6LDFLAGS = -L$(UNW_HOME)/lib64 -Wl,-rpath,$(UNW_HOME)/lib64 -lunwind -lpthread -ldl 
    77 
    88all: memlog.so memlog.a 
Note: See TracChangeset for help on using the changeset viewer.