From b97839f3ccbf8b0310834ae581df3ecaad168775 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 24 Apr 2020 21:17:47 +1000 Subject: [PATCH] Reported by Peter Eisentraut: * config.sub (case $os): Append asterisk to 'powerunix'. --- ChangeLog | 5 +++++ config.sub | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6ee4ea4..13bcae3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-04-24 Ben Elliston + + Reported by Peter Eisentraut: + * config.sub (case $os): Append asterisk to 'powerunix'. + 2020-01-01 Ben Elliston * config.guess: Update copyright years. diff --git a/config.sub b/config.sub index f02d43a..a0d1227 100755 --- a/config.sub +++ b/config.sub @@ -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*)