~big-little-switcher/linaro-toolchain-misc/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Christoffer Dall
  • Author(s): Peter Maydell
  • Date: 2011-12-09 03:11:23 UTC
  • Revision ID: git-v1:c3a1311f336057cd941c033e0c93f10b502e0a22
Makefile: default ARCH to 'arm'

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>

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
LD_SCRIPT       = model.lds.S
27
27
 
28
28
CROSS_COMPILE   ?= arm-unknown-eabi-
 
29
ARCH            ?= arm
29
30
 
30
31
CC              = $(CROSS_COMPILE)gcc
31
32
LD              = $(CROSS_COMPILE)ld