This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Boehm-GC] Minor configuration tweaks
- From: Roger Sayle <roger at eyesopen dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Hans Boehm <hans_boehm at hp dot com>
- Date: Tue, 29 Jul 2003 14:28:41 -0600 (MDT)
- Subject: Re: [Boehm-GC] Minor configuration tweaks
On 29 Jul 2003, Alexandre Oliva wrote:
> On Jul 26, 2003, Roger Sayle <roger@eyesopen.com> wrote:
> > Whilst testing this change on hppa2.0w-hp-hpux11.00, I notice a
> > second minor problem, configure was leaking an error message that
> > the gcc I was using as a host compiler didn't recognize the command
> > line option -print-multi-os-directory.
>
> But why is boehm-gc being configured with the host compiler? It
> should only be compiled with GCC. Unless you're building it by
> itself, separate from the unified build tree.
Thats my fault! In blissful ignorance, I just cd'd into the boehm-gc
directory in the tree and typed "./configure". boehm-gc isn't normally
built under HPUX, so this seemed like the easiest way to test that my
changes were safe. I'm not even sure how much of boehm-gc/configure is
shared with the upstream package. If the answer is not at all, and
this script is never invoked with the host compiler, please ignore my
changes. Indeed, I believe Jeff Sturm's recent merge has already fixed
the main problem I was trying to address.
I'm sorry for the confusion.
Roger
--