projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd0a86
)
add new directory for makefiles
author
bdemsky
<bdemsky>
Wed, 6 Jul 2011 10:46:03 +0000
(10:46 +0000)
committer
bdemsky
<bdemsky>
Wed, 6 Jul 2011 10:46:03 +0000
(10:46 +0000)
Robust/src/buildscript
patch
|
blob
|
history
diff --git
a/Robust/src/buildscript
b/Robust/src/buildscript
index 0691524d332dd8cd174558361aeacf9ea81a818f..8a1d694738683b0c07feeff38a568f8d7c027eff 100755
(executable)
--- a/
Robust/src/buildscript
+++ b/
Robust/src/buildscript
@@
-1185,7
+1185,10
@@
then # GC_CACHE_ADAPT version
TILERACFLAGS="${TILERACFLAGS} -DGC_CACHE_SAMPLING"
fi
-if $MGCFLAG
+if $PMCFLAG
+then
+cp $ROBUSTROOT/Tilera/Runtime/PMC/$MAKEFILE ./Makefile
+elif $MGCFLAG
then
cp $ROBUSTROOT/Tilera/Runtime/MGC/$MAKEFILE ./Makefile
else