diff options
Diffstat (limited to 'emulators/gem5/files/patch-util_term_Makefile')
-rw-r--r-- | emulators/gem5/files/patch-util_term_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/gem5/files/patch-util_term_Makefile b/emulators/gem5/files/patch-util_term_Makefile new file mode 100644 index 000000000000..ac67742092fb --- /dev/null +++ b/emulators/gem5/files/patch-util_term_Makefile @@ -0,0 +1,11 @@ +--- util/term/Makefile.orig 2015-04-22 17:24:04 UTC ++++ util/term/Makefile +@@ -26,7 +26,7 @@ + # + # Authors: Nathan Binkert + +-CC= gcc ++CC= cc + CCFLAGS= -g -O0 + + default: m5term |