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: [libstdc++] Make use of runtime demangler


On Wed, May 01, 2002 at 02:03:54AM +0200, Franz Sirl wrote:
> On Wednesday 01 May 2002 01:41, Phil Edwards wrote:
> > Actually, we shouldn't even need the -I switches, since we're not adding
> > them back in anywhere else, I /think/.  There are probably some multilib
> > issues here.
> 
> We need at least -I.. to get at config.h and I don't see any multilib issues 
> here, since -I.. will be $target_alias/$multilibdir/libstdc++-v3/

libstdc++-v3/config.h isn't used directly.  It gets created by configure,
but is only used once by include/Makefile.am to construct the builddir's
include/<triplet>/bits/c++config.h, by basically cat'ing it together with
some other stuff.

So we don't need to worry about finding our config.h, we only need to find
libiberty's config.h.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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