summaryrefslogtreecommitdiff
path: root/build-aux/config.sub
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-18 07:50:23 -0700
committerKarl Berry <karl@freefriends.org>2020-06-18 07:50:23 -0700
commit03bb18300bb0c8f203a8758e34cdaf73e18e4bda (patch)
tree482ee105b9ff83d801939309b9bf30be54cc254d /build-aux/config.sub
parent5233359455c1ae9818ba5b12baaba80f0bafaef6 (diff)
downloadgnulib-03bb18300bb0c8f203a8758e34cdaf73e18e4bda.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-xbuild-aux/config.sub12
1 files changed, 11 insertions, 1 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 973a2980ac..0820805d89 100755
--- a/build-aux/config.sub
+++ b/build-aux/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)