Subject: Re: make and ELF (PR bin/5445)
To: Simon Burge <simonb@telstra.com.au>
From: Christos Zoulas <christos@zoulas.com>
List: tech-toolchain
Date: 05/14/1998 07:58:47
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__.

christos