Signed-off-by: Denys Dmytriyenko <de...@ti.com>
---
 meta-arago-distro/conf/distro/include/toolchain-linaro.inc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc 
b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
index 61a3b50..a3d52fe 100644
--- a/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
+++ b/meta-arago-distro/conf/distro/include/toolchain-linaro.inc
@@ -17,9 +17,11 @@ TOOLCHAIN_PATH_ARMV5 ?= 
"${TOOLCHAIN_BASE}/gcc-linaro-7.2.1-ti2018.00-armv5-x86_
 TOOLCHAIN_PATH_ARMV7 ?= 
"${TOOLCHAIN_BASE}/gcc-linaro-7.2.1-2017.11-x86_64_${ELT_TARGET_SYS_ARMV7}"
 TOOLCHAIN_PATH_ARMV8 ?= 
"${TOOLCHAIN_BASE}/gcc-linaro-7.2.1-2017.11-x86_64_${ELT_TARGET_SYS_ARMV8}"
 
-TOOLCHAIN_PATH_arm = "${TOOLCHAIN_PATH_ARMV5}"
-TOOLCHAIN_PATH_armv7a = "${TOOLCHAIN_PATH_ARMV7}"
-TOOLCHAIN_PATH_aarch64 = "${TOOLCHAIN_PATH_ARMV8}"
+DEF_TOOLCHAIN_PATH_arm = "${TOOLCHAIN_PATH_ARMV5}"
+DEF_TOOLCHAIN_PATH_armv7a = "${TOOLCHAIN_PATH_ARMV7}"
+DEF_TOOLCHAIN_PATH_aarch64 = "${TOOLCHAIN_PATH_ARMV8}"
+
+TOOLCHAIN_PATH ?= "${DEF_TOOLCHAIN_PATH}"
 
 TOOLCHAIN_SYS := "${ELT_TARGET_SYS}"
 TOOLCHAIN_PREFIX := "${TOOLCHAIN_SYS}-"
-- 
2.7.4

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to