mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
2003-01-22 Fabio Alemagna <falemagn@aros.org>
* config.sub: Handle -aros*.
This commit is contained in:
parent
6651865a83
commit
7cee5f75dd
@ -1,3 +1,7 @@
|
|||||||
|
2003-01-22 Fabio Alemagna <falemagn@aros.org>
|
||||||
|
|
||||||
|
* config.sub: Handle -aros*.
|
||||||
|
|
||||||
2003-01-10 Stuart Hastings <stuart@apple.com>
|
2003-01-10 Stuart Hastings <stuart@apple.com>
|
||||||
|
|
||||||
* config.guess: Make i686 the default for Darwin/x86.
|
* config.guess: Make i686 the default for Darwin/x86.
|
||||||
|
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-01-03'
|
timestamp='2003-01-22'
|
||||||
|
|
||||||
# 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
|
||||||
@ -1227,6 +1227,9 @@ case $os in
|
|||||||
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
|
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
|
||||||
os=-mint
|
os=-mint
|
||||||
;;
|
;;
|
||||||
|
-aros*)
|
||||||
|
os=-aros
|
||||||
|
;;
|
||||||
-none)
|
-none)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user