mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Recognize -sysv* after -sysvr4.
This commit is contained in:
parent
1097cd6711
commit
b84efc4488
10
config.sub
vendored
10
config.sub
vendored
@ -501,7 +501,8 @@ case $os in
|
|||||||
# First accept the basic system types.
|
# First accept the basic system types.
|
||||||
# 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.
|
||||||
-bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
|
# -sysv* is not here because it comes later, after sysvr4.
|
||||||
|
-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* \
|
||||||
@ -542,11 +543,14 @@ case $os in
|
|||||||
-svr4)
|
-svr4)
|
||||||
os=-sysv4
|
os=-sysv4
|
||||||
;;
|
;;
|
||||||
|
-svr3)
|
||||||
|
os=-sysv3
|
||||||
|
;;
|
||||||
-sysvr4)
|
-sysvr4)
|
||||||
os=-sysv4
|
os=-sysv4
|
||||||
;;
|
;;
|
||||||
-svr3)
|
# This must come after -sysvr4.
|
||||||
os=-sysv3
|
-sysv*)
|
||||||
;;
|
;;
|
||||||
-xenix)
|
-xenix)
|
||||||
os=-xenix
|
os=-xenix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user