LLEXT: Xtensa: don't generate FLIX commands
The LLEXT linker for Xtensa cannot relocate FLIX commands, disable them in extensions only until we have a solution. Note, that this only affects extensions, the main Zephyr binary is still built with FLIX commands. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
parent
30fa48558e
commit
827909b7b9
1 changed files with 1 additions and 0 deletions
|
@ -29,5 +29,6 @@ set(LLEXT_APPEND_FLAGS ${LLEXT_APPEND_FLAGS}
|
||||||
else()
|
else()
|
||||||
set(LLEXT_APPEND_FLAGS ${LLEXT_APPEND_FLAGS}
|
set(LLEXT_APPEND_FLAGS ${LLEXT_APPEND_FLAGS}
|
||||||
-ffreestanding
|
-ffreestanding
|
||||||
|
-mno-generate-flix
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue