Remove code from libgcc and libc that is provided by the ROM.
This saves about 2.5k of iram.
This commit is contained in:
parent
497b4e607b
commit
9e302c59ed
5 changed files with 60 additions and 3 deletions
13
libc/libc.remove
Normal file
13
libc/libc.remove
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue