http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51985
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|unassigned at gcc dot |jakub at gcc dot gnu.org |gnu.org | --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-25 13:10:30 UTC --- Created attachment 26460 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26460 gcc47-pr51985.patch Untested fix. The problem was I think that $(inst_sources) was included there twice, once in libc__98convenience_la_SOURCES = $(sources) $(inst_sources) (and for libc__98_la_SOURCES too), and once as part of $(host_sources_extra), which is included in $(sources). This occurred even on x86_64-linux, but wasn't fatal there, libstdc++.a was just much larger than it would have to be (contained additional lt*-*.o objects) and libstdc++.so.6, while it had the same list of exported symbols, was much larger too.