projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9054c6
)
Makefile: use -rdyanmic only for linking
author
Brian Norris
<banorris@uci.edu>
Mon, 29 Oct 2012 18:19:28 +0000
(11:19 -0700)
committer
Brian Norris
<banorris@uci.edu>
Mon, 29 Oct 2012 18:19:30 +0000
(11:19 -0700)
I ignored this part of the GCC manpage:
"Pass the flag -export-dynamic to the ELF linker..."
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ff5c7d9d26c4e28ff2a1ce8f2e1b9eed3c5790d0..523709f011209b8d1e52033fa5b2dd1971326a1c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-5,8
+5,8
@@
OBJECTS = libthreads.o schedule.o model.o threads.o librace.o action.o \
datarace.o impatomic.o cmodelint.o \
snapshot.o malloc.o mymemory.o common.o mutex.o promise.o conditionvariable.o
-CPPFLAGS += -Iinclude -I.
-rdynamic
-LDFLAGS = -ldl -lrt
+CPPFLAGS += -Iinclude -I.
+LDFLAGS = -ldl -lrt
-rdynamic
SHARED = -shared
# Mac OSX options