nutcracker 0.2.4.4 → 0.2.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (293) hide show
  1. data/README.md +1 -1
  2. data/ext/nutcracker/ChangeLog +0 -0
  3. data/ext/nutcracker/LICENSE +0 -0
  4. data/ext/nutcracker/Makefile +643 -0
  5. data/ext/nutcracker/Makefile.am +0 -0
  6. data/ext/nutcracker/Makefile.in +82 -190
  7. data/ext/nutcracker/NOTICE +0 -0
  8. data/ext/nutcracker/README.md +0 -0
  9. data/ext/nutcracker/aclocal.m4 +122 -231
  10. data/ext/nutcracker/autom4te.cache/output.0 +18664 -0
  11. data/ext/nutcracker/autom4te.cache/output.1 +18664 -0
  12. data/ext/nutcracker/autom4te.cache/output.2 +18664 -0
  13. data/ext/nutcracker/autom4te.cache/requests +494 -0
  14. data/ext/nutcracker/autom4te.cache/traces.0 +2415 -0
  15. data/ext/nutcracker/autom4te.cache/traces.1 +945 -0
  16. data/ext/nutcracker/autom4te.cache/traces.2 +2415 -0
  17. data/ext/nutcracker/conf/nutcracker.leaf.yml +0 -0
  18. data/ext/nutcracker/conf/nutcracker.root.yml +0 -0
  19. data/ext/nutcracker/conf/nutcracker.yml +0 -0
  20. data/ext/nutcracker/config.h +332 -0
  21. data/ext/nutcracker/config.h.in +15 -0
  22. data/ext/nutcracker/config.log +2684 -0
  23. data/ext/nutcracker/config.status +2317 -0
  24. data/ext/nutcracker/config/config.guess +248 -278
  25. data/ext/nutcracker/config/config.sub +77 -234
  26. data/ext/nutcracker/config/depcomp +39 -143
  27. data/ext/nutcracker/config/install-sh +116 -136
  28. data/ext/nutcracker/config/ltmain.sh +788 -1704
  29. data/ext/nutcracker/config/missing +65 -29
  30. data/ext/nutcracker/configure +1068 -2014
  31. data/ext/nutcracker/configure.ac +34 -2
  32. data/ext/nutcracker/contrib/Makefile +494 -0
  33. data/ext/nutcracker/contrib/Makefile.am +0 -0
  34. data/ext/nutcracker/contrib/Makefile.in +47 -120
  35. data/ext/nutcracker/contrib/yaml-0.1.4.tar.gz +0 -0
  36. data/ext/nutcracker/contrib/yaml-0.1.4/Makefile +736 -0
  37. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.0 +13102 -0
  38. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.1 +13085 -0
  39. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/output.2 +13085 -0
  40. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/requests +476 -0
  41. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.0 +2339 -0
  42. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.1 +545 -0
  43. data/ext/nutcracker/contrib/yaml-0.1.4/autom4te.cache/traces.2 +2339 -0
  44. data/ext/nutcracker/contrib/yaml-0.1.4/config.h +81 -0
  45. data/ext/nutcracker/contrib/yaml-0.1.4/config.h.in~ +80 -0
  46. data/ext/nutcracker/contrib/yaml-0.1.4/config.log +688 -0
  47. data/ext/nutcracker/contrib/yaml-0.1.4/config.status +2032 -0
  48. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/annotated.html +51 -0
  49. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/bc_s.png +0 -0
  50. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/classes.html +41 -0
  51. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/closed.png +0 -0
  52. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/doxygen.css +656 -0
  53. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/doxygen.png +0 -0
  54. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/files.html +40 -0
  55. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions.html +91 -0
  56. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x62.html +84 -0
  57. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x63.html +87 -0
  58. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x64.html +83 -0
  59. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x65.html +110 -0
  60. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x66.html +79 -0
  61. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x68.html +80 -0
  62. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x69.html +92 -0
  63. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x6b.html +71 -0
  64. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x6c.html +88 -0
  65. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x6d.html +96 -0
  66. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x6e.html +71 -0
  67. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x6f.html +80 -0
  68. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x70.html +100 -0
  69. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x71.html +71 -0
  70. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x72.html +87 -0
  71. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x73.html +163 -0
  72. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x74.html +115 -0
  73. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x75.html +71 -0
  74. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x76.html +80 -0
  75. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_0x77.html +77 -0
  76. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars.html +91 -0
  77. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x62.html +84 -0
  78. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x63.html +87 -0
  79. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x64.html +83 -0
  80. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x65.html +110 -0
  81. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x66.html +79 -0
  82. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x68.html +80 -0
  83. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x69.html +92 -0
  84. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x6b.html +71 -0
  85. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x6c.html +88 -0
  86. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x6d.html +96 -0
  87. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x6e.html +71 -0
  88. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x6f.html +80 -0
  89. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x70.html +100 -0
  90. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x71.html +71 -0
  91. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x72.html +87 -0
  92. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x73.html +163 -0
  93. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x74.html +115 -0
  94. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x75.html +71 -0
  95. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x76.html +80 -0
  96. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/functions_vars_0x77.html +77 -0
  97. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/globals.html +667 -0
  98. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/globals_defs.html +81 -0
  99. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/globals_enum.html +78 -0
  100. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/globals_eval.html +373 -0
  101. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/globals_func.html +196 -0
  102. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/globals_type.html +126 -0
  103. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__basic.html +320 -0
  104. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__emitter.html +819 -0
  105. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__events.html +664 -0
  106. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__export.html +60 -0
  107. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__nodes.html +795 -0
  108. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__parser.html +606 -0
  109. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__styles.html +222 -0
  110. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__tokens.html +246 -0
  111. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/group__version.html +106 -0
  112. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/index.html +31 -0
  113. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/modules.html +42 -0
  114. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/nav_f.png +0 -0
  115. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/nav_h.png +0 -0
  116. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/open.png +0 -0
  117. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__alias__data__s.html +108 -0
  118. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__document__s.html +235 -0
  119. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__emitter__s.html +1300 -0
  120. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__event__s.html +496 -0
  121. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__mark__s.html +108 -0
  122. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__node__pair__s.html +91 -0
  123. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__node__s.html +420 -0
  124. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__parser__s.html +1229 -0
  125. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__simple__key__s.html +97 -0
  126. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__tag__directive__s.html +91 -0
  127. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__token__s.html +413 -0
  128. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/structyaml__version__directive__s.html +91 -0
  129. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/tab_a.png +0 -0
  130. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/tab_b.png +0 -0
  131. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/tab_h.png +0 -0
  132. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/tab_s.png +0 -0
  133. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/tabs.css +59 -0
  134. data/ext/nutcracker/contrib/yaml-0.1.4/doc/html/yaml_8h.html +525 -0
  135. data/ext/nutcracker/contrib/yaml-0.1.4/include/Makefile.am +17 -0
  136. data/ext/nutcracker/contrib/yaml-0.1.4/include/Makefile.in +470 -0
  137. data/ext/nutcracker/contrib/yaml-0.1.4/libtool +8890 -0
  138. data/ext/nutcracker/contrib/yaml-0.1.4/src/Makefile +484 -0
  139. data/ext/nutcracker/contrib/yaml-0.1.4/src/api.lo +12 -0
  140. data/ext/nutcracker/contrib/yaml-0.1.4/src/api.o +0 -0
  141. data/ext/nutcracker/contrib/yaml-0.1.4/src/dumper.lo +12 -0
  142. data/ext/nutcracker/contrib/yaml-0.1.4/src/dumper.o +0 -0
  143. data/ext/nutcracker/contrib/yaml-0.1.4/src/emitter.lo +12 -0
  144. data/ext/nutcracker/contrib/yaml-0.1.4/src/emitter.o +0 -0
  145. data/ext/nutcracker/contrib/yaml-0.1.4/src/libyaml.la +41 -0
  146. data/ext/nutcracker/contrib/yaml-0.1.4/src/loader.lo +12 -0
  147. data/ext/nutcracker/contrib/yaml-0.1.4/src/loader.o +0 -0
  148. data/ext/nutcracker/contrib/yaml-0.1.4/src/parser.lo +12 -0
  149. data/ext/nutcracker/contrib/yaml-0.1.4/src/parser.o +0 -0
  150. data/ext/nutcracker/contrib/yaml-0.1.4/src/reader.lo +12 -0
  151. data/ext/nutcracker/contrib/yaml-0.1.4/src/reader.o +0 -0
  152. data/ext/nutcracker/contrib/yaml-0.1.4/src/scanner.lo +12 -0
  153. data/ext/nutcracker/contrib/yaml-0.1.4/src/scanner.o +0 -0
  154. data/ext/nutcracker/contrib/yaml-0.1.4/src/writer.lo +12 -0
  155. data/ext/nutcracker/contrib/yaml-0.1.4/src/writer.o +0 -0
  156. data/ext/nutcracker/contrib/yaml-0.1.4/stamp-h1 +1 -0
  157. data/ext/nutcracker/contrib/yaml-0.1.4/tests/Makefile +675 -0
  158. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-deconstructor +0 -0
  159. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-deconstructor-alt +0 -0
  160. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-deconstructor-alt.o +0 -0
  161. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-deconstructor.o +0 -0
  162. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-reformatter +0 -0
  163. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-reformatter-alt +0 -0
  164. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-reformatter-alt.o +0 -0
  165. data/ext/nutcracker/contrib/yaml-0.1.4/tests/example-reformatter.o +0 -0
  166. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-dumper +0 -0
  167. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-dumper.o +0 -0
  168. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-emitter +0 -0
  169. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-emitter.o +0 -0
  170. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-loader +0 -0
  171. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-loader.o +0 -0
  172. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-parser +0 -0
  173. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-parser.o +0 -0
  174. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-scanner +0 -0
  175. data/ext/nutcracker/contrib/yaml-0.1.4/tests/run-scanner.o +0 -0
  176. data/ext/nutcracker/contrib/yaml-0.1.4/yaml-0.1.pc +10 -0
  177. data/ext/nutcracker/contrib/yaml-0.1.4/yaml-0.1.pc.in +10 -0
  178. data/ext/nutcracker/exconf.rb +0 -0
  179. data/ext/nutcracker/extconf.rb +2 -5
  180. data/ext/nutcracker/libtool +9403 -0
  181. data/ext/nutcracker/m4/libtool.m4 +396 -960
  182. data/ext/nutcracker/m4/ltoptions.m4 +2 -17
  183. data/ext/nutcracker/m4/ltversion.m4 +6 -6
  184. data/ext/nutcracker/notes/c-styleguide.txt +0 -0
  185. data/ext/nutcracker/notes/debug.txt +0 -0
  186. data/ext/nutcracker/notes/memcache.txt +0 -0
  187. data/ext/nutcracker/notes/recommendation.md +0 -0
  188. data/ext/nutcracker/notes/redis.md +0 -0
  189. data/ext/nutcracker/notes/socket.txt +0 -0
  190. data/ext/nutcracker/scripts/nutcracker.init +0 -0
  191. data/ext/nutcracker/scripts/nutcracker.spec +0 -0
  192. data/ext/nutcracker/scripts/redis-check.py +0 -0
  193. data/ext/nutcracker/src/Makefile +647 -0
  194. data/ext/nutcracker/src/Makefile.am +1 -1
  195. data/ext/nutcracker/src/Makefile.in +81 -167
  196. data/ext/nutcracker/src/hashkit/Makefile +476 -0
  197. data/ext/nutcracker/src/hashkit/Makefile.am +0 -0
  198. data/ext/nutcracker/src/hashkit/Makefile.in +37 -72
  199. data/ext/nutcracker/src/hashkit/libhashkit.a +0 -0
  200. data/ext/nutcracker/src/hashkit/nc_crc16.c +0 -0
  201. data/ext/nutcracker/src/hashkit/nc_crc16.o +0 -0
  202. data/ext/nutcracker/src/hashkit/nc_crc32.c +0 -0
  203. data/ext/nutcracker/src/hashkit/nc_crc32.o +0 -0
  204. data/ext/nutcracker/src/hashkit/nc_fnv.c +0 -0
  205. data/ext/nutcracker/src/hashkit/nc_fnv.o +0 -0
  206. data/ext/nutcracker/src/hashkit/nc_hashkit.h +0 -0
  207. data/ext/nutcracker/src/hashkit/nc_hsieh.c +0 -0
  208. data/ext/nutcracker/src/hashkit/nc_hsieh.o +0 -0
  209. data/ext/nutcracker/src/hashkit/nc_jenkins.c +0 -0
  210. data/ext/nutcracker/src/hashkit/nc_jenkins.o +0 -0
  211. data/ext/nutcracker/src/hashkit/nc_ketama.c +0 -0
  212. data/ext/nutcracker/src/hashkit/nc_ketama.o +0 -0
  213. data/ext/nutcracker/src/hashkit/nc_md5.c +0 -0
  214. data/ext/nutcracker/src/hashkit/nc_md5.o +0 -0
  215. data/ext/nutcracker/src/hashkit/nc_modula.c +0 -0
  216. data/ext/nutcracker/src/hashkit/nc_modula.o +0 -0
  217. data/ext/nutcracker/src/hashkit/nc_murmur.c +0 -0
  218. data/ext/nutcracker/src/hashkit/nc_murmur.o +0 -0
  219. data/ext/nutcracker/src/hashkit/nc_one_at_a_time.c +0 -0
  220. data/ext/nutcracker/src/hashkit/nc_one_at_a_time.o +0 -0
  221. data/ext/nutcracker/src/hashkit/nc_random.c +0 -0
  222. data/ext/nutcracker/src/hashkit/nc_random.o +0 -0
  223. data/ext/nutcracker/src/nc.c +0 -0
  224. data/ext/nutcracker/src/nc.o +0 -0
  225. data/ext/nutcracker/src/nc_array.c +0 -0
  226. data/ext/nutcracker/src/nc_array.h +0 -0
  227. data/ext/nutcracker/src/nc_array.o +0 -0
  228. data/ext/nutcracker/src/nc_client.c +0 -0
  229. data/ext/nutcracker/src/nc_client.h +0 -0
  230. data/ext/nutcracker/src/nc_client.o +0 -0
  231. data/ext/nutcracker/src/nc_conf.c +0 -0
  232. data/ext/nutcracker/src/nc_conf.h +0 -0
  233. data/ext/nutcracker/src/nc_conf.o +0 -0
  234. data/ext/nutcracker/src/nc_connection.c +0 -0
  235. data/ext/nutcracker/src/nc_connection.h +0 -0
  236. data/ext/nutcracker/src/nc_connection.o +0 -0
  237. data/ext/nutcracker/src/nc_core.c +29 -26
  238. data/ext/nutcracker/src/nc_core.h +13 -5
  239. data/ext/nutcracker/src/nc_core.o +0 -0
  240. data/ext/nutcracker/src/{nc_event.c → nc_epoll.c} +94 -30
  241. data/ext/nutcracker/src/nc_epoll.o +0 -0
  242. data/ext/nutcracker/src/nc_event.h +33 -13
  243. data/ext/nutcracker/src/nc_kqueue.c +296 -0
  244. data/ext/nutcracker/src/nc_kqueue.o +0 -0
  245. data/ext/nutcracker/src/nc_log.c +0 -0
  246. data/ext/nutcracker/src/nc_log.h +0 -0
  247. data/ext/nutcracker/src/nc_log.o +0 -0
  248. data/ext/nutcracker/src/nc_mbuf.c +0 -0
  249. data/ext/nutcracker/src/nc_mbuf.h +0 -0
  250. data/ext/nutcracker/src/nc_mbuf.o +0 -0
  251. data/ext/nutcracker/src/nc_message.c +0 -0
  252. data/ext/nutcracker/src/nc_message.h +0 -0
  253. data/ext/nutcracker/src/nc_message.o +0 -0
  254. data/ext/nutcracker/src/nc_proxy.c +8 -8
  255. data/ext/nutcracker/src/nc_proxy.h +0 -0
  256. data/ext/nutcracker/src/nc_proxy.o +0 -0
  257. data/ext/nutcracker/src/nc_queue.h +0 -0
  258. data/ext/nutcracker/src/nc_rbtree.c +0 -0
  259. data/ext/nutcracker/src/nc_rbtree.h +0 -0
  260. data/ext/nutcracker/src/nc_rbtree.o +0 -0
  261. data/ext/nutcracker/src/nc_request.c +3 -3
  262. data/ext/nutcracker/src/nc_request.o +0 -0
  263. data/ext/nutcracker/src/nc_response.c +4 -6
  264. data/ext/nutcracker/src/nc_response.o +0 -0
  265. data/ext/nutcracker/src/nc_server.c +5 -5
  266. data/ext/nutcracker/src/nc_server.h +0 -0
  267. data/ext/nutcracker/src/nc_server.o +0 -0
  268. data/ext/nutcracker/src/nc_signal.c +0 -0
  269. data/ext/nutcracker/src/nc_signal.h +0 -0
  270. data/ext/nutcracker/src/nc_signal.o +0 -0
  271. data/ext/nutcracker/src/nc_stats.c +16 -21
  272. data/ext/nutcracker/src/nc_stats.h +3 -4
  273. data/ext/nutcracker/src/nc_stats.o +0 -0
  274. data/ext/nutcracker/src/nc_string.c +0 -0
  275. data/ext/nutcracker/src/nc_string.h +0 -0
  276. data/ext/nutcracker/src/nc_string.o +0 -0
  277. data/ext/nutcracker/src/nc_util.c +16 -0
  278. data/ext/nutcracker/src/nc_util.h +1 -0
  279. data/ext/nutcracker/src/nc_util.o +0 -0
  280. data/ext/nutcracker/src/nutcracker +0 -0
  281. data/ext/nutcracker/src/proto/Makefile +454 -0
  282. data/ext/nutcracker/src/proto/Makefile.am +0 -0
  283. data/ext/nutcracker/src/proto/Makefile.in +37 -72
  284. data/ext/nutcracker/src/proto/libproto.a +0 -0
  285. data/ext/nutcracker/src/proto/nc_memcache.c +0 -0
  286. data/ext/nutcracker/src/proto/nc_memcache.o +0 -0
  287. data/ext/nutcracker/src/proto/nc_proto.h +0 -0
  288. data/ext/nutcracker/src/proto/nc_redis.c +0 -0
  289. data/ext/nutcracker/src/proto/nc_redis.o +0 -0
  290. data/ext/nutcracker/stamp-h1 +1 -0
  291. data/lib/nutcracker.rb +95 -4
  292. data/lib/nutcracker/version.rb +1 -1
  293. metadata +217 -4
