Replace all binary SDK libc functions with newlib

Adds a new build step to remove the SDK object files listed in
<libname>.remove.

Closes #1.
This commit is contained in:
Angus Gratton 2015-06-16 10:02:36 +10:00
parent f0b5bc324c
commit aaef4b0644
13 changed files with 68 additions and 95 deletions

3
lib/libmain.remove Normal file
View file

@ -0,0 +1,3 @@
# Object files to be removed from libmain
printf-stdarg.o
libc.o

0
lib/libnet80211.remove Normal file
View file

0
lib/libphy.remove Normal file
View file

0
lib/libpp.remove Normal file
View file

0
lib/libwpa.remove Normal file
View file