Is there a reason this is not done?
- build a simple hello world program with -Wl,--verbose. See that stubs.o is linked from the libc.a - see the size of stubs.o.
- do the same with newlib and notice that only the necessary stubs_.o is used.
- compare the size of the binaries.