* config.sub (os): Remove overlapping pattern -svr4*.

This commit is contained in:
Ben Elliston 2018-01-14 11:01:37 +11:00
parent e8c56e37c2
commit 8ca6442e66
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2018-01-14 Ben Elliston <bje@gnu.org>
* config.sub (os): Remove overlapping pattern -svr4*.
2018-01-14 Ben Elliston <bje@gnu.org> 2018-01-14 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove duplicate pattern -hms*. * config.sub (maybe_os): Remove duplicate pattern -hms*.

5
config.sub vendored
View File

@ -1349,9 +1349,6 @@ case $os in
-solaris) -solaris)
os=-solaris2 os=-solaris2
;; ;;
-svr4*)
os=-sysv4
;;
-unixware*) -unixware*)
os=-sysv4.2uw os=-sysv4.2uw
;; ;;
@ -1479,7 +1476,7 @@ case $os in
-oss*) -oss*)
os=-sysv3 os=-sysv3
;; ;;
-svr4) -svr4*)
os=-sysv4 os=-sysv4
;; ;;
-svr3) -svr3)