From 439022cba8718a5942583d696a53ee7d42940e9c Mon Sep 17 00:00:00 2001 From: OPNay Date: Sun, 15 Feb 2015 16:46:19 +0900 Subject: [PATCH] build: Update toolchain - binutils-linaro-2.25.0-2015.01-2 - gcc-linaro-4.9-2015.1 --- build_export.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_export.sh b/build_export.sh index b58687a849e..580df98516c 100755 --- a/build_export.sh +++ b/build_export.sh @@ -13,7 +13,7 @@ RAMDISK_DIR=$KERNEL_DIR_OUT/ramdisk RAMDISK_DIR_ORIG=$KERNEL_DIR/ramdisk ## Binary -TOOLCHAIN=/workspace/bin/toolchain/arm-linux-androideabi-4.9/bin/arm-linux-androideabi- +TOOLCHAIN=/workspace/bin/toolchain/arm-unknown-linux-gnueabihf/bin/arm-unknown-linux-gnueabihf- MINIGZIP=$KERNEL_DIR_BIN/minigzip MKBOOTFS=$KERNEL_DIR_BIN/mkbootfs MKBOOTIMG="$KERNEL_DIR_BIN/mkbootimg --base 0x10000000 \