2005-12-09 Ben Elliston <bje@gnu.org>

Reported by Jan-Benedict Glaw <jbglaw@lug-owl.de>:
	* config.guess (vax:Linux:*:): Detect as vax-dec-linux-gnu.
	* testsuite/config-guess.data: Add test.

2005-12-09  Nathan Sidwell  <nathan@codesourcery.com>

	* config.sub (mt): Rename from ms1.
	(ms1): Alias it to mt for backward compatibility.
	* testsuite/config-sub.data: Update testsuite.
This commit is contained in:
Ben Elliston
2005-12-09 12:21:41 +00:00
parent abba85699f
commit 57a36d27a8
5 changed files with 30 additions and 6 deletions

5
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
timestamp='2005-11-11'
timestamp='2005-12-09'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -919,6 +919,9 @@ EOF
sparc:Linux:*:* | sparc64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
vax:Linux:*:*)
echo ${UNAME_MACHINE}-dec-linux-gnu
exit ;;
x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu
exit ;;