projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43eda1f
)
Statetrace: Allow the user to override CXX.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 3 Mar 2011 06:53:11 +0000
(22:53 -0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 3 Mar 2011 06:53:11 +0000
(22:53 -0800)
util/statetrace/Makefile
patch
|
blob
|
history
diff --git
a/util/statetrace/Makefile
b/util/statetrace/Makefile
index d7636ecf50cca6e58fb9e617d1a6724ed0e024a2..2c9c29a5f01b6e0ce50c3b8f14cc61a17be53b9e 100644
(file)
--- a/
util/statetrace/Makefile
+++ b/
util/statetrace/Makefile
@@
-26,7
+26,7
@@
#
# Authors: Gabe Black
-CXX
:
= g++
+CXX
?
= g++
INCLUDES := -I ./ -I ./arch
CXXFLAGS := -O3 -ggdb