projects
/
repair.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a9b510
)
revert runtime file.
author
bdemsky
<bdemsky>
Thu, 28 Oct 2004 19:34:51 +0000
(19:34 +0000)
committer
bdemsky
<bdemsky>
Thu, 28 Oct 2004 19:34:51 +0000
(19:34 +0000)
Repair/RepairCompiler/MCC/Runtime/buildruntime
patch
|
blob
|
history
diff --git
a/Repair/RepairCompiler/MCC/Runtime/buildruntime
b/Repair/RepairCompiler/MCC/Runtime/buildruntime
index c056fb6832e06000d224f82e0cd23b01e7980bb2..1d69d05e08b727c178bf81d89518ad6f5cd0bea2 100755
(executable)
--- a/
Repair/RepairCompiler/MCC/Runtime/buildruntime
+++ b/
Repair/RepairCompiler/MCC/Runtime/buildruntime
@@
-1,8
+1,8
@@
#!/bin/bash
-FLAG='-O0 -g
-pedantic
'
-g
cc $FLAG -c SimpleHash.
c
-g
cc $FLAG -c tmap.
c
-g
cc $FLAG -c instrument.
c
+FLAG='-O0 -g'
+g
++ $FLAG -c SimpleHash.c
c
+g
++ $FLAG -c tmap.c
c
+g
++ $FLAG -c instrument.c
c
gcc $FLAG -c libredblack/redblack.c
gcc $FLAG -c stack.c
-
+g++ $FLAG -c size.cc