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 <anas.nashif@intel.com>
This commit is contained in:
parent
d34b8f62ae
commit
f80bc35d58
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue