summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/config.sub
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-19 23:53:28 +0000
committerKarl Berry <karl@freefriends.org>2020-06-19 23:53:28 +0000
commitfcd3a4d6c4082f50225b8e9aead47bdc42d50b8b (patch)
tree716599360e8ffcde9ab20fbf0f975e25fce4696c /Build/source/utils/asymptote/config.sub
parent548cffe2fe51bdb48eb21659de89a835f9c93535 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/config.sub')
-rwxr-xr-xBuild/source/utils/asymptote/config.sub12
1 files changed, 11 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub
index 973a2980ac3..0820805d89f 100755
--- a/Build/source/utils/asymptote/config.sub
+++ b/Build/source/utils/asymptote/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2020 Free Software Foundation, Inc.
-timestamp='2020-05-04'
+timestamp='2020-06-18'
# 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
@@ -477,6 +477,10 @@ case $1 in
basic_machine=hppa-unknown
os=linux
;;
+ psp)
+ basic_machine=mipsallegrexel-sony
+ os=psp
+ ;;
pw32)
basic_machine=i586-unknown
os=pw32
@@ -1138,6 +1142,10 @@ case $cpu-$vendor in
cpu=nsx
vendor=tandem
;;
+ mipsallegrexel-sony)
+ cpu=mipsallegrexel
+ vendor=sony
+ ;;
s390-*)
cpu=s390
vendor=ibm
@@ -1507,6 +1515,8 @@ case $os in
;;
ios)
;;
+ psp)
+ ;;
none)
;;
*-eabi)