projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0707f4e
)
util: term: drop CC from Makefile
author
Bjoern A. Zeeb
<baz21@cam.ac.uk>
Fri, 4 Dec 2015 23:25:45 +0000
(17:25 -0600)
committer
Bjoern A. Zeeb
<baz21@cam.ac.uk>
Fri, 4 Dec 2015 23:25:45 +0000
(17:25 -0600)
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>
util/term/Makefile
patch
|
blob
|
history
diff --git
a/util/term/Makefile
b/util/term/Makefile
index b360a9e329439be64a21b53ad780ca9f13b7a8d8..161cdd1f85bc0edaa922f78eaa45bdd516f35bf8 100644
(file)
--- a/
util/term/Makefile
+++ b/
util/term/Makefile
@@
-26,7
+26,6
@@
#
# Authors: Nathan Binkert
-CC= gcc
CCFLAGS= -g -O0
default: m5term