http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51985

Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ramana at gcc dot gnu.org

--- Comment #9 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2012-01-26 
10:42:30 UTC ---
(In reply to comment #5)
> Created attachment 26460 [details]
> 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.

bootstrap on arm-linux-gnueabi succeeded. Tests are still running.

Ramana

Reply via email to