From 4b9d0ad09d49286411c53d648dee6297ee649913 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 4 Apr 2025 13:28:12 -0700 Subject: [PATCH] microblazeel: Re-enable picolibc Picolibc has had microblazeel support since version 1.8.2, which was released about two years ago. Signed-off-by: Keith Packard --- configs/microblazeel-zephyr-elf.config | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/microblazeel-zephyr-elf.config b/configs/microblazeel-zephyr-elf.config index 324bd4a2..ad84f6a0 100644 --- a/configs/microblazeel-zephyr-elf.config +++ b/configs/microblazeel-zephyr-elf.config @@ -5,6 +5,3 @@ CT_ARCH_LE=y CT_TARGET_CFLAGS="-G0 -fno-pic" CT_TARGET_VENDOR="zephyr" CT_MULTILIB=y -# FIXME: Picolibc is disabled for microblazeel due to build failure -# (see GitHub issue #639). -CT_COMP_LIBS_PICOLIBC=n