mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
2004-11-30 Melissa Mears <asterisk@graces.dricas.com>
* config.sub: Handle xbox alias. * testsuite/config-sub.data: Add xbox case.
This commit is contained in:
parent
d8a34e02f1
commit
cc36289782
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-30 Melissa Mears <asterisk@graces.dricas.com>
|
||||||
|
|
||||||
|
* config.sub: Handle xbox alias.
|
||||||
|
* testsuite/config-sub.data: Add xbox case.
|
||||||
|
|
||||||
2004-11-17 Ian Lance Taylor <ian@wasabisystems.com>
|
2004-11-17 Ian Lance Taylor <ian@wasabisystems.com>
|
||||||
Ben Elliston <bje@gnu.org>
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
6
config.sub
vendored
6
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, 2004 Free Software Foundation, Inc.
|
# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2004-11-17'
|
timestamp='2004-11-30'
|
||||||
|
|
||||||
# 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
|
||||||
@ -1033,6 +1033,10 @@ case $basic_machine in
|
|||||||
basic_machine=hppa1.1-winbond
|
basic_machine=hppa1.1-winbond
|
||||||
os=-proelf
|
os=-proelf
|
||||||
;;
|
;;
|
||||||
|
xbox)
|
||||||
|
basic_machine=i686-pc
|
||||||
|
os=-mingw32
|
||||||
|
;;
|
||||||
xps | xps100)
|
xps | xps100)
|
||||||
basic_machine=xps100-honeywell
|
basic_machine=xps100-honeywell
|
||||||
;;
|
;;
|
||||||
|
@ -25,3 +25,4 @@ s390-ibm-zvmoe s390-ibm-zvmoe
|
|||||||
xscale xscale-unknown-none
|
xscale xscale-unknown-none
|
||||||
xscaleeb xscaleeb-unknown-none
|
xscaleeb xscaleeb-unknown-none
|
||||||
xscaleel xscaleel-unknown-none
|
xscaleel xscaleel-unknown-none
|
||||||
|
xbox i686-pc-mingw32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user