Skip to content

Commit

Permalink
Compile picolibc for RV32IMC
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryk committed May 22, 2024
1 parent d645791 commit 67091e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/picolibc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $(INSTALL_PATH)/picolibc.specs: $(BUILD_PATH)/cross.txt | $(BUILD_PATH)

cd $(PICOLIBC_PATH) && meson $(BUILD_PATH) \
-Dmultilib=true \
-Dmultilib-list=rv32imac/ilp32 \
-Dmultilib-list=rv32imc/ilp32 \
-Dpicocrt=false \
-Datomic-ungetc=false \
-Dthread-local-storage=false \
Expand Down

0 comments on commit 67091e8

Please sign in to comment.