From 26e28b2409c392719bdebf2fae19ce0bc0db3db5 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 28 Oct 2016 06:32:38 +0000 Subject: libulm: pass CC to work with internal toolchains that depend on sysroot flag Signed-off-by: Denys Dmytriyenko --- recipes-bsp/dsptop/libulm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp/dsptop') 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" 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 } -- cgit v1.2.3-54-g00ecf