diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-01-28 22:23:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-01-28 22:23:31 +0200 |
commit | 860aef2bc6ac9a2eace69a3a29a03566098508c9 (patch) | |
tree | 1f017271c5b2b9c14638311fe94f061fbab0eefe /build-aux/config.sub | |
parent | 1be45532cb6ba6ecf5aa45e7632816ee9162d7e4 (diff) | |
parent | 68d5d1696256371e124c8c89de3734bd270fde83 (diff) | |
download | egawk-860aef2bc6ac9a2eace69a3a29a03566098508c9.tar.gz egawk-860aef2bc6ac9a2eace69a3a29a03566098508c9.tar.bz2 egawk-860aef2bc6ac9a2eace69a3a29a03566098508c9.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-x | build-aux/config.sub | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub index b0f84923..63c1f1c8 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2021 Free Software Foundation, Inc. -timestamp='2021-01-07' +timestamp='2021-01-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 @@ -1683,12 +1683,15 @@ fi # Now, validate our (potentially fixed-up) OS. case $os in - # Sometimes we do "kernel-abi", so those need to count as OSes. + # Sometimes we do "kernel-libc", so those need to count as OSes. musl* | newlib* | uclibc*) ;; - # Likewise for "kernel-libc" + # Likewise for "kernel-abi" eabi* | gnueabi*) ;; + # VxWorks passes extra cpu info in the 4th filed. + simlinux | simwindows | spe) + ;; # Now accept the basic system types. # The portable systems comes first. # Each alternative MUST end in a * to match a version number. @@ -1751,6 +1754,8 @@ case $kernel-$os in ;; kfreebsd*-gnu* | kopensolaris*-gnu*) ;; + vxworks-simlinux | vxworks-simwindows | vxworks-spe) + ;; nto-qnx*) ;; os2-emx) |