From e746231682b2a314412c02db64226a1355073d3a Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Fri, 4 Dec 2015 17:25:45 -0600 Subject: [PATCH] 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 --- util/term/Makefile | 1 - 1 file changed, 1 deletion(-) 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