@@ -1,10 +1,10 @@
1
1
  #! /bin/sh
2
2
  # Configuration validation subroutine script.
3
3
  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
- # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5
- # 2011, 2012 Free Software Foundation, Inc.
4
+ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5
+ # Inc.
6
6
 
7
- timestamp='2012-02-10'
7
+ timestamp='2006-09-20'
8
8
 
9
9
  # This file is (in principle) common to ALL GNU software.
10
10
  # The presence of a machine in this file suggests that SOME GNU software
@@ -21,7 +21,9 @@ timestamp='2012-02-10'
21
21
  # GNU General Public License for more details.
22
22
  #
23
23
  # You should have received a copy of the GNU General Public License
24
- # along with this program; if not, see <http://www.gnu.org/licenses/>.
24
+ # along with this program; if not, write to the Free Software
25
+ # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
26
+ # 02110-1301, USA.
25
27
  #
26
28
  # As a special exception to the GNU General Public License, if you
27
29
  # distribute this file as part of a program that contains a
@@ -30,16 +32,13 @@ timestamp='2012-02-10'
30
32
 
31
33
 
32
34
  # Please send patches to <config-patches@gnu.org>. Submit a context
33
- # diff and a properly formatted GNU ChangeLog entry.
35
+ # diff and a properly formatted ChangeLog entry.
34
36
  #
