mcm-gmp-6.1.2.patch (3177B)
1 diff -ru gmp-6.1.2.orig/configfsf.sub gmp-6.1.2/configfsf.sub 2 --- gmp-6.1.2.orig/configfsf.sub 2016-12-16 16:45:27.000000000 +0100 3 +++ gmp-6.1.2/configfsf.sub 2023-06-13 00:16:33.885074827 +0200 4 @@ -1,8 +1,8 @@ 5 #! /bin/sh 6 # Configuration validation subroutine script. 7 -# Copyright 1992-2015 Free Software Foundation, Inc. 8 +# Copyright 1992-2016 Free Software Foundation, Inc. 9 10 -timestamp='2015-08-20' 11 +timestamp='2016-03-30' 12 13 # This file is free software; you can redistribute it and/or modify it 14 # under the terms of the GNU General Public License as published by 15 @@ -15,7 +15,7 @@ 16 # General Public License for more details. 17 # 18 # You should have received a copy of the GNU General Public License 19 -# along with this program; if not, see <https://www.gnu.org/licenses/>. 20 +# along with this program; if not, see <http://www.gnu.org/licenses/>. 21 # 22 # As a special exception to the GNU General Public License, if you 23 # distribute this file as part of a program that contains a 24 @@ -33,7 +33,7 @@ 25 # Otherwise, we print the canonical config type on stdout and succeed. 26 27 # You can get the latest version of this script from: 28 -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD 29 +# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub 30 31 # This file is supposed to be the same for all GNU packages 32 # and recognize all the CPU types, system types and aliases 33 @@ -53,8 +53,7 @@ 34 me=`echo "$0" | sed -e 's,.*/,,'` 35 36 usage="\ 37 -Usage: $0 [OPTION] CPU-MFR-OPSYS 38 - $0 [OPTION] ALIAS 39 +Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS 40 41 Canonicalize a configuration name. 42 43 @@ -68,7 +67,7 @@ 44 version="\ 45 GNU config.sub ($timestamp) 46 47 -Copyright 1992-2015 Free Software Foundation, Inc. 48 +Copyright 1992-2016 Free Software Foundation, Inc. 49 50 This is free software; see the source for copying conditions. There is NO 51 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 52 @@ -521,7 +520,7 @@ 53 basic_machine=i386-pc 54 os=-aros 55 ;; 56 - asmjs) 57 + asmjs) 58 basic_machine=asmjs-unknown 59 ;; 60 aux) 61 @@ -1383,7 +1382,7 @@ 62 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ 63 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ 64 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ 65 - | -bitrig* | -openbsd* | -solidbsd* \ 66 + | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ 67 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ 68 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ 69 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ 70 @@ -1399,7 +1398,8 @@ 71 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ 72 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ 73 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ 74 - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*) 75 + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ 76 + | -onefs* | -tirtos*) 77 # Remember, each alternative MUST END IN *, to match a version number. 78 ;; 79 -qnx*) 80 @@ -1531,6 +1531,8 @@ 81 ;; 82 -nacl*) 83 ;; 84 + -ios) 85 + ;; 86 -none) 87 ;; 88 *)