mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
0f47876d2e
`ranlib` is not necessary on any system we can possibly build for, as it is superseded by `ar s` for the last ten years or so (at least). Thus, change ar invocations to `ar crs`, also removing a `l` flag that is ignored by binutils. |
||
---|---|---|
.. | ||
console.c | ||
crc16.c | ||
crc32.c | ||
crt0-lm32.S | ||
crt0-or1k.S | ||
errno.c | ||
exception.c | ||
id.c | ||
libc.c | ||
linker-sdram.ld | ||
Makefile | ||
qsort.c | ||
spiflash.c | ||
strtod.c | ||
system.c | ||
time.c | ||
uart.c | ||
vsnprintf.c |