Re: [PATCH] newlib: punt unused LIBC_EXTRA_LIB settings
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jan 21 07:05, Mike Frysinger wrote: > This was added decades ago, but the commit message lacks any > explanation, and it was unused when it was merged. It's still > unused today. So punt it all. > --- > newlib/libc/Makefile.am | 26 ++++---------- > newlib/libc/Makefile.in | 44 +++++++----------------- > newlib/libc/argz/Makefile.in | 3 -- > newlib/libc/configure | 15 ++------ > newlib/libc/configure.ac | 8 ----- > newlib/libc/ctype/Makefile.in | 3 -- > newlib/libc/errno/Makefile.in | 3 -- > newlib/libc/iconv/Makefile.in | 3 -- > newlib/libc/iconv/ccs/Makefile.in | 3 -- > newlib/libc/iconv/ccs/binary/Makefile.in | 3 -- > newlib/libc/iconv/ces/Makefile.in | 3 -- > newlib/libc/iconv/lib/Makefile.in | 3 -- > newlib/libc/libc.texi | 1 - > newlib/libc/locale/Makefile.in | 3 -- > newlib/libc/misc/Makefile.in | 3 -- > newlib/libc/posix/Makefile.in | 3 -- > newlib/libc/reent/Makefile.in | 3 -- > newlib/libc/search/Makefile.in | 3 -- > newlib/libc/signal/Makefile.in | 3 -- > newlib/libc/ssp/Makefile.in | 3 -- > newlib/libc/stdio/Makefile.in | 3 -- > newlib/libc/stdio64/Makefile.in | 3 -- > newlib/libc/stdlib/Makefile.in | 3 -- > newlib/libc/string/Makefile.in | 3 -- > newlib/libc/syscalls/Makefile.in | 3 -- > newlib/libc/time/Makefile.in | 3 -- > newlib/libc/unix/Makefile.in | 3 -- > newlib/libc/xdr/Makefile.in | 3 -- > 28 files changed, 21 insertions(+), 142 deletions(-) LGTM. Will we still have configure files when you finished? :))) Thanks, Corinna