litex/software/libbase
whitequark 0f47876d2e common.mak: remove RANLIB.
`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.
2015-07-26 03:20:23 +03:00
..
console.c
crc16.c
crc32.c
crt0-lm32.S
crt0-or1k.S crt0-or1k: clean up indentation 2015-04-03 13:23:28 +08:00
errno.c
exception.c
id.c
libc.c
linker-sdram.ld linker-sdram.ld: sdram mem region is now called main_ram 2015-03-25 16:45:19 +01:00
Makefile common.mak: remove RANLIB. 2015-07-26 03:20:23 +03:00
qsort.c
spiflash.c spiflash: now using 64k sectors 2015-05-27 18:44:14 +08:00
strtod.c
system.c software/libbase/system: fix flush_l2_cache 2015-06-19 09:00:14 +02:00
time.c
uart.c uart: remove option to refill HW from uart_write 2015-07-19 23:41:38 +02:00
vsnprintf.c