diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-05-22 00:05:28 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-06-02 05:40:31 +0000 |
commit | 126936191932bff10cecc56cd17e8745d67e3cc9 (patch) | |
tree | 772635c72b1885ec6b3bd2602b6fec55e0d22c84 /recipes-ti/includes | |
parent | c6d7d2b31afeda33ab5dfb70c86b367405d7fea1 (diff) | |
download | meta-ti-126936191932bff10cecc56cd17e8745d67e3cc9.tar.gz |
gcc-arm, gcc-aarch64: upgrade baremetal gcc compilers to 9.2-2019.12
Overlay recipes from meta-arm/master to provide baremetal gcc 9.2-2019.12
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/includes')
-rw-r--r-- | recipes-ti/includes/ti-paths.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc index 52a93cf5..d45b77fa 100644 --- a/recipes-ti/includes/ti-paths.inc +++ b/recipes-ti/includes/ti-paths.inc | |||
@@ -48,7 +48,7 @@ export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree" | |||
48 | export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" | 48 | export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" |
49 | export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree" | 49 | export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree" |
50 | export M4_TOOLCHAIN_INSTALL_DIR_RECIPE = "${installdir}/ti-cgt-arm" | 50 | export M4_TOOLCHAIN_INSTALL_DIR_RECIPE = "${installdir}/ti-cgt-arm" |
51 | export GCC_ARM_NONE_TOOLCHAIN_RECIPE = "${installdir}/gcc-arm-none-eabi" | 51 | export GCC_ARM_NONE_TOOLCHAIN_RECIPE = "${datadir}/arm-none-eabi" |
52 | export TI_CGT_PRU_INSTALL_DIR_RECIPE = "${installdir}/cgt-pru" | 52 | export TI_CGT_PRU_INSTALL_DIR_RECIPE = "${installdir}/cgt-pru" |
53 | export MATHLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c66x-tree" | 53 | export MATHLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c66x-tree" |
54 | export MATHLIB_C674_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c674x-tree" | 54 | export MATHLIB_C674_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c674x-tree" |
@@ -58,8 +58,8 @@ export CG_XML_INSTALL_DIR_RECIPE = "${installdir}/ti-cg-xml-tree" | |||
58 | export OMP_INSTALL_DIR_RECIPE = "${installdir}/ti-omp-tree" | 58 | export OMP_INSTALL_DIR_RECIPE = "${installdir}/ti-omp-tree" |
59 | export MPM_INSTALL_DIR_RECIPE = "${installdir}/ti-mpm-tree" | 59 | export MPM_INSTALL_DIR_RECIPE = "${installdir}/ti-mpm-tree" |
60 | export TI_CGT6X_7_INSTALL_DIR_RECIPE = "${installdir}/cgt6x-7" | 60 | export TI_CGT6X_7_INSTALL_DIR_RECIPE = "${installdir}/cgt6x-7" |
61 | export GCC_LINARO_BAREMETAL_TOOLCHAIN_RECIPE = "${installdir}/gcc-linaro-baremetal" | 61 | export GCC_LINARO_BAREMETAL_TOOLCHAIN_RECIPE = "${datadir}/arm-none-eabi" |
62 | export GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN_RECIPE = "${installdir}/gcc-linaro-baremetal-aarch64" | 62 | export GCC_LINARO_BAREMETAL_AARCH64_TOOLCHAIN_RECIPE = "${datadir}/aarch64-none-elf" |
63 | export TI_CGT7X_INSTALL_DIR_RECIPE = "${installdir}/cgt-c7x" | 63 | export TI_CGT7X_INSTALL_DIR_RECIPE = "${installdir}/cgt-c7x" |
64 | 64 | ||
65 | 65 | ||