From: Bjoern A. Zeeb Date: Fri, 4 Dec 2015 23:25:45 +0000 (-0600) Subject: util: term: drop CC from Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e746231682b2a314412c02db64226a1355073d3a;p=gem5.git util: term: drop CC from Makefile With clang there are systems without gcc being installed anymore and we should not rely on that. This patch drops CC so that system's default compiler is invoked. Committed by: Nilay Vaish --- diff --git a/util/term/Makefile b/util/term/Makefile index b360a9e32..161cdd1f8 100644 --- a/util/term/Makefile +++ b/util/term/Makefile @@ -26,7 +26,6 @@ # # Authors: Nathan Binkert -CC= gcc CCFLAGS= -g -O0 default: m5term