projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce0396c
)
Make it so you can override CC and CXX
author
Nathan Binkert
<binkertn@umich.edu>
Wed, 24 Dec 2003 01:59:30 +0000
(20:59 -0500)
committer
Nathan Binkert
<binkertn@umich.edu>
Wed, 24 Dec 2003 01:59:30 +0000
(20:59 -0500)
--HG--
extra : convert_revision :
104febf47752f31b4e1b6c400fb040ed108bc331
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index ceb3c9a1c9aca0444bceb43f265a3fba16192cca..b8932064d6ac53750044a45a9fb94e8399c477ed 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-1,7
+1,7
@@
# $Id$
-CC= gcc
-CXX= g++
+CC
?
= gcc
+CXX
?
= g++
CURDIR?= $(shell /bin/pwd)
SRCDIR?= ..