patch-build-aux_config_sub 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. --- libsoup-2.44.2.orig/build-aux/config.sub 2013-10-18 00:01:48.000000000 +0200
  2. +++ libsoup-2.44.2/build-aux/config.sub 2014-04-14 17:21:42.176934834 +0200
  3. @@ -1,10 +1,8 @@
  4. #! /bin/sh
  5. # Configuration validation subroutine script.
  6. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  7. -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
  8. -# 2011, 2012, 2013 Free Software Foundation, Inc.
  9. +# Copyright 1992-2014 Free Software Foundation, Inc.
  10. -timestamp='2012-12-29'
  11. +timestamp='2014-01-01'
  12. # This file is free software; you can redistribute it and/or modify it
  13. # under the terms of the GNU General Public License as published by
  14. @@ -70,9 +68,7 @@ Report bugs and patches to <config-patch
  15. version="\
  16. GNU config.sub ($timestamp)
  17. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
  18. -2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
  19. -2012, 2013 Free Software Foundation, Inc.
  20. +Copyright 1992-2014 Free Software Foundation, Inc.
  21. This is free software; see the source for copying conditions. There is NO
  22. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
  23. @@ -256,12 +252,12 @@ case $basic_machine in
  24. | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
  25. | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
  26. | am33_2.0 \
  27. - | arc \
  28. + | arc | arceb \
  29. | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
  30. | avr | avr32 \
  31. | be32 | be64 \
  32. | bfin \
  33. - | c4x | clipper \
  34. + | c4x | c8051 | clipper \
  35. | d10v | d30v | dlx | dsp16xx \
  36. | epiphany \
  37. | fido | fr30 | frv \
  38. @@ -269,6 +265,7 @@ case $basic_machine in
  39. | hexagon \
  40. | i370 | i860 | i960 | ia64 \
  41. | ip2k | iq2000 \
  42. + | k1om \
  43. | le32 | le64 \
  44. | lm32 \
  45. | m32c | m32r | m32rle | m68000 | m68k | m88k \
  46. @@ -290,16 +287,17 @@ case $basic_machine in
  47. | mipsisa64r2 | mipsisa64r2el \
  48. | mipsisa64sb1 | mipsisa64sb1el \
  49. | mipsisa64sr71k | mipsisa64sr71kel \
  50. + | mipsr5900 | mipsr5900el \
  51. | mipstx39 | mipstx39el \
  52. | mn10200 | mn10300 \
  53. | moxie \
  54. | mt \
  55. | msp430 \
  56. | nds32 | nds32le | nds32be \
  57. - | nios | nios2 \
  58. + | nios | nios2 | nios2eb | nios2el \
  59. | ns16k | ns32k \
  60. | open8 \
  61. - | or32 \
  62. + | or1k | or32 \
  63. | pdp10 | pdp11 | pj | pjl \
  64. | powerpc | powerpc64 | powerpc64le | powerpcle \
  65. | pyramid \
  66. @@ -327,7 +325,7 @@ case $basic_machine in
  67. c6x)
  68. basic_machine=tic6x-unknown
  69. ;;
  70. - m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
  71. + m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
  72. basic_machine=$basic_machine-unknown
  73. os=-none
  74. ;;
  75. @@ -369,13 +367,13 @@ case $basic_machine in
  76. | aarch64-* | aarch64_be-* \
  77. | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
  78. | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
  79. - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
  80. + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
  81. | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
  82. | avr-* | avr32-* \
  83. | be32-* | be64-* \
  84. | bfin-* | bs2000-* \
  85. | c[123]* | c30-* | [cjt]90-* | c4x-* \
  86. - | clipper-* | craynv-* | cydra-* \
  87. + | c8051-* | clipper-* | craynv-* | cydra-* \
  88. | d10v-* | d30v-* | dlx-* \
  89. | elxsi-* \
  90. | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
  91. @@ -384,6 +382,7 @@ case $basic_machine in
  92. | hexagon-* \
  93. | i*86-* | i860-* | i960-* | ia64-* \
  94. | ip2k-* | iq2000-* \
  95. + | k1om-* \
  96. | le32-* | le64-* \
  97. | lm32-* \
  98. | m32c-* | m32r-* | m32rle-* \
  99. @@ -407,12 +406,13 @@ case $basic_machine in
  100. | mipsisa64r2-* | mipsisa64r2el-* \
  101. | mipsisa64sb1-* | mipsisa64sb1el-* \
  102. | mipsisa64sr71k-* | mipsisa64sr71kel-* \
  103. + | mipsr5900-* | mipsr5900el-* \
  104. | mipstx39-* | mipstx39el-* \
  105. | mmix-* \
  106. | mt-* \
  107. | msp430-* \
  108. | nds32-* | nds32le-* | nds32be-* \
  109. - | nios-* | nios2-* \
  110. + | nios-* | nios2-* | nios2eb-* | nios2el-* \
  111. | none-* | np1-* | ns16k-* | ns32k-* \
  112. | open8-* \
  113. | orion-* \
  114. @@ -796,7 +796,7 @@ case $basic_machine in
  115. os=-mingw64
  116. ;;
  117. mingw32)
  118. - basic_machine=i386-pc
  119. + basic_machine=i686-pc
  120. os=-mingw32
  121. ;;
  122. mingw32ce)
  123. @@ -832,7 +832,7 @@ case $basic_machine in
  124. basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
  125. ;;
  126. msys)
  127. - basic_machine=i386-pc
  128. + basic_machine=i686-pc
  129. os=-msys
  130. ;;
  131. mvs)
  132. @@ -1008,7 +1008,7 @@ case $basic_machine in
  133. ;;
  134. ppc64) basic_machine=powerpc64-unknown
  135. ;;
  136. - ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
  137. + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
  138. ;;
  139. ppc64le | powerpc64little | ppc64-le | powerpc64-little)
  140. basic_machine=powerpc64le-unknown
  141. @@ -1354,7 +1354,7 @@ case $os in
  142. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
  143. | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
  144. | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
  145. - | -sym* | -kopensolaris* \
  146. + | -sym* | -kopensolaris* | -plan9* \
  147. | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
  148. | -aos* | -aros* \
  149. | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
  150. @@ -1500,9 +1500,6 @@ case $os in
  151. -aros*)
  152. os=-aros
  153. ;;
  154. - -kaos*)
  155. - os=-kaos
  156. - ;;
  157. -zvmoe)
  158. os=-zvmoe
  159. ;;
  160. @@ -1551,6 +1548,9 @@ case $basic_machine in
  161. c4x-* | tic4x-*)
  162. os=-coff
  163. ;;
  164. + c8051-*)
  165. + os=-elf
  166. + ;;
  167. hexagon-*)
  168. os=-elf
  169. ;;
  170. @@ -1594,6 +1594,9 @@ case $basic_machine in
  171. mips*-*)
  172. os=-elf
  173. ;;
  174. + or1k-*)
  175. + os=-elf
  176. + ;;
  177. or32-*)
  178. os=-coff
  179. ;;