Makefile: build an intermediate object
Pretty often it happens that during trials we pick wrong external
functions (e.g., "printf") and the final link claims horribly about
dozens of undefined symbols. By having an intermediate wrc.o we can
easily check which are the symbols we really leave undefined for libc
and libgcc to fill, before they resolve them by asking for something
else.
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
Please register or sign in to comment