mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
* config.sub: Handle amd64-*.
This commit is contained in:
parent
b8c03ef13c
commit
741a9b4e19
@ -1,3 +1,7 @@
|
|||||||
|
2004-01-05 Ben Elliston <bje@wasabisystems.com>
|
||||||
|
|
||||||
|
* config.sub: Handle amd64-*.
|
||||||
|
|
||||||
2003-11-20 Kristian Van Der Vliet <vanders@liqwyd.com>
|
2003-11-20 Kristian Van Der Vliet <vanders@liqwyd.com>
|
||||||
|
|
||||||
* config.guess (i*86:syllable:*:*): New.
|
* config.guess (i*86:syllable:*:*): New.
|
||||||
|
5
config.sub
vendored
5
config.sub
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2003-11-20'
|
timestamp='2004-01-05'
|
||||||
|
|
||||||
# This file is (in principle) common to ALL GNU software.
|
# This file is (in principle) common to ALL GNU software.
|
||||||
# The presence of a machine in this file suggests that SOME GNU software
|
# The presence of a machine in this file suggests that SOME GNU software
|
||||||
@ -380,6 +380,9 @@ case $basic_machine in
|
|||||||
amd64)
|
amd64)
|
||||||
basic_machine=x86_64-pc
|
basic_machine=x86_64-pc
|
||||||
;;
|
;;
|
||||||
|
amd64-*)
|
||||||
|
basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
|
||||||
|
;;
|
||||||
amdahl)
|
amdahl)
|
||||||
basic_machine=580-amdahl
|
basic_machine=580-amdahl
|
||||||
os=-sysv
|
os=-sysv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user