Subject: Re: make and ELF (PR bin/5445)
To: Christos Zoulas <christos@zoulas.com>
From: Simon Burge <simonb@telstra.com.au>
List: tech-toolchain
Date: 05/15/1998 09:07:52
On Thu, 14 May 1998 07:58:47 -0400 Christos Zoulas wrote:
> On May 14, 2:06pm, simonb@telstra.com.au (Simon Burge) wrote:
> -- Subject: Re: make and ELF (PR bin/5445)
>
> | On Wed, 13 May 1998 20:02:55 -0700 Jason Thorpe wrote:
> |
> | > On Thu, 14 May 1998 12:18:21 +1000
> | > Simon Burge <simonb@telstra.com.au> wrote:
> | >
> | > > So, short term can we just add __ELF__ to the current in-tree gcc mips
> | > > CPP_PREDEFINES, or is egcs that close on mips that it doesn't matter? I
> | > > would also like to get this in the 1.3 branch, so that 1.3.3 (if there
> | > > is one) will get the fix.
> | >
> | > Putting it in CPP_PREDEFINES is, in fact, the correct thing to do.
> |
> | Christos - do you think this is enough to close pr 5445? It doesn't
> | seem to matter to "make" whether or not RANLIBMAG is defined if you are
> | on an ELF platform.
>
> Yeah, that is enough. I'll fix (or you can fix) make. In make.h
> protect the RANLIBMAG stuff with #ifndef __ELF__.
That's already done in make/config.h - I guess /usr/include/ranlib.h
needs the same?
Simon.