Skip to content

Commit

Permalink
Revert "Makefile: Change toolchain binary"
Browse files Browse the repository at this point in the history
This reverts commit 8ea6dfe.
  • Loading branch information
Seongmin Park committed Apr 16, 2013
1 parent 7b38687 commit 5650b0b
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 @@ -193,8 +193,8 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
export KBUILD_BUILDHOST := $(SUBARCH)
ARCH ?= arm
CROSS_COMPILE ?= /home/edoko/gcc-linaro-4.7.3-20130313_M/bin/arm-linux-gnueabihf-
#CROSS_COMPILE ?= /home/edoko/android-toolchain-eabi/bin/arm-linux-androideabi-
CROSS_COMPILE ?= /home/edoko/android-toolchain-eabi/bin/arm-linux-androideabi-
#CROSS_COMPILE ?= /home/edoko/gcc-linaro-4.7.3-20130221/bin/arm-linux-gnueabihf-

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

0 comments on commit 5650b0b

Please sign in to comment.