Commit 9a0aebc5 authored by Keith Packard's avatar Keith Packard Committed by Fabio Baltieri
Browse files

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: default avatarKeith Packard <keithp@keithp.com>
parent fb193e2d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.