Remove code from libgcc and libc that is provided by the ROM.

This saves about 2.5k of iram.
This commit is contained in:
Our Air Quality 2017-07-14 17:39:11 +10:00
parent 497b4e607b
commit 9e302c59ed
5 changed files with 60 additions and 3 deletions

13
libc/libc.remove Normal file
View file

@ -0,0 +1,13 @@
# 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