diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-09-11 11:46:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-09-11 11:46:54 +0300 |
commit | fbb3e167f9f7e3e6b1372bf3088393b6e894b2cf (patch) | |
tree | f0be1b176f4695f9292ab6c96ae0ae64026254ab | |
parent | 2f2803957202a42b7dbfc00c62affe23b5c70d76 (diff) | |
download | egawk-fbb3e167f9f7e3e6b1372bf3088393b6e894b2cf.tar.gz egawk-fbb3e167f9f7e3e6b1372bf3088393b6e894b2cf.tar.bz2 egawk-fbb3e167f9f7e3e6b1372bf3088393b6e894b2cf.zip |
Update aux files.
-rw-r--r-- | build-aux/ChangeLog | 4 | ||||
-rwxr-xr-x | build-aux/config.sub | 12 |
2 files changed, 7 insertions, 9 deletions
diff --git a/build-aux/ChangeLog b/build-aux/ChangeLog index 025a3eff..8f07b4c6 100644 --- a/build-aux/ChangeLog +++ b/build-aux/ChangeLog @@ -1,3 +1,7 @@ +2020-09-11 Arnold D. Robbins <arnold@skeeve.com> + + * config.sub: Updated from GNULIB. + 2020-08-18 Arnold D. Robbins <arnold@skeeve.com> * config.guess, config.sub: Updated from GNULIB. diff --git a/build-aux/config.sub b/build-aux/config.sub index 0753e308..780c2bba 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2020 Free Software Foundation, Inc. -timestamp='2020-08-17' +timestamp='2020-09-08' # 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 @@ -1367,13 +1367,7 @@ case $os in os=psos ;; qnx*) - case $cpu in - x86 | i*86) - ;; - *) - os=nto-$os - ;; - esac + os=qnx ;; hiux*) os=hiuxwe2 @@ -1722,7 +1716,7 @@ case $os in | skyos* | haiku* | rdos* | toppers* | drops* | es* \ | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \ - | nsk* | powerunix* | genode* | zvmoe* ) + | nsk* | powerunix* | genode* | zvmoe* | qnx* ) ;; # This one is extra strict with allowed versions sco3.2v2 | sco3.2v[4-9]* | sco5v6*) |