config.guess: Remove.

2003-12-19  Kelley Cook  <kelleycook@wideopenwest.com>

	* config.guess: Remove.

From-SVN: r74852
This commit is contained in:
Kelley Cook 2003-12-19 22:49:22 +00:00 committed by Geoffrey Keating
parent d800897a04
commit 128325718c
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2003-12-19 Kelley Cook <kelleycook@wideopenwest.com>
* config.guess: Remove.
2003-12-19 Jakub Jelinek <jakub@redhat.com>
* config/ia64/unwind-ia64.c (ia64_copy_rbs): New function.

4
gcc/config.guess vendored
View File

@ -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} "$@"