From: Nathan Binkert Date: Wed, 24 Dec 2003 01:59:30 +0000 (-0500) Subject: Make it so you can override CC and CXX X-Git-Tag: m5_1.0_beta2~216 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42621e497dc6abe90dced3e753260270eed358da;p=gem5.git Make it so you can override CC and CXX --HG-- extra : convert_revision : 104febf47752f31b4e1b6c400fb040ed108bc331 --- diff --git a/test/Makefile b/test/Makefile index ceb3c9a1c..b8932064d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ # $Id$ -CC= gcc -CXX= g++ +CC?= gcc +CXX?= g++ CURDIR?= $(shell /bin/pwd) SRCDIR?= ..