This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Patch for libstdc++-v3 cross build on hpux (Resubmit^2)
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Phil Edwards <phil at jaj dot com>
- Cc: sje at cup dot hp dot com, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Sat, 8 Jun 2002 07:15:48 -0700
- Subject: Re: Patch for libstdc++-v3 cross build on hpux (Resubmit^2)
- Organization: Red Hat / Paris
- References: <200206051742.KAA25305@hpsje.cup.hp.com><20020606042641.A13484@disaster.basement.lan>
- Reply-to: bkoz at redhat dot com
> Steve, let me clean this file up, sanity-check my changes with other
> people, and then I'll apply an updated version of your patch. (And
> notify you of the changed version.) The cross-compile section of
> configure.in has quadrupled in size (not a bad thing in itself, it
> means more people are using it) since the last time I paid attention
> to it, and I'm getting confused.
Thanks for looking at this PHil.
That host-x-host part intially went in as a complete hack. Perhaps it's
time to re-think it entirely, since it seems to be used by many people
now. If there's a better way to organize this code, then feel free to do
major surgery.
-benjamin