35
37
  # Configuration subroutine to validate and canonicalize a configuration type.
36
38
  # Supply the specified configuration type as an argument.
37
39
  # If it is invalid, we print an error message on stderr and exit with code 1.
38
40
  # Otherwise, we print the canonical config type on stdout and succeed.
39
41
 
40
- # You can get the latest version of this script from:
41
- # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
42
-
43
42
  # This file is supposed to be the same for all GNU packages
44
43
  # and recognize all the CPU types, system types and aliases
45
44
  # that are meaningful with *any* GNU software.
@@ -73,8 +72,7 @@ Report bugs and patches to <config-patches@gnu.org>."
73
72
  version="\
74
73
  GNU config.sub ($timestamp)
75
74
 
76
- Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
77
- 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
75
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
78
76
  Free Software Foundation, Inc.
79
77
 
80
78
  This is free software; see the source for copying conditions. There is NO
@@ -122,18 +120,12 @@ esac
122
120
  # Here we must recognize all the valid KERNEL-OS combinations.
123
121
  maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
124
122
  case $maybe_os in
125
- nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
126
- linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
127
- knetbsd*-gnu* | netbsd*-gnu* | \
128
- kopensolaris*-gnu* | \
123
+ nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
124
+ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
129
125
  storm-chaos* | os2-emx* | rtmk-nova*)
