projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaedb25
)
utils/Makefile: Use LOADLIBES instead of LDFLAGS to link the math library.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 2 Sep 2012 00:10:29 +0000
(17:10 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 2 Sep 2012 00:10:29 +0000
(17:10 -0700)
Matthew Pirocchi <mrpirocchi@email.wm.edu>, via John Ousterhout
<ouster@cs.stanford.edu> reports that this fixes a problem on his system.
src/utils/Makefile
patch
|
blob
|
history
diff --git
a/src/utils/Makefile
b/src/utils/Makefile
index 46a91247d7703bb161053e12fbcd39f749c274ba..e38eb1f3dfa2972035eee486247e40e939a0be38 100644
(file)
--- a/
src/utils/Makefile
+++ b/
src/utils/Makefile
@@
-2,7
+2,7
@@
all: setitimer-helper squish-pty squish-unix
CC = gcc
CFLAGS = -Wall -W
-L
DFLAG
S = -lm
+L
OADLIBE
S = -lm
setitimer-helper: setitimer-helper.o
squish-pty: squish-pty.o
squish-unix: squish-unix.o