summaryrefslogtreecommitdiffstats
path: root/core/dumpvar.mk
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2010-07-29 15:07:31 -0700
committerJing Yu <jingyu@google.com>2010-07-29 19:09:12 -0700
commit9d396e37ac695916671614ab89797652ed02538c (patch)
treefb710b8127ab776ad2cff0bad084c6c9c80d3e0f /core/dumpvar.mk
parent778c2b690025a91b55b2e841921605c55baf652c (diff)
downloadbuild-9d396e37ac695916671614ab89797652ed02538c.zip
build-9d396e37ac695916671614ab89797652ed02538c.tar.gz
build-9d396e37ac695916671614ab89797652ed02538c.tar.bz2
Make arm-linux-androideabi toolchain the default for Android build.
androideabi target is already in upstream GCC. The arm-linux- androideabi toolchain can be built directly from upstream GCC. Switching from old special tailored arm-eabi toolchain to the new arm-linux-androideabi toolchain make us closer to the opensource community and friendly to all toolchain developers. kernel still uses arm-eabi toolchain. So we add arm-eabi toolchain path to PATH. The arm-linux-androideabi-4.4.x toolchain is built with the same source as the latest arm-eabi-4.4.3 toolchain except for the target change patches. Change-Id: I1e5f2fe2faeee08f913f37e0ba93e84d2654a8ff
Diffstat (limited to 'core/dumpvar.mk')
-rw-r--r--core/dumpvar.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dumpvar.mk b/core/dumpvar.mk
index f469f35..4bc9541 100644
--- a/core/dumpvar.mk
+++ b/core/dumpvar.mk
@@ -9,7 +9,7 @@ ifeq ($(TARGET_SIMULATOR),true)
ABP:=$(ABP):$(TARGET_OUT_EXECUTABLES)
else
# this should be copied to HOST_OUT_EXECUTABLES instead
- ABP:=$(ABP):$(PWD)/prebuilt/$(HOST_PREBUILT_TAG)/toolchain/arm-eabi-4.4.3/bin
+ ABP:=$(ABP):$(PWD)/prebuilt/$(HOST_PREBUILT_TAG)/toolchain/arm-linux-androideabi-4.4.x/bin
endif
ANDROID_BUILD_PATHS := $(ABP)
ANDROID_PREBUILTS := prebuilt/$(HOST_PREBUILT_TAG)