mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Enable global errno
Brings mor1kx compilation to the same error as lm32
This commit is contained in:
parent
ab881c561f
commit
4e50c0ba00
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ libc.a: cross.txt $(PICOLIBC_DIRECTORY)/newlib/libc/machine/$(CPUFAMILY)/meson.b
|
|||
meson $(PICOLIBC_DIRECTORY) \
|
||||
-Dmultilib=false \
|
||||
-Dpicocrt=false \
|
||||
-Dnewlib-global-errno=true \
|
||||
-Dincludedir=picolibc/$(TRIPLE)/include \
|
||||
-Dlibdir=picolibc/$(TRIPLE)/lib \
|
||||
--cross-file cross.txt
|
||||
|
|
Loading…
Reference in a new issue