diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-28 23:53:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-28 23:53:30 +0000 |
commit | 19ed7af30e1bd9150f038b5c421a73259952ef2d (patch) | |
tree | 5a613b250668bdae63289e9e3ef0994a20fdeb0c /Build/source/build-aux | |
parent | d40006ba6731ea706b3bd0803ff946f4b856cde0 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51504 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux')
-rwxr-xr-x | Build/source/build-aux/config.sub | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index 5b158ac41c9..f39fda3318e 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2019 Free Software Foundation, Inc. -timestamp='2019-05-23' +timestamp='2019-06-26' # 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 @@ -337,17 +337,14 @@ case $1 in basic_machine=m88k-harris os=sysv3 ;; - hp300) + hp300 | hp300hpux) basic_machine=m68k-hp + os=hpux ;; hp300bsd) basic_machine=m68k-hp os=bsd ;; - hp300hpux) - basic_machine=m68k-hp - os=hpux - ;; hppaosf) basic_machine=hppa1.1-hp os=osf @@ -360,10 +357,6 @@ case $1 in basic_machine=i386-mach os=mach ;; - vsta) - basic_machine=i386-pc - os=vsta - ;; isi68 | isi) basic_machine=m68k-isi os=sysv @@ -612,6 +605,10 @@ case $1 in basic_machine=vax-dec os=vms ;; + vsta) + basic_machine=i386-pc + os=vsta + ;; vxworks960) basic_machine=i960-wrs os=vxworks |