util: term: drop CC from Makefile
authorBjoern A. Zeeb <baz21@cam.ac.uk>
Fri, 4 Dec 2015 23:25:45 +0000 (17:25 -0600)
committerBjoern A. Zeeb <baz21@cam.ac.uk>
Fri, 4 Dec 2015 23:25:45 +0000 (17:25 -0600)
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 <nilay@cs.wisc.edu>

util/term/Makefile

index b360a9e329439be64a21b53ad780ca9f13b7a8d8..161cdd1f85bc0edaa922f78eaa45bdd516f35bf8 100644 (file)
@@ -26,7 +26,6 @@
 #
 # Authors: Nathan Binkert
 
-CC= gcc
 CCFLAGS= -g -O0
 
 default: m5term