• Alessandro Rubini's avatar
    Makefile: build an intermediate object · c22b8a56
    Alessandro Rubini authored
    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's avatarAlessandro Rubini <rubini@gnudd.com>
    c22b8a56
Makefile 3.65 KB