summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <baz21@cam.ac.uk>2015-12-04 17:25:45 -0600
committerBjoern A. Zeeb <baz21@cam.ac.uk>2015-12-04 17:25:45 -0600
commite746231682b2a314412c02db64226a1355073d3a (patch)
treefb19fb1e6eef823c0290d6b3b58d07d839d44cd7
parent0707f4ee63688e7ed87726cd90f8f8f1ab370d10 (diff)
downloadgem5-e746231682b2a314412c02db64226a1355073d3a.tar.xz
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>
-rw-r--r--util/term/Makefile1
1 files changed, 0 insertions, 1 deletions
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