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:
parent
0707f4ee63
commit
e746231682
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
|||
#
|
||||
# Authors: Nathan Binkert
|
||||
|
||||
CC= gcc
|
||||
CCFLAGS= -g -O0
|
||||
|
||||
default: m5term
|
||||
|
|
Loading…
Reference in a new issue