mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-01 08:20:47 +00:00
srss-tc: pass proper CROSS_COMPILE and CFLAGS
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -20,6 +20,9 @@ INITSCRIPT_PARAMS = "defaults 10"
|
|||||||
|
|
||||||
inherit update-rc.d
|
inherit update-rc.d
|
||||||
LDFLAGS += "-lrt"
|
LDFLAGS += "-lrt"
|
||||||
|
CFLAGS += "${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}"
|
||||||
|
|
||||||
|
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${bindir}/
|
install -d ${D}${bindir}/
|
||||||
|
|||||||
Reference in New Issue
Block a user