gcc is not cc
Review Request #3195 - Created Nov. 4, 2015 and submitted
| Information | |
|---|---|
| Bjoern A. Zeeb | |
| gem5 | |
| dev | |
| Reviewers | |
| Default | |
With clang there are systems without "gcc" being installed anymore and we should not rely on that. Use "cc" instead and make it compile on these systems.
Issue Summary
1
1
0
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| Surely we should just rely on the environment variable here, and simply remove this line? | Andreas Hansson | Nov. 5, 2015, 1:37 a.m. | Open |
Posted (Nov. 5, 2015, 1:37 a.m.)
-
util/term/Makefile (Diff revision 1) -
Surely we should just rely on the environment variable here, and simply remove this line?
Posted (Nov. 10, 2015, 11:25 a.m.)
Hi! Thanks for contributing to gem5!
Could you just remove the CC variable instead of changing it to CC? By doing so, you'll use the system's default compiler (cc in most cases) and you will be able to override it by setting CC on the command line. Also, please write a more descriptive commit message. See http://www.m5sim.org/Submitting_Contributions for details. I'd suggest using the misc keyword.
