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]

Should boehm-gc/config.guess be a copy of gcc/config.guess?


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
`master' for anyone needing it?
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} "$@"



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