diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-11 09:05:03 -0800 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-11 09:05:03 -0800 |
commit | 2cc990c01e6383cbe49fe1eb5cf727ffa6814f4f (patch) | |
tree | 05bb10b72e3c660768e9466139a1bf606bfa9e23 | |
parent | 84ef6e12995be83d893b7ccc467a42765981156f (diff) | |
download | gnulib-2cc990c01e6383cbe49fe1eb5cf727ffa6814f4f.tar.gz |
autoupdate
-rwxr-xr-x | build-aux/config.guess | 5 | ||||
-rwxr-xr-x | build-aux/config.sub | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess index 588fe82a42..a710e2fafb 100755 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-01-01' +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 @@ -1332,6 +1332,9 @@ EOF NSR-*:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; + NSV-*:NONSTOP_KERNEL:*:*) + echo nsv-tandem-nsk${UNAME_RELEASE} + exit ;; NSX-*:NONSTOP_KERNEL:*:*) echo nsx-tandem-nsk${UNAME_RELEASE} exit ;; diff --git a/build-aux/config.sub b/build-aux/config.sub index f2632cd8a2..5e01d8fde1 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-01-01' +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 @@ -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 ;; |