From f80bc35d58614fe551e4fe89fe3291a4e650a48c Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 9 Nov 2015 09:59:22 -0500 Subject: [PATCH] toolchain: update iamcu toolchain version the iamcu toolchain is based on 5.2.1, update the variable so we can point to the right path of headers/libraries. Change-Id: Ia1634efc6fb6a37eb3456d9b7bd3c30e03c40b4e Signed-off-by: Anas Nashif --- scripts/Makefile.toolchain.iamcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.toolchain.iamcu b/scripts/Makefile.toolchain.iamcu index 4cf70c2a119..3ea362f6624 100644 --- a/scripts/Makefile.toolchain.iamcu +++ b/scripts/Makefile.toolchain.iamcu @@ -3,7 +3,7 @@ $(error IAMCU_TOOLCHAIN_PATH is not set) endif CROSS_COMPILE_TARGET_x86 = i586-intel-elfiamcu -CROSS_COMPILE_x86_version = 4.9.3 +CROSS_COMPILE_x86_version = 5.2.1 CROSS_COMPILE_x86=${IAMCU_TOOLCHAIN_PATH}/bin/${CROSS_COMPILE_TARGET_x86}- TOOLCHAIN_CFLAGS_x86 = -I${IAMCU_TOOLCHAIN_PATH}/$(CROSS_COMPILE_TARGET_x86)/include/