130
126
  os=-$maybe_os
131
127
  basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
132
128
  ;;
133
- android-linux)
134
- os=-linux-android
135
- basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
136
- ;;
137
129
  *)
138
130
  basic_machine=`echo $1 | sed 's/-[^-]*$//'`
139
131
  if [ $basic_machine != $1 ]
@@ -156,13 +148,10 @@ case $os in
156
148
  -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
157
149
  -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
158
150
  -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
159
- -apple | -axis | -knuth | -cray | -microblaze)
151
+ -apple | -axis | -knuth | -cray)
160
152
  os=
161
153
  basic_machine=$1
162
154
  ;;
163
- -bluegene*)
164
- os=-cnk
165
- ;;
166
155
  -sim | -cisco | -oki | -wec | -winbond)
167
156
  os=
168
157
  basic_machine=$1
@@ -177,10 +166,10 @@ case $os in
177
166
  os=-chorusos
178
167
  basic_machine=$1
179
168
  ;;
180
- -chorusrdb)
181
- os=-chorusrdb
169
+ -chorusrdb)
170
+ os=-chorusrdb
182
171
  basic_machine=$1
183
- ;;
172
+ ;;
184
173
  -hiux*)
185
174
  os=-hiuxwe2
186
175
  ;;
@@ -249,32 +238,24 @@ case $basic_machine in
249
238
  # Some are omitted here because they have special meanings below.
