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]

PATCH: delete gcc/config.guess


There is a dummy config.guess in the gcc directory.  I'm pretty sure that
autoconf already takes care of finding the proper config.guess

This version was put in '97 by Jim Wilson. From what I can tell from ChangeLogs,
this was about the same time the $ac_config_{guess,sub} autoconf test were added
to what became v2.12.1. Since GCC requires v2.13, the dummy file seems to be just
cruft now.


I deleted it and performed the following tests:

Bootstrapped i686-pc-cygwin normally
Bootstrapped host=pentium4-pc-cygwin (with patched toplevel config.guess)
configure;make all from the gcc directory
configure --host=pentium4-pc-cygwin;make from the gcc directory

All versions work correctly. I do not have CVSwrite access.

Kelley Cook
2003-05-21  Kelley Cook  <kelleycook@wideopenwest.com>

	* config.guess: Remove.

--- ../gcc.orig/gcc/config.guess	1998-12-16 15:54:14.000000000 -0500
+++ gcc/config.guess	1969-12-31 19:00:00.000000000 -0500
@@ -1,4 +0,0 @@
-#!/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]