From 9a0aebc5fd9c39fb3d4a4a9741fcff7e1695e807 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 27 Jan 2023 14:09:44 -0800 Subject: [PATCH] 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 --- lib/libc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libc/Kconfig b/lib/libc/Kconfig index e25f0b69622..9fa8630b014 100644 --- a/lib/libc/Kconfig +++ b/lib/libc/Kconfig @@ -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.