This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: How is EQ in mklibgcc used?


On Thu, Sep 09, 2004 at 06:00:31PM -0300, Alexandre Oliva wrote:
> On Sep  9, 2004, "H. J. Lu" <hjl@lucon.org> wrote:
> 
> > On Thu, Sep 09, 2004 at 03:21:10PM -0400, Daniel Jacobowitz wrote:
> 
> >> CVS history would clearly show you the patch it came from.  Half a
> >> minute in the mail archives would show you:
> >> http://gcc.gnu.org/ml/gcc-patches/2000-05/msg00623.html
> 
> > Thanks.
> 
> > Alexandre, mklibgcc.in has been changed since then. Do we still need
> > it for IRIX?
> 
> Did you actually read the e-mail mentioned above?
> 

I thought I did. But I am not sure now.

> Nothing changed in the name of the multilib directories on Irix
> AFAIK.  This has absolutely nothing to do with the way mklibgcc is
> designed.  It's about the presence of `=?? in filenames, that makes
> don't interpret the way we'd like them to.
> 

The current mklibgcc.in generates

stmp-dirs: force
        for d in libgcc 32 libgcc/32; do \
          if [ -d $$d ]; then true; else /bin/sh /net/gnu/export/gnu/src/gcc-3.4/gcc/gcc/mkinstalldirs $$d; fi; \
	done
	...

mabi=64/libgcc is no longer a make target. Can you tell me why this
scheme won't work for IRIX? 


H.J.


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