250
239
  1750a | 580 \
251
240
  | a29k \
252
- | aarch64 | aarch64_be \
253
241
  | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
254
242
  | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
255
243
  | am33_2.0 \
256
244
  | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
257
- | be32 | be64 \
258
245
  | bfin \
259
246
  | c4x | clipper \
260
247
  | d10v | d30v | dlx | dsp16xx \
261
- | epiphany \
262
- | fido | fr30 | frv \
248
+ | fr30 | frv \
263
249
  | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
264
- | hexagon \
265
250
  | i370 | i860 | i960 | ia64 \
266
251
  | ip2k | iq2000 \
267
- | le32 | le64 \
268
- | lm32 \
269
252
  | m32c | m32r | m32rle | m68000 | m68k | m88k \
270
- | maxq | mb | microblaze | mcore | mep | metag \
253
+ | maxq | mb | microblaze | mcore \
271
254
  | mips | mipsbe | mipseb | mipsel | mipsle \
272
255
  | mips16 \
273
256
  | mips64 | mips64el \
274
- | mips64octeon | mips64octeonel \
275
- | mips64orion | mips64orionel \
276
- | mips64r5900 | mips64r5900el \
277
257
  | mips64vr | mips64vrel \
258
+ | mips64orion | mips64orionel \
278
259
  | mips64vr4100 | mips64vr4100el \
279
260
  | mips64vr4300 | mips64vr4300el \
280
261
  | mips64vr5000 | mips64vr5000el \
@@ -287,42 +268,29 @@ case $basic_machine in
287
268
  | mipsisa64sr71k | mipsisa64sr71kel \
288
269
  | mipstx39 | mipstx39el \
289
270
  | mn10200 | mn10300 \
290
- | moxie \
291
271
  | mt \
292
272
  | msp430 \
293
- | nds32 | nds32le | nds32be \
294
273
  | nios | nios2 \
295
274
  | ns16k | ns32k \
296
- | open8 \
297
275
  | or32 \
298
276
  | pdp10 | pdp11 | pj | pjl \
299
- | powerpc | powerpc64 | powerpc64le | powerpcle \
277
+ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
300
278
  | pyramid \
301
- | rl78 | rx \
302
279
  | score \
303
- | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
280
+ | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
304
281
  | sh64 | sh64le \
305
282
  | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
306
283
  | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
307
- | spu \
308
- | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
309
- | ubicom32 \
310
- | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
284
+ | spu | strongarm \
285
+ | tahoe | thumb | tic4x | tic80 | tron \
286
+ | v850 | v850e \
311
287
  | we32k \
312
- | x86 | xc16x | xstormy16 | xtensa \
313
- | z8k | z80)
288
+ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
289
+ | z8k)
314
290
  basic_machine=$basic_machine-unknown
315
291
  ;;
316
- c54x)
317
- basic_machine=tic54x-unknown
318
- ;;
319
- c55x)
320
- basic_machine=tic55x-unknown
321
- ;;
322
- c6x)
323
- basic_machine=tic6x-unknown
324
- ;;
325
- m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
292
+ m6811 | m68hc11 | m6812 | m68hc12)
293
+ # Motorola 68HC11/12.
326
294
  basic_machine=$basic_machine-unknown
327
295
  os=-none
328
296
  ;;
@@ -332,21 +300,6 @@ case $basic_machine in
332
300
  basic_machine=mt-unknown
333
301
  ;;
334
302
 
335
- strongarm | thumb | xscale)
336
- basic_machine=arm-unknown
337
- ;;
338
- xgate)
339
- basic_machine=$basic_machine-unknown
340
- os=-none
341
- ;;
342
- xscaleeb)
343
- basic_machine=armeb-unknown
344
- ;;
345
-
346
- xscaleel)
347
- basic_machine=armel-unknown
348
- ;;
349
-
350
303
  # We use `pc' rather than `unknown'
351
304
  # because (1) that's what they normally are, and
352
305
  # (2) the word "unknown" tends to confuse beginning users.
@@ -361,36 +314,29 @@ case $basic_machine in
361
314
  # Recognize the basic CPU types with company name.
362
315
  580-* \
363
316
  | a29k-* \
364
- | aarch64-* | aarch64_be-* \
365
317
  | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
366
318
  | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
367
319
  | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
368
320
  | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
369
321
  | avr-* | avr32-* \
370
- | be32-* | be64-* \
371
322
  | bfin-* | bs2000-* \
372
- | c[123]* | c30-* | [cjt]90-* | c4x-* \
323
+ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
373
324
  | clipper-* | craynv-* | cydra-* \
