changeset 8b3c0bd14c01 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=8b3c0bd14c01
description:
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 <[email protected]>
diffstat:
util/term/Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 50a9d73b12d9 -r 8b3c0bd14c01 util/term/Makefile
--- a/util/term/Makefile Fri Dec 04 17:20:07 2015 -0600
+++ b/util/term/Makefile Fri Dec 04 17:25:45 2015 -0600
@@ -26,7 +26,6 @@
#
# Authors: Nathan Binkert
-CC= gcc
CCFLAGS= -g -O0
default: m5term
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev