https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ro at gcc dot gnu.org
--- Comment #38 from Rainer Orth <ro at gcc dot gnu.org> ---
What's currently required to get Darwin/x86 to bootstrap again? I'm totally
lost
in this maze of PRs and patches.
I've just tried r216667 plus the patch from PR 63620 on
x86_64-apple-darwin14.0.0 and still run into
ld: illegal text reloc in 'std::strstream::strstream()' to 'construction vtable
for std::basic_ostream<char, std::char_traits<char> >-in-std::strstream' for
architecture x86_64
when linking stage1 libstdc++.
Rainer