diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-10-28 06:32:38 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-10-31 17:21:29 -0400 |
commit | 26e28b2409c392719bdebf2fae19ce0bc0db3db5 (patch) | |
tree | 8709601794d78be01a21d012a9527ce8251b3fc5 /recipes-bsp | |
parent | e4f5ee61fb81e4aacc5ee35202ba6849fbb1651a (diff) | |
download | meta-ti-26e28b2409c392719bdebf2fae19ce0bc0db3db5.tar.gz |
libulm: pass CC to work with internal toolchains that depend on sysroot flag
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | 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 306d86fa..7bf7f090 100644 --- a/recipes-bsp/dsptop/libulm_git.bb +++ b/recipes-bsp/dsptop/libulm_git.bb | |||
@@ -14,7 +14,7 @@ DEVICE_keystone = "C66AK2Hxx" | |||
14 | EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}" | 14 | EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}" |
15 | 15 | ||
16 | do_compile() { | 16 | do_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 | ||