software/libc: Disable Atomics support on fgetc/ungetc since seems broken (at least on Rocket).

This commit is contained in:
Florent Kermarrec 2021-09-28 14:51:02 +02:00
parent 99d8bbc3bc
commit a588c3b830
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ libc.a: cross.txt
meson $(PICOLIBC_DIRECTORY) \
-Dmultilib=false \
-Dpicocrt=false \
-Datomic-ungetc=false \
-Dthread-local-storage=false \
-Dio-long-long=true \
-Dformat-default=integer \