Skip to content

Commit ab56cf3

Browse files
committed
configs: microblazeel-zephyr-elf: Disable Picolibc
This commit disables Picolibc for the microblazeel-zephyr-elf toolchain because Picolibc currently fails to build for the Microblaze architecture (see GitHub issue #639). Revert this commit when #639 is fixed. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 10bcbe7 commit ab56cf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/microblazeel-zephyr-elf.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ CT_ARCH_LE=y
55
CT_TARGET_CFLAGS="-G0 -fno-pic"
66
CT_TARGET_VENDOR="zephyr"
77
CT_MULTILIB=y
8+
# FIXME: Picolibc is disabled for microblazeel due to build failure
9+
# (see GitHub issue #639).
10+
CT_COMP_LIBS_PICOLIBC=n

0 commit comments

Comments
 (0)