[meta-ti] Denys Dmytriyenko : libulm: pass CC to work with internal toolchains that depend on sysroot flag

Arago Project git git at arago-project.org
Mon Oct 31 14:22:24 PDT 2016


Module: meta-ti
Branch: master
Commit: 26e28b2409c392719bdebf2fae19ce0bc0db3db5
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=26e28b2409c392719bdebf2fae19ce0bc0db3db5

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Fri Oct 28 06:32:38 2016 +0000

libulm: pass CC to work with internal toolchains that depend on sysroot flag

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/dsptop/libulm_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-bsp/dsptop/libulm_git.bb b/recipes-bsp/dsptop/libulm_git.bb
index 306d86f..7bf7f09 100644
--- a/recipes-bsp/dsptop/libulm_git.bb
+++ b/recipes-bsp/dsptop/libulm_git.bb
@@ -14,7 +14,7 @@ DEVICE_keystone = "C66AK2Hxx"
 EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}"
 
 do_compile() {
-    oe_runmake arm XPORT_ONLY
+    oe_runmake arm XPORT_ONLY CC="${CC}"
     oe_runmake dsp C6X_C_DIR=${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x/include
 }
 



More information about the meta-ti mailing list