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:
@@ -26,7 +26,6 @@
|
||||
#
|
||||
# Authors: Nathan Binkert
|
||||
|
||||
CC= gcc
|
||||
CCFLAGS= -g -O0
|
||||
|
||||
default: m5term
|
||||
|
||||
Reference in New Issue
Block a user