Commit 2fbde7c1 authored by Ben Elliston's avatar Ben Elliston

Reported by Hugues Lefebvre <hugues.lefebvre@lusis.fr>.

	* config.guess (NSX-?:NONSTOP_KERNEL:*:*): New.
	* config.sub (nsx-tandem): New.
	* testsuite/config-guess.data: Add a test case.
	* testsuite/config-sub.data: Likewise.
parent 6a82322d
2017-02-07 Ben Elliston <bje@gnu.org>
Reported by Hugues Lefebvre <hugues.lefebvre@lusis.fr>.
* config.guess (NSX-?:NONSTOP_KERNEL:*:*): New.
* config.sub (nsx-tandem): New.
* testsuite/config-guess.data: Add a test case.
* testsuite/config-sub.data: Likewise.
2017-01-01 Ben Elliston <bje@gnu.org> 2017-01-01 Ben Elliston <bje@gnu.org>
* config.guess: Update copyright years. * config.guess: Update copyright years.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name. # Attempt to guess a canonical system name.
# Copyright 1992-2017 Free Software Foundation, Inc. # Copyright 1992-2017 Free Software Foundation, Inc.
timestamp='2017-01-01' timestamp='2017-02-07'
# This file is free software; you can redistribute it and/or modify it # 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 # under the terms of the GNU General Public License as published by
...@@ -1343,6 +1343,9 @@ EOF ...@@ -1343,6 +1343,9 @@ EOF
NSR-?:NONSTOP_KERNEL:*:*) NSR-?:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE} echo nsr-tandem-nsk${UNAME_RELEASE}
exit ;; exit ;;
NSX-?:NONSTOP_KERNEL:*:*)
echo nsx-tandem-nsk${UNAME_RELEASE}
exit ;;
*:NonStop-UX:*:*) *:NonStop-UX:*:*)
echo mips-compaq-nonstopux echo mips-compaq-nonstopux
exit ;; exit ;;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Configuration validation subroutine script. # Configuration validation subroutine script.
# Copyright 1992-2017 Free Software Foundation, Inc. # Copyright 1992-2017 Free Software Foundation, Inc.
timestamp='2017-01-01' timestamp='2017-02-07'
# This file is free software; you can redistribute it and/or modify it # 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 # under the terms of the GNU General Public License as published by
...@@ -948,6 +948,9 @@ case $basic_machine in ...@@ -948,6 +948,9 @@ case $basic_machine in
nsr-tandem) nsr-tandem)
basic_machine=nsr-tandem basic_machine=nsr-tandem
;; ;;
nsx-tandem)
basic_machine=nsx-tandem
;;
op50n-* | op60c-*) op50n-* | op60c-*)
basic_machine=hppa1.1-oki basic_machine=hppa1.1-oki
os=-proelf os=-proelf
......
...@@ -58,6 +58,7 @@ NEO-1 1.0 NONSTOP_KERNEL ignored ignored neo-tandem-nsk1.0 ...@@ -58,6 +58,7 @@ NEO-1 1.0 NONSTOP_KERNEL ignored ignored neo-tandem-nsk1.0
NSE-1 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0 NSE-1 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0
NSE-N 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0 NSE-N 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0
NSE-NN 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0 NSE-NN 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0
NSX-H L16 NONSTOP_KERNEL 05 ignored nsx-tandem-nskL16
openrisc ignored Linux ignored ignored or1k-unknown-linux-gnu openrisc ignored Linux ignored ignored or1k-unknown-linux-gnu
or1k ignored Linux ignored ignored or1k-unknown-linux-gnu or1k ignored Linux ignored ignored or1k-unknown-linux-gnu
or1knd ignored Linux ignored ignored or1knd-unknown-linux-gnu or1knd ignored Linux ignored ignored or1knd-unknown-linux-gnu
......
...@@ -317,6 +317,7 @@ nios-elf nios-unknown-elf ...@@ -317,6 +317,7 @@ nios-elf nios-unknown-elf
nios nios-unknown-none nios nios-unknown-none
ns16k ns16k-unknown-none ns16k ns16k-unknown-none
ns32k ns32k-unknown-none ns32k ns32k-unknown-none
nsx-tandem-nsk nsx-tandem-nsk
nvptx nvptx-unknown-none nvptx nvptx-unknown-none
open8-elf open8-unknown-elf open8-elf open8-unknown-elf
open8 open8-unknown-none open8 open8-unknown-none
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment