diff mbox

[3/6] Makefile: default ARCH to 'arm'

Message ID 1323107263-1870-4-git-send-email-peter.maydell@linaro.org
State Accepted
Headers show

Commit Message

Peter Maydell Dec. 5, 2011, 5:47 p.m. UTC
ARCH is pretty much always going to be 'arm' so it makes more sense
to default it in the makefile.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 67d840b..38f1df6 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@  IMAGE		= linux-system.axf
 LD_SCRIPT	= model.lds.S
 
 CROSS_COMPILE	?= arm-unknown-eabi-
+ARCH		?= arm
 
 CC		= $(CROSS_COMPILE)gcc
 LD		= $(CROSS_COMPILE)ld