mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-04 20:28:21 +12:00
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:
5
config.guess
vendored
5
config.guess
vendored
@ -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 ;;
|
||||
|
Reference in New Issue
Block a user