projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ecb351
)
ARM: Fix the compiler and platform identification for building on ARM.
author
Ali Saidi
<Ali.Saidi@ARM.com>
Fri, 7 Sep 2012 19:20:53 +0000
(14:20 -0500)
committer
Ali Saidi
<Ali.Saidi@ARM.com>
Fri, 7 Sep 2012 19:20:53 +0000
(14:20 -0500)
util/m5/Makefile.arm
patch
|
blob
|
history
diff --git
a/util/m5/Makefile.arm
b/util/m5/Makefile.arm
index 80c562a06fa09ceb04c7d5a8a22de2efc24b3b49..0e05b028ac338b5d0acee3550a0a0e67d0988e09 100644
(file)
--- a/
util/m5/Makefile.arm
+++ b/
util/m5/Makefile.arm
@@
-40,8
+40,8
@@
# Ali Saidi
### If we are not compiling on an arm, we must use cross tools ###
-ifneq ($(shell uname -m), arm)
-CROSS_COMPILE?=arm-
none-
linux-gnueabi-
+ifneq ($(shell uname -m), arm
v7l
)
+CROSS_COMPILE?=arm-linux-gnueabi-
endif
CC=$(CROSS_COMPILE)gcc
AS=$(CROSS_COMPILE)as