Skip to content

Commit a6ba1c5

Browse files
committed
tools: Update picolibc toolchain configuration
This change updates the multilib list to ensure compatibility with settings used in other Caliptra repositories. Signed-off-by: Miguel Osorio <miguelosorio@google.com>
1 parent 250bd19 commit a6ba1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/picolibc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $(INSTALL_PATH)/picolibc.specs: $(BUILD_PATH)/cross.txt | $(BUILD_PATH)
4343

4444
cd $(PICOLIBC_PATH) && meson $(BUILD_PATH) \
4545
-Dmultilib=true \
46-
-Dmultilib-list=rv32imac/ilp32 \
46+
-Dmultilib-list=rv32imc/ilp32 \
4747
-Dpicocrt=false \
4848
-Datomic-ungetc=false \
4949
-Dthread-local-storage=false \

0 commit comments

Comments
 (0)