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?


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]