From 34b63dced697af2dde6750e1510598beb6917950 Mon Sep 17 00:00:00 2001 From: Ken Werner Date: Tue, 19 Jun 2012 15:20:58 +0200 Subject: Add support for the 12.06 release of the Linaro binary toolchain This requires to change the ELT_TARGET_SYS to arm-linux-gnueabihf. The following configuration has been tested: EXTERNAL_TOOLCHAIN = "/path/to/gcc-linaro-arm-linux-gnueabihf-2012.06_linux" TCMODE = "external-linaro" IMAGE_LINGUAS = "" LIMIT_BUILT_LOCALES = "POSIX" DEFAULTTUNE = "armv7athf-neon" ARM_INSTRUCTION_SET = "thumb" Signed-off-by: Ken Werner --- conf/distro/include/tcmode-external-linaro.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/tcmode-external-linaro.inc b/conf/distro/include/tcmode-external-linaro.inc index d7fc14e5..f52a57d3 100644 --- a/conf/distro/include/tcmode-external-linaro.inc +++ b/conf/distro/include/tcmode-external-linaro.inc @@ -7,7 +7,7 @@ EXTERNAL_TOOLCHAIN ?= "/usr/local/linaro-binary-toolchain/${TARGET_ARCH}" TOOLCHAIN_PATH_ADD = "${EXTERNAL_TOOLCHAIN}/bin:" PATH =. "${TOOLCHAIN_PATH_ADD}" -ELT_TARGET_SYS = "arm-linux-gnueabi" +ELT_TARGET_SYS = "arm-linux-gnueabihf" TARGET_PREFIX = "${ELT_TARGET_SYS}-" PREFERRED_PROVIDER_linux-libc-headers = "external-linaro-toolchain" -- cgit v1.2.3