mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (psp): Recognize.
* testsuite/config-sub.data: Add test case. Signed-off-by: Ben Elliston <bje@air.net.au>
This commit is contained in:
parent
bd1cbeed14
commit
5c38fa7c66
@ -1,3 +1,8 @@
|
|||||||
|
2020-06-18 Carsten Teibes <dev@f4ke.de>
|
||||||
|
|
||||||
|
* config.sub (psp): Recognize.
|
||||||
|
* testsuite/config-sub.data: Add test case.
|
||||||
|
|
||||||
2020-06-15 Jessica Clarke <jrtc27@jrtc27.com>
|
2020-06-15 Jessica Clarke <jrtc27@jrtc27.com>
|
||||||
|
|
||||||
* config.guess (x86_64:Linux:*:*): Detect x32 ABI. This is
|
* config.guess (x86_64:Linux:*:*): Detect x32 ABI. This is
|
||||||
|
12
config.sub
vendored
12
config.sub
vendored
@ -2,7 +2,7 @@
|
|||||||
# Configuration validation subroutine script.
|
# Configuration validation subroutine script.
|
||||||
# Copyright 1992-2020 Free Software Foundation, Inc.
|
# 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
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -477,6 +477,10 @@ case $1 in
|
|||||||
basic_machine=hppa-unknown
|
basic_machine=hppa-unknown
|
||||||
os=linux
|
os=linux
|
||||||
;;
|
;;
|
||||||
|
psp)
|
||||||
|
basic_machine=mipsallegrexel-sony
|
||||||
|
os=psp
|
||||||
|
;;
|
||||||
pw32)
|
pw32)
|
||||||
basic_machine=i586-unknown
|
basic_machine=i586-unknown
|
||||||
os=pw32
|
os=pw32
|
||||||
@ -1138,6 +1142,10 @@ case $cpu-$vendor in
|
|||||||
cpu=nsx
|
cpu=nsx
|
||||||
vendor=tandem
|
vendor=tandem
|
||||||
;;
|
;;
|
||||||
|
mipsallegrexel-sony)
|
||||||
|
cpu=mipsallegrexel
|
||||||
|
vendor=sony
|
||||||
|
;;
|
||||||
s390-*)
|
s390-*)
|
||||||
cpu=s390
|
cpu=s390
|
||||||
vendor=ibm
|
vendor=ibm
|
||||||
@ -1507,6 +1515,8 @@ case $os in
|
|||||||
;;
|
;;
|
||||||
ios)
|
ios)
|
||||||
;;
|
;;
|
||||||
|
psp)
|
||||||
|
;;
|
||||||
none)
|
none)
|
||||||
;;
|
;;
|
||||||
*-eabi)
|
*-eabi)
|
||||||
|
@ -549,6 +549,7 @@ ppc powerpc-unknown-none
|
|||||||
pru-elf pru-unknown-elf
|
pru-elf pru-unknown-elf
|
||||||
pru pru-unknown-elf
|
pru pru-unknown-elf
|
||||||
ps2 i386-ibm-aix
|
ps2 i386-ibm-aix
|
||||||
|
psp mipsallegrexel-sony-psp
|
||||||
pw32 i586-unknown-pw32
|
pw32 i586-unknown-pw32
|
||||||
pyramid pyramid-unknown-none
|
pyramid pyramid-unknown-none
|
||||||
rdos32 i386-pc-rdos
|
rdos32 i386-pc-rdos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user