374
325
  | d10v-* | d30v-* | dlx-* \
375
326
  | elxsi-* \
376
- | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
327
+ | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
377
328
  | h8300-* | h8500-* \
378
329
  | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
379
- | hexagon-* \
380
330
  | i*86-* | i860-* | i960-* | ia64-* \
381
331
  | ip2k-* | iq2000-* \
382
- | le32-* | le64-* \
383
- | lm32-* \
384
332
  | m32c-* | m32r-* | m32rle-* \
385
333
  | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
386
- | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
334
+ | m88110-* | m88k-* | maxq-* | mcore-* \
387
335
  | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
388
336
  | mips16-* \
389
337
  | mips64-* | mips64el-* \
390
- | mips64octeon-* | mips64octeonel-* \
391
- | mips64orion-* | mips64orionel-* \
392
- | mips64r5900-* | mips64r5900el-* \
393
338
  | mips64vr-* | mips64vrel-* \
339
+ | mips64orion-* | mips64orionel-* \
394
340
  | mips64vr4100-* | mips64vr4100el-* \
395
341
  | mips64vr4300-* | mips64vr4300el-* \
396
342
  | mips64vr5000-* | mips64vr5000el-* \
@@ -405,36 +351,27 @@ case $basic_machine in
405
351
  | mmix-* \
406
352
  | mt-* \
407
353
  | msp430-* \
408
- | nds32-* | nds32le-* | nds32be-* \
409
354
  | nios-* | nios2-* \
410
355
  | none-* | np1-* | ns16k-* | ns32k-* \
411
- | open8-* \
412
356
  | orion-* \
413
357
  | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
414
- | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
358
+ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
415
359
  | pyramid-* \
416
- | rl78-* | romp-* | rs6000-* | rx-* \
417
- | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
360
+ | romp-* | rs6000-* \
361
+ | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
418
362
  | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
419
363
  | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
420
364
  | sparclite-* \
421
- | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
422
- | tahoe-* \
365
+ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
366
+ | tahoe-* | thumb-* \
423
367
  | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
424
- | tile*-* \
425
368
  | tron-* \
426
- | ubicom32-* \
427
- | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
428
- | vax-* \
369
+ | v850-* | v850e-* | vax-* \
429
370
  | we32k-* \
430
- | x86-* | x86_64-* | xc16x-* | xps100-* \
431
- | xstormy16-* | xtensa*-* \
371
+ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
372
+ | xstormy16-* | xtensa-* \
432
373
  | ymp-* \
433
- | z8k-* | z80-*)
434
- ;;
435
- # Recognize the basic CPU types without company name, with glob match.
436
- xtensa*)
437
- basic_machine=$basic_machine-unknown
374
+ | z8k-*)
438
375
  ;;
439
376
  # Recognize the various machine names and aliases which stand
440
377
  # for a CPU type and a company and sometimes even an OS.
@@ -452,7 +389,7 @@ case $basic_machine in
452
389
  basic_machine=a29k-amd
453
390
  os=-udi
454
391
  ;;
455
- abacus)
392
+ abacus)
456
393
  basic_machine=abacus-unknown
457
394
  ;;
458
395
  adobe68k)
@@ -498,10 +435,6 @@ case $basic_machine in
498
435
  basic_machine=m68k-apollo
499
436
  os=-bsd
500
437
  ;;
501
- aros)
502
- basic_machine=i386-pc
503
- os=-aros
504
- ;;
505
438
  aux)
506
439
  basic_machine=m68k-apple
507
440
  os=-aux
@@ -510,35 +443,10 @@ case $basic_machine in
510
443
  basic_machine=ns32k-sequent
511
444
  os=-dynix
512
445
  ;;
513
- blackfin)
514
- basic_machine=bfin-unknown
515
- os=-linux
516
- ;;
517
- blackfin-*)
518
- basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
519
- os=-linux
520
- ;;
521
- bluegene*)
522
- basic_machine=powerpc-ibm
523
- os=-cnk
524
- ;;
525
- c54x-*)
526
- basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
527
- ;;
528
- c55x-*)
529
- basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
530
- ;;
531
- c6x-*)
532
- basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
533
- ;;
534
446
  c90)
535
447
  basic_machine=c90-cray
536
448
  os=-unicos
537
449
  ;;
538
- cegcc)
539
- basic_machine=arm-unknown
540
- os=-cegcc
541
- ;;
542
450
  convex-c1)
543
451
  basic_machine=c1-convex
544
452
  os=-bsd
@@ -567,8 +475,8 @@ case $basic_machine in
567
475
  basic_machine=craynv-cray
568
476
  os=-unicosmp
569
477
  ;;
570
- cr16 | cr16-*)
571
- basic_machine=cr16-unknown
478
+ cr16c)
479
+ basic_machine=cr16c-unknown
572
480
  os=-elf
573
481
  ;;
574
482
  crds | unos)
@@ -606,10 +514,6 @@ case $basic_machine in
606
514
  basic_machine=m88k-motorola
607
515
  os=-sysv3
608
516
  ;;
609
- dicos)
610
- basic_machine=i686-pc
611
- os=-dicos
612
- ;;
613
517
  djgpp)
614
518
  basic_machine=i586-pc
615
519
  os=-msdosdjgpp
@@ -725,6 +629,7 @@ case $basic_machine in
725
629
  i370-ibm* | ibm*)
726
630
  basic_machine=i370-ibm
727
631
  ;;
632
+ # I'm not sure what "Sysv32" means. Should this be sysv3.2?
728
633
  i*86v32)
