diff options
Diffstat (limited to 'Build/source/libs')
-rwxr-xr-x | Build/source/libs/freetype2/freetype-src/builds/unix/config.sub | 14 | ||||
-rwxr-xr-x | Build/source/libs/icu/icu-src/source/config.sub | 12 |
2 files changed, 23 insertions, 3 deletions
diff --git a/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub b/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub index a0d12275ac5..0820805d89f 100755 --- a/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub +++ b/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2020 Free Software Foundation, Inc. -timestamp='2020-04-24' +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 @@ -1366,7 +1374,7 @@ case $os in | skyos* | haiku* | rdos* | toppers* | drops* | es* \ | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \ - | nsk* | powerunix*) + | nsk* | powerunix* | genode*) # Remember, each alternative MUST END IN *, to match a version number. ;; qnx*) @@ -1507,6 +1515,8 @@ case $os in ;; ios) ;; + psp) + ;; none) ;; *-eabi) diff --git a/Build/source/libs/icu/icu-src/source/config.sub b/Build/source/libs/icu/icu-src/source/config.sub index 973a2980ac3..0820805d89f 100755 --- a/Build/source/libs/icu/icu-src/source/config.sub +++ b/Build/source/libs/icu/icu-src/source/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) |