diff --git a/litex/soc/software/libc/Makefile b/litex/soc/software/libc/Makefile index 8329991b9..481d0b438 100644 --- a/litex/soc/software/libc/Makefile +++ b/litex/soc/software/libc/Makefile @@ -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 \