729
634
  basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
730
635
  os=-sysv32
@@ -763,14 +668,6 @@ case $basic_machine in
763
668
  basic_machine=m68k-isi
764
669
  os=-sysv
765
670
  ;;
766
- m68knommu)
767
- basic_machine=m68k-unknown
768
- os=-linux
769
- ;;
770
- m68knommu-*)
771
- basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
772
- os=-linux
773
- ;;
774
671
  m88k-omron*)
775
672
  basic_machine=m88k-omron
776
673
  ;;
@@ -782,17 +679,10 @@ case $basic_machine in
782
679
  basic_machine=ns32k-utek
783
680
  os=-sysv
784
681
  ;;
785
- microblaze)
786
- basic_machine=microblaze-xilinx
787
- ;;
788
682
  mingw32)
789
683
  basic_machine=i386-pc
790
684
  os=-mingw32
791
685
  ;;
792
- mingw32ce)
793
- basic_machine=arm-unknown
794
- os=-mingw32ce
795
- ;;
796
686
  miniframe)
797
687
  basic_machine=m68000-convergent
798
688
  ;;
@@ -821,18 +711,10 @@ case $basic_machine in
821
711
  ms1-*)
822
712
  basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
823
713
  ;;
824
- msys)
825
- basic_machine=i386-pc
826
- os=-msys
827
- ;;
828
714
  mvs)
829
715
  basic_machine=i370-ibm
830
716
  os=-mvs
831
717
  ;;
832
- nacl)
833
- basic_machine=le32-unknown
834
- os=-nacl
835
- ;;
836
718
  ncr3000)
837
719
  basic_machine=i486-ncr
838
720
  os=-sysv4
@@ -897,12 +779,6 @@ case $basic_machine in
897
779
  np1)
898
780
  basic_machine=np1-gould
899
781
  ;;
900
- neo-tandem)
901
- basic_machine=neo-tandem
902
- ;;
903
- nse-tandem)
904
- basic_machine=nse-tandem
905
- ;;
906
782
  nsr-tandem)
907
783
  basic_machine=nsr-tandem
908
784
  ;;
@@ -933,14 +809,6 @@ case $basic_machine in
933
809
  basic_machine=i860-intel
934
810
  os=-osf
935
811
  ;;
936
- parisc)
937
- basic_machine=hppa-unknown
938
- os=-linux
939
- ;;
940
- parisc-*)
941
- basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
942
- os=-linux
943
- ;;
944
812
  pbd)
945
813
  basic_machine=sparc-tti
946
814
  ;;
@@ -985,10 +853,9 @@ case $basic_machine in
985
853
  ;;
986
854
  power) basic_machine=power-ibm
987
855
  ;;
988
- ppc | ppcbe) basic_machine=powerpc-unknown
856
+ ppc) basic_machine=powerpc-unknown
989
857
  ;;
990
- ppc-* | ppcbe-*)
991
- basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
858
+ ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
992
859
  ;;
993
860
  ppcle | powerpclittle | ppc-le | powerpc-little)
994
861
  basic_machine=powerpcle-unknown
@@ -1058,9 +925,6 @@ case $basic_machine in
1058
925
  basic_machine=sh-hitachi
1059
926
  os=-hms
1060
927
  ;;
1061
- sh5el)
1062
- basic_machine=sh5le-unknown
1063
- ;;
1064
928
  sh64)
1065
929
  basic_machine=sh64-unknown
1066
930
  ;;
@@ -1082,9 +946,6 @@ case $basic_machine in
1082
946
  basic_machine=i860-stratus
1083
947
  os=-sysv4
1084
948
  ;;
1085
- strongarm-* | thumb-*)
1086
- basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
1087
- ;;
1088
949
  sun2)
1089
950
  basic_machine=m68000-sun
1090
951
  ;;
@@ -1141,9 +1002,17 @@ case $basic_machine in
1141
1002
  basic_machine=t90-cray
1142
1003
  os=-unicos
1143
1004
  ;;
1144
- tile*)
1145
- basic_machine=$basic_machine-unknown
1146
- os=-linux-gnu
1005
+ tic54x | c54x*)
1006
+ basic_machine=tic54x-unknown
1007
+ os=-coff
1008
+ ;;
1009
+ tic55x | c55x*)
1010
+ basic_machine=tic55x-unknown
1011
+ os=-coff
1012
+ ;;
1013
+ tic6x | c6x*)
1014
+ basic_machine=tic6x-unknown
1015
+ os=-coff
1147
1016
  ;;
1148
1017
  tx39)
1149
1018
  basic_machine=mipstx39-unknown
@@ -1212,9 +1081,6 @@ case $basic_machine in
1212
1081
  xps | xps100)
1213
1082
  basic_machine=xps100-honeywell
1214
1083
  ;;
1215
- xscale-* | xscalee[bl]-*)
1216
- basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
1217
- ;;
1218
1084
  ymp)
1219
1085
  basic_machine=ymp-cray
1220
1086
  os=-unicos
@@ -1223,10 +1089,6 @@ case $basic_machine in
1223
1089
  basic_machine=z8k-unknown
1224
1090
  os=-sim
1225
1091
  ;;
1226
- z80-*-coff)
1227
- basic_machine=z80-unknown
1228
- os=-sim
1229
- ;;
1230
1092
  none)
1231
1093
  basic_machine=none-none
1232
1094
  os=-none
@@ -1265,7 +1127,7 @@ case $basic_machine in
1265
1127
  we32k)
1266
1128
  basic_machine=we32k-att
