This builds with a host compiler, not one from the SDK, and so no newlib library is available. There is work to enable newlib detection at and above the cmake level. This patch can be reverted when that lands. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
12 lines
219 B
YAML
12 lines
219 B
YAML
common:
|
|
arch_exclude: xtensa
|
|
min_ram: 32
|
|
tags: kernel
|
|
tests:
|
|
kernel.common.errno:
|
|
tags: kernel
|
|
kernel.common.errno.newlib:
|
|
platform_exclude: qemu_x86_64
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|