This is the mail archive of the gcc-patches@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: Should boehm-gc/config.guess be a copy of gcc/config.guess?


The version of config.guess I used was more or less an accident.  It should
be synched.

I'm not an expert in this stuff.  It would be nice if the GC library could
be built without the rest of gcc from the boehm-gc subdirectory.  This seems
to argue for a separate copy.  On the other side, there's the obvious
argument for a single copy.  But that must be a standard issue that also
applies to other pieces like libffi?  Does it have a standard solution?

Hans

> -----Original Message-----
> From: Andreas Jaeger [mailto:aj@suse.de]
> Sent: Monday, December 10, 2001 11:49 PM
> To: rbrown64@csc.com.au
> Cc: hboehm@gcc.gnu.org; gcc-patches@gcc.gnu.org
> Subject: Re: Should boehm-gc/config.guess be a copy of 
> gcc/config.guess?
> 
> 
> rbrown64@csc.com.au writes:
> 
> > Within gcc should the boehm-gc/config.guess be a copy of the
> > gcc/config.guess so that
> > only the master config.guess is used? Or is the boehm-gc 
> directory the
> 
> That sounds like a good idea.
> 
> > `master' for anyone needing it?
> 
> Hans?  If it is, let's synch the two versions.
> 
> Andreas
> 
> > Should it sync the config.guess for the gcc 3.1 release?
> >
> >  31228 Aug 18 04:39 ./boehm-gc/config.guess   # 1999 Copyright
> >  38293 Nov  8             ./config.guess
> >      159 Dec 17  1998 ./gcc/config.guess
> >
> > $ cat LAST_UPDATED
> > Tue Oct 30 08:42:45 EST 2001
> > Mon Oct 29 21:42:45 UTC 2001
> > $ cat gcc/config.guess
> > #!/bin/sh
> > # Use the top-level config.guess so that we don't have two of them.
> > guesssys=`echo $0 | sed 's|config.guess|../config.guess|'`
> > exec ${guesssys} "$@"
> 
> 
> -- 
>  Andreas Jaeger
>   SuSE Labs aj@suse.de
>    private aj@arthur.inka.de
>     http://www.suse.de/~aj
> 


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