aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-10-22 06:33:56 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-10-22 06:33:56 +0300
commit1b578af8ca7d71a184175b38ae36ab3470c1ac4a (patch)
treebf581f163cc15bd8b30775d9eac98a751e6024b6 /build-aux
parent09a0ee18baaa8fa83f9f94f783a801f6f436d2fd (diff)
downloadegawk-1b578af8ca7d71a184175b38ae36ab3470c1ac4a.tar.gz
egawk-1b578af8ca7d71a184175b38ae36ab3470c1ac4a.tar.bz2
egawk-1b578af8ca7d71a184175b38ae36ab3470c1ac4a.zip
Update aux files.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/ChangeLog4
-rwxr-xr-xbuild-aux/config.sub10
2 files changed, 12 insertions, 2 deletions
diff --git a/build-aux/ChangeLog b/build-aux/ChangeLog
index 309af5db..99927e9b 100644
--- a/build-aux/ChangeLog
+++ b/build-aux/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-22 Arnold D. Robbins <arnold@skeeve.com>
+
+ * config.sub: Updated from GNULIB.
+
2020-10-04 Arnold D. Robbins <arnold@skeeve.com>
* config.sub: Updated from GNULIB.
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 9bc49a7e..8167d087 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-09-08'
+timestamp='2020-10-13'
# 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
@@ -1288,6 +1288,10 @@ case $basic_os in
kernel=linux
os=`echo $basic_os | sed -e 's|gnu/linux|gnu|'`
;;
+ os2-emx)
+ kernel=os2
+ os=`echo $basic_os | sed -e 's|os2-emx|emx|'`
+ ;;
nto-qnx*)
kernel=nto
os=`echo $basic_os | sed -e 's|nto-qnx|qnx|'`
@@ -1716,7 +1720,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* | qnx* )
+ | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx*)
;;
# This one is extra strict with allowed versions
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
@@ -1747,6 +1751,8 @@ case $kernel-$os in
;;
nto-qnx*)
;;
+ os2-emx)
+ ;;
*-eabi* | *-gnueabi*)
;;
-*)