software/libc: Disable Atomics support on fgetc/ungetc since seems broken (at least on Rocket).
This commit is contained in:
parent
99d8bbc3bc
commit
a588c3b830
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue