This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ demangler horrors


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]