lib/libc: Enable picolibc on qemu_x86_tiny

With all of the test suite issues on this board fixed, qemu_x86_tiny should
now be usable with picolibc.

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2023-01-27 14:09:44 -08:00 committed by Fabio Baltieri
parent fb193e2d3d
commit 9a0aebc5fd
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ config PICOLIBC_SUPPORTED
depends on "$(ZEPHYR_TOOLCHAIN_VARIANT)" != "arcmwdt"
depends on !(CPP && "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr")
# picolibc text is outside .pinned.text on this board. #54148
depends on !BOARD_QEMU_X86_TINY
default y
help
Selected when the target has support for picolibc.