* config.sub (maybe_os): Remove -rtmk-nova* pattern as it is

matched by -rtmk* immediately preceding it. Found by Shellcheck.
This commit is contained in:
Ben Elliston 2018-01-13 20:55:11 +11:00
parent e8ad65b91a
commit a592387de4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove -rtmk-nova* pattern as it is
matched by -rtmk* immediately preceding it. Found by Shellcheck.
2018-01-13 Ben Elliston <bje@gnu.org> 2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove duplicate sh64 case as it is * config.sub (maybe_os): Remove duplicate sh64 case as it is

2
config.sub vendored
View File

@ -1407,7 +1407,7 @@ case $os in
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -morphos* | -superux* | -rtmk* | -windiss* \
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
| -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme*) | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme*)