summaryrefslogtreecommitdiff
path: root/build-aux/config.sub
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-14 08:26:45 -0700
committerKarl Berry <karl@freefriends.org>2020-10-14 08:26:45 -0700
commit0f32583b7b7c6d8b6a5b84f8d13b2cfc0e5261ef (patch)
tree0005fa436c207810ae049dd3ea24cead00e7ef88 /build-aux/config.sub
parent3c99da63be95a3bc6cc881e1ca6c849a921569e1 (diff)
downloadgnulib-0f32583b7b7c6d8b6a5b84f8d13b2cfc0e5261ef.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-xbuild-aux/config.sub10
1 files changed, 8 insertions, 2 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 9bc49a7e92..0663eebe5e 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*)
;;
-*)