Add xtensa AOT support and fix build issue of alios (#223)
* Clean compiling warnings of zephyr samples * Support xtensa AOT and fix build issue of alios
This commit is contained in:
@ -740,6 +740,7 @@ typedef struct ArchItem {
|
||||
static ArchItem valid_archs[] = {
|
||||
{ "x86_64", false },
|
||||
{ "i386", false },
|
||||
{ "xtensa", false},
|
||||
{ "mips", true },
|
||||
{ "aarch64v8", false },
|
||||
{ "aarch64v8.1", false },
|
||||
|
||||
Reference in New Issue
Block a user