esp-open-rtos/libc/libc.remove
Our Air Quality 9e302c59ed Remove code from libgcc and libc that is provided by the ROM.
This saves about 2.5k of iram.
2017-07-16 23:09:33 +10:00

13 lines
237 B
Text

# Object files to remove from libc.a
# These are provided by the ROM.
lib_a-bzero.o
lib_a-memcmp.o
lib_a-memcpy.o
lib_a-memmove.o
lib_a-memset.o
lib_a-strcmp.o
lib_a-strcpy.o
lib_a-strlen.o
lib_a-strncmp.o
lib_a-strncpy.o
lib_a-strstr.o