Ævar Arnfjörð Bjarmason [off-list ref] writes:
quoted
This doesn't motivate the patch all all to me. Is changing the list
of LIB_OBJS in section C1 really an ugly hack? It is where
configuration-specific things go and how BLK_SHA1, PROGRAM_OBJS, etc
work already.
Yeah, because if it hadn't come before A8 it would have been *not*
assigned to in the first place like we do everywhere else. Moving A8
before A5 enables us to do that.
Hmm, in the existing platform specific tweaks section, we set BLK_SHA1
based on $(uname_S) and that symbol is used to control what is added to
LIB_H and LIB_OBJS. Why is your gettext.o any different?