summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-12 21:52:13 (GMT)
committerAlexey Neyman <stilor@att.net>2017-02-13 06:02:28 (GMT)
commit41ba1d99c8801cf27bf59daf3663eee89156afa0 (patch)
tree508270b5627f000e52456eadbbebdf043e139af1
parent35f89c406423344b19dcf3e3f95ff6296f329e42 (diff)
Update config.{guess,sub} while testing curl
Signed-off-by: Alexey Neyman <stilor@att.net>
-rwxr-xr-xscripts/config.guess5
-rwxr-xr-xscripts/config.sub5
2 files changed, 8 insertions, 2 deletions
diff --git a/scripts/config.guess b/scripts/config.guess
index bbd48b6..1000e2b 100755
--- a/scripts/config.guess
+++ b/scripts/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# 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
# under the terms of the GNU General Public License as published by
@@ -1343,6 +1343,9 @@ EOF
NSR-?:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE}
exit ;;
+ NSX-?:NONSTOP_KERNEL:*:*)
+ echo nsx-tandem-nsk${UNAME_RELEASE}
+ exit ;;
*:NonStop-UX:*:*)
echo mips-compaq-nonstopux
exit ;;
diff --git a/scripts/config.sub b/scripts/config.sub
index 7e792b4..87abeab 100755
--- a/scripts/config.sub
+++ b/scripts/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# 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
# under the terms of the GNU General Public License as published by
@@ -948,6 +948,9 @@ case $basic_machine in
nsr-tandem)
basic_machine=nsr-tandem
;;
+ nsx-tandem)
+ basic_machine=nsx-tandem
+ ;;
op50n-* | op60c-*)
basic_machine=hppa1.1-oki
os=-proelf