summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-10-28 06:32:38 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-10-31 17:20:56 -0400
commitdaa4e8b333e41b0cdd9055adb4a8674568cedf3e (patch)
tree6d9015d227fbc44192316faa456fb9a10945503b
parent9fd25a05658683e73469c8bff0efb5c5261086ab (diff)
downloadmeta-ti-daa4e8b333e41b0cdd9055adb4a8674568cedf3e.tar.gz
libulm: pass CC to work with internal toolchains that depend on sysroot flag
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/dsptop/libulm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/dsptop/libulm_git.bb b/recipes-bsp/dsptop/libulm_git.bb
index 306d86fa..7bf7f090 100644
--- a/recipes-bsp/dsptop/libulm_git.bb
+++ b/recipes-bsp/dsptop/libulm_git.bb
@@ -14,7 +14,7 @@ DEVICE_keystone = "C66AK2Hxx"
14EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}" 14EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}"
15 15
16do_compile() { 16do_compile() {
17 oe_runmake arm XPORT_ONLY 17 oe_runmake arm XPORT_ONLY CC="${CC}"
18 oe_runmake dsp C6X_C_DIR=${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x/include 18 oe_runmake dsp C6X_C_DIR=${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x/include
19} 19}
20 20