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

rbrown64@csc.com.au rbrown64@csc.com.au
Mon Oct 29 20:09:00 GMT 2001


Should the boehm-gc/config.guess be a copy of the gcc/config.guess so that
only the master config.guess is used?

 31228 Aug 18 04:39 ./boehm-gc/config.guess   # 1999 Copyright
 38486 Aug 31 16:35 ./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} "$@"



More information about the Gcc-patches mailing list