https://sourceware.org/bugzilla/show_bug.cgi?id=26169
Roland McGrath <roland at gnu dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Roland McGrath <roland at gnu dot org> --- This is working as intended. 64/libbar.so is examined by the link and its contents are relevant to linking behavior. If you e.g. change bar.c so it no longer defines bar, and run make, then it will correctly rebuild bar.o and 64/libbar.so and correctly repeat the link of libfoo.so, which will now fail. -- You are receiving this mail because: You are on the CC list for the bug.