Skip to content

Commit

Permalink
make it easy to build
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkoreclipse committed Jan 7, 2012
1 parent afe73c3 commit 4404cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
# Default value for CROSS_COMPILE is not to prefix executables
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
export KBUILD_BUILDHOST := $(SUBARCH)
ARCH ?= $(SUBARCH)
CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%)
ARCH ?= arm
CROSS_COMPILE ?= arm-eabi-

# Architecture as present in compile.h
UTS_MACHINE := $(ARCH)
Expand Down

0 comments on commit 4404cad

Please sign in to comment.