mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Disable thread local storage (TLS) in picolibc
It was causing some compilation issues with lm32. As global errno was enabled anyway, it was easier to disable TLS whatsoever.
This commit is contained in:
parent
c84105f399
commit
ef7b287248
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ libc.a: cross.txt
|
|||
meson $(PICOLIBC_DIRECTORY) \
|
||||
-Dmultilib=false \
|
||||
-Dpicocrt=false \
|
||||
-Dnewlib-global-errno=true \
|
||||
-Dthread-local-storage=false \
|
||||
-Dio-long-long=true \
|
||||
-Dincludedir=picolibc/$(TRIPLE)/include \
|
||||
-Dlibdir=picolibc/$(TRIPLE)/lib \
|
||||
|
|
Loading…
Reference in a new issue