1267
1129
  ;;
1268
- sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
1130
+ sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
1269
1131
  basic_machine=sh-unknown
1270
1132
  ;;
1271
1133
  sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
@@ -1312,12 +1174,9 @@ esac
1312
1174
  if [ x"$os" != x"" ]
1313
1175
  then
1314
1176
  case $os in
1315
- # First match some system type aliases
1316
- # that might get confused with valid system types.
1177
+ # First match some system type aliases
1178
+ # that might get confused with valid system types.
1317
1179
  # -solaris* is a basic system type, with this one exception.
1318
- -auroraux)
1319
- os=-auroraux
1320
- ;;
1321
1180
  -solaris1 | -solaris1.*)
1322
1181
  os=`echo $os | sed -e 's|solaris1|sunos4|'`
1323
1182
  ;;
@@ -1338,11 +1197,10 @@ case $os in
1338
1197
  # Each alternative MUST END IN A *, to match a version number.
1339
1198
  # -sysv* is not here because it comes later, after sysvr4.
1340
1199
  -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1341
- | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1342
- | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
1343
- | -sym* | -kopensolaris* \
1200
+ | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1201
+ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1344
1202
  | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1345
- | -aos* | -aros* \
1203
+ | -aos* \
1346
1204
  | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1347
1205
  | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1348
1206
  | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
@@ -1351,10 +1209,9 @@ case $os in
1351
1209
  | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1352
1210
  | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1353
1211
  | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1354
- | -chorusos* | -chorusrdb* | -cegcc* \
1355
- | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1356
- | -mingw32* | -linux-gnu* | -linux-android* \
1357
- | -linux-newlib* | -linux-uclibc* \
1212
+ | -chorusos* | -chorusrdb* \
1213
+ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1214
+ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
1358
1215
  | -uxpv* | -beos* | -mpeix* | -udk* \
1359
1216
  | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1360
1217
  | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
@@ -1362,7 +1219,7 @@ case $os in
1362
1219
  | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1363
1220
  | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1364
1221
  | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1365
- | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
1222
+ | -skyos* | -haiku* | -rdos* | -toppers*)
1366
1223
  # Remember, each alternative MUST END IN *, to match a version number.
1367
1224
  ;;
1368
1225
  -qnx*)
@@ -1401,7 +1258,7 @@ case $os in
1401
1258
  -opened*)
1402
1259
  os=-openedition
1403
1260
  ;;
1404
- -os400*)
1261
+ -os400*)
1405
1262
  os=-os400
1406
1263
  ;;
1407
1264
  -wince*)
@@ -1450,7 +1307,7 @@ case $os in
1450
1307
  -sinix*)
1451
1308
  os=-sysv4
1452
1309
  ;;
1453
- -tpf*)
1310
+ -tpf*)
1454
1311
  os=-tpf
1455
1312
  ;;
1456
1313
  -triton*)
@@ -1492,11 +1349,6 @@ case $os in
1492
1349
  -zvmoe)
1493
1350
  os=-zvmoe
1494
1351
  ;;
1495
- -dicos*)
1496
- os=-dicos
1497
- ;;
1498
- -nacl*)
1499
- ;;
1500
1352
  -none)
1501
1353
  ;;
1502
1354
  *)
@@ -1519,10 +1371,10 @@ else
1519
1371
  # system, and we'll never get to this point.
1520
1372
 
1521
1373
  case $basic_machine in
1522
- score-*)
1374
+ score-*)
1523
1375
  os=-elf
1524
1376
  ;;
1525
- spu-*)
1377
+ spu-*)
1526
1378
  os=-elf
1527
1379
  ;;
1528
1380
  *-acorn)
@@ -1534,17 +1386,8 @@ case $basic_machine in
1534
1386
  arm*-semi)
1535
1387
  os=-aout
1536
1388
  ;;
1537
- c4x-* | tic4x-*)
1538
- os=-coff
1539
- ;;
1540
- tic54x-*)
1541
- os=-coff
1542
- ;;
1543
- tic55x-*)
1544
- os=-coff
1545
- ;;
1546
- tic6x-*)
1547
- os=-coff
1389
+ c4x-* | tic4x-*)
1390
+ os=-coff
1548
1391
  ;;
1549
1392
  # This must come before the *-dec entry.
1550
1393
  pdp10-*)
@@ -1564,13 +1407,13 @@ case $basic_machine in
1564
1407
  ;;
1565
1408
  m68000-sun)
1566
1409
  os=-sunos3
1410
+ # This also exists in the configure program, but was not the
1411
+ # default.
1412
+ # os=-sunos4
1567
1413
  ;;
1568
1414
  m68*-cisco)
1569
1415
  os=-aout
1570
1416
  ;;
1571
- mep-*)
1572
- os=-elf
1573
- ;;
1574
1417
  mips*-cisco)
1575
1418
  os=-elf
1576
1419
  ;;
@@ -1595,7 +1438,7 @@ case $basic_machine in
1595
1438
  *-ibm)
1596
1439
  os=-aix
1597
1440
  ;;
1598
- *-knuth)
1441
+ *-knuth)
1599
1442
  os=-mmixware
1600
1443
  ;;
1601
1444
  *-wec)
@@ -1700,7 +1543,7 @@ case $basic_machine in
1700
1543
  -sunos*)
1701
1544
  vendor=sun
1702
1545
  ;;
1703
- -cnk*|-aix*)
1546
+ -aix*)
1704
1547
  vendor=ibm
1705
1548
  ;;
1706
1549
  -beos*)