Reported by Peter Eisentraut:

* config.sub (case $os): Append asterisk to 'powerunix'.
This commit is contained in:
Ben Elliston 2020-04-24 21:17:47 +10:00
parent 5256817ace
commit b97839f3cc
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2020-04-24 Ben Elliston <bje@gnu.org>
Reported by Peter Eisentraut:
* config.sub (case $os): Append asterisk to 'powerunix'.
2020-01-01 Ben Elliston <bje@gnu.org>
* config.guess: Update copyright years.

4
config.sub vendored
View File

@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2020 Free Software Foundation, Inc.
timestamp='2020-01-01'
timestamp='2020-04-24'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -1366,7 +1366,7 @@ case $os in
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
| nsk* | powerunix)
| nsk* | powerunix*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
qnx*)