Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
psyke83 committed Feb 17, 2012
1 parent fe5a807 commit f9e4ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -182,7 +182,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
export KBUILD_BUILDHOST := $(SUBARCH) export KBUILD_BUILDHOST := $(SUBARCH)
ARCH ?= arm ARCH ?= arm
#CROSS_COMPILE ?= ../../../linaro-toolchain/4.5-2011.11/android-toolchain-eabi/bin/arm-eabi- #CROSS_COMPILE ?= ../../../linaro-toolchain/4.5-2011.11/android-toolchain-eabi/bin/arm-eabi-
CROSS_COMPILE ?= ../../toolchain/arm-eabi-4.4.3/bin/arm-eabi- CROSS_COMPILE ?= ../toolchain/bin/arm-eabi-


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

0 comments on commit f9e4ce5

Please sign in to comment.