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 <nilay@cs.wisc.edu>
This commit is contained in:
Bjoern A. Zeeb 2015-12-04 17:25:45 -06:00
parent 0707f4ee63
commit e746231682
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
#
# Authors: Nathan Binkert
CC= gcc
CCFLAGS= -g -O0
default: m5term