C++ demangler horrors

Carlo Wood carlo@alinoe.com
Sat Jun 28 12:26:00 GMT 2003


On Sat, Jun 28, 2003 at 12:11:41AM -0400, Peter Barada wrote:
> Then I can not build a toolchain for a *new* architecture since I have
> to be able to build *everything* from source.

For this very special case, you could of course start
with a dummy - that doesn't demangle at all.  And then
first compile yourself a C++ compiler.

Or you could produce the libdemangle.a in the same way
as that you compile your C compiler: using cross compiling.

-- 
Carlo Wood <carlo@alinoe.com>



More information about the Gcc mailing list