9
0
Fork 0

Subject: default ARCH and CROSS_COMPILE

Set a sane default if ARCH and CROSS_COMPILE are not set.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
This commit is contained in:
Robert Schwebel (Laptop) 2007-09-25 22:02:21 +02:00
parent e6ca62360e
commit a241d078c6
1 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,9 @@ export srctree objtree VPATH
# Alternatively CROSS_COMPILE can be set in the environment.
# Default value for CROSS_COMPILE is not to prefix executables
ARCH := sandbox
CROSS_COMPILE :=
# Architecture as present in compile.h
UTS_MACHINE := $(ARCH)