mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Recognize `gnu' as a valid operating system. Sheesh.
This commit is contained in:
parent
b84efc4488
commit
8fd94ec566
4
config.sub
vendored
4
config.sub
vendored
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Configuration validation subroutine script, version 1.1.
|
# Configuration validation subroutine script, version 1.1.
|
||||||
# Copyright (C) 1991, 1992 Free Software Foundation, Inc.
|
# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
# 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
|
||||||
# can handle that machine. It does not imply ALL GNU software can.
|
# can handle that machine. It does not imply ALL GNU software can.
|
||||||
@ -502,7 +502,7 @@ case $os in
|
|||||||
# The portable systems comes first.
|
# The portable systems comes first.
|
||||||
# Each alternative must end in a *, to match a version number.
|
# Each alternative must end in a *, to match a version number.
|
||||||
# -sysv* is not here because it comes later, after sysvr4.
|
# -sysv* is not here because it comes later, after sysvr4.
|
||||||
-bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
|
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
|
||||||
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
|
| -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
|
||||||
| -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
|
| -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
|
||||||
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
|
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user