mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-18 18:49:31 +02:00
Use the convert-overrides.py to convert to new syntax and fixed some additional changes manually. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
15 lines
448 B
BlitzBasic
15 lines
448 B
BlitzBasic
require recipes-devtools-arc/gcc/gcc-6.x.arc.inc
|
|
require recipes-devtools/gcc/libgcc.inc
|
|
|
|
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
|
#COMPATIBLE_MACHINE = "arc"
|
|
|
|
EXTRA_OECONF:append:arc = " --disable-multilib"
|
|
#EXTRA_OECONF_append_arc = " --enable-multilib"
|
|
|
|
# ERROR: QA Issue: Architecture did not match (195 to 93)
|
|
INSANE_SKIP:${PN}-dev += "arch"
|
|
|
|
# ERROR: QA Issue: non -staticdev package contains static .a library
|
|
INSANE_SKIP:${PN}-dev += "staticdev"
|