diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-12 13:52:13 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-12 22:02:28 -0800 |
commit | 41ba1d99c8801cf27bf59daf3663eee89156afa0 (patch) | |
tree | 508270b5627f000e52456eadbbebdf043e139af1 /scripts/config.sub | |
parent | 35f89c406423344b19dcf3e3f95ff6296f329e42 (diff) | |
download | crosstool-ng-41ba1d99c8801cf27bf59daf3663eee89156afa0.tar.gz crosstool-ng-41ba1d99c8801cf27bf59daf3663eee89156afa0.tar.bz2 crosstool-ng-41ba1d99c8801cf27bf59daf3663eee89156afa0.zip |
Update config.{guess,sub} while testing curl
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index 7e792b4a..87abeab6 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 |