diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-11 22:01:35 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-11 22:01:35 +0200 |
commit | d2bd8c645f8511288f93e244d5411ebc0166e9cd (patch) | |
tree | f324df4501d17093c0a53bbdfd6b5a5c5e35a862 /config.sub | |
parent | 02cb19a2b247a82be6d94ed05b67f7d8b4a59fdd (diff) | |
parent | 22815f51f61940f330026c2b0a293996958a942a (diff) | |
download | egawk-d2bd8c645f8511288f93e244d5411ebc0166e9cd.tar.gz egawk-d2bd8c645f8511288f93e244d5411ebc0166e9cd.tar.bz2 egawk-d2bd8c645f8511288f93e244d5411ebc0166e9cd.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2017 Free Software Foundation, Inc. +# Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2017-11-23' +timestamp='2018-01-11' # 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 @@ -67,7 +67,7 @@ Report bugs and patches to <config-patches@gnu.org>." version="\ GNU config.sub ($timestamp) -Copyright 1992-2017 Free Software Foundation, Inc. +Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -946,6 +946,9 @@ case $basic_machine in nsr-tandem) basic_machine=nsr-tandem ;; + nsv-tandem) + basic_machine=nsv-tandem + ;; nsx-tandem) basic_machine=nsx-tandem ;; @@ -1416,7 +1419,7 @@ case $os in | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ - | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*) + | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) |