Make it so you can override CC and CXX

--HG--
extra : convert_revision : 104febf47752f31b4e1b6c400fb040ed108bc331
This commit is contained in:
Nathan Binkert
2003-12-23 20:59:30 -05:00
parent ce0396c19e
commit 42621e497d

View File

@@ -1,7 +1,7 @@
# $Id$
CC= gcc
CXX= g++
CC?= gcc
CXX?= g++
CURDIR?= $(shell /bin/pwd)
SRCDIR?= ..