patch-configure-libafs 77 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181
  1. --- openafs-1.6.5.orig/configure-libafs 2013-07-18 07:31:09.000000000 +0200
  2. +++ openafs-1.6.5/configure-libafs 2013-09-23 21:48:02.596915429 +0200
  3. @@ -6406,7 +6406,7 @@ void conftest(void)
  4. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  5. _ACEOF
  6. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  7. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  8. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  9. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  10. then ac_cv_linux_is_uml=yes
  11. else
  12. @@ -6739,7 +6739,7 @@ void conftest(void)
  13. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  14. _ACEOF
  15. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  16. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  17. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  18. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  19. then ac_linux_kbuild_requires_extra_cflags=no
  20. else
  21. @@ -6812,7 +6812,7 @@ void conftest(void)
  22. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  23. _ACEOF
  24. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  25. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  26. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  27. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  28. then :
  29. else
  30. @@ -6898,7 +6898,7 @@ return;
  31. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  32. _ACEOF
  33. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  34. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  35. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  36. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  37. then ac_cv_linux_header_config_h=yes
  38. else
  39. @@ -6982,7 +6982,7 @@ return;
  40. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  41. _ACEOF
  42. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  43. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  44. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  45. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  46. then ac_cv_linux_header_completion_h=yes
  47. else
  48. @@ -7066,7 +7066,7 @@ return;
  49. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  50. _ACEOF
  51. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  52. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  53. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  54. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  55. then ac_cv_linux_header_exportfs_h=yes
  56. else
  57. @@ -7150,7 +7150,7 @@ return;
  58. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  59. _ACEOF
  60. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  61. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  62. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  63. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  64. then ac_cv_linux_header_freezer_h=yes
  65. else
  66. @@ -7234,7 +7234,7 @@ return;
  67. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  68. _ACEOF
  69. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  70. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  71. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  72. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  73. then ac_cv_linux_header_key_type_h=yes
  74. else
  75. @@ -7318,7 +7318,7 @@ return;
  76. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  77. _ACEOF
  78. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  79. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  80. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  81. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  82. then ac_cv_linux_header_semaphore_h=yes
  83. else
  84. @@ -7402,7 +7402,7 @@ return;
  85. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  86. _ACEOF
  87. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  88. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  89. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  90. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  91. then ac_cv_linux_header_seq_file_h=yes
  92. else
  93. @@ -7487,7 +7487,7 @@ struct vfs_path _test;
  94. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  95. _ACEOF
  96. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  97. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  98. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  99. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  100. then ac_cv_linux_type_struct_vfs_path_exists=yes
  101. else
  102. @@ -7572,7 +7572,7 @@ struct address_space_operations _test; p
  103. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  104. _ACEOF
  105. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  106. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  107. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  108. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  109. then ac_cv_linux_struct_address_space_operations_has_write_begin=yes
  110. else
  111. @@ -7657,7 +7657,7 @@ struct backing_dev_info _test; printk("%
  112. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  113. _ACEOF
  114. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  115. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  116. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  117. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  118. then ac_cv_linux_struct_backing_dev_info_has_name=yes
  119. else
  120. @@ -7742,7 +7742,7 @@ struct cred _test; printk("%x\n", &_test
  121. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  122. _ACEOF
  123. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  124. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  125. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  126. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  127. then ac_cv_linux_struct_cred_has_session_keyring=yes
  128. else
  129. @@ -7827,7 +7827,7 @@ struct ctl_table _test; printk("%x\n", &
  130. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  131. _ACEOF
  132. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  133. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  134. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  135. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  136. then ac_cv_linux_struct_ctl_table_has_ctl_name=yes
  137. else
  138. @@ -7912,7 +7912,7 @@ struct dentry_operations _test; printk("
  139. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  140. _ACEOF
  141. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  142. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  143. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  144. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  145. then ac_cv_linux_struct_dentry_operations_has_d_automount=yes
  146. else
  147. @@ -7997,7 +7997,7 @@ struct inode _test; printk("%x\n", &_tes
  148. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  149. _ACEOF
  150. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  151. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  152. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  153. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  154. then ac_cv_linux_struct_inode_has_i_alloc_sem=yes
  155. else
  156. @@ -8082,7 +8082,7 @@ struct inode _test; printk("%x\n", &_tes
  157. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  158. _ACEOF
  159. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  160. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  161. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  162. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  163. then ac_cv_linux_struct_inode_has_i_blkbits=yes
  164. else
  165. @@ -8167,7 +8167,7 @@ struct inode _test; printk("%x\n", &_tes
  166. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  167. _ACEOF
  168. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  169. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  170. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  171. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  172. then ac_cv_linux_struct_inode_has_i_blksize=yes
  173. else
  174. @@ -8252,7 +8252,7 @@ struct inode _test; printk("%x\n", &_tes
  175. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  176. _ACEOF
  177. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  178. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  179. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  180. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  181. then ac_cv_linux_struct_inode_has_i_mutex=yes
  182. else
  183. @@ -8337,7 +8337,7 @@ struct inode _test; printk("%x\n", &_tes
  184. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  185. _ACEOF
  186. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  187. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  188. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  189. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  190. then ac_cv_linux_struct_inode_has_i_security=yes
  191. else
  192. @@ -8422,7 +8422,7 @@ struct file_operations _test; printk("%x
  193. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  194. _ACEOF
  195. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  196. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  197. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  198. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  199. then ac_cv_linux_struct_file_operations_has_flock=yes
  200. else
  201. @@ -8507,7 +8507,7 @@ struct file_operations _test; printk("%x
  202. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  203. _ACEOF
  204. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  205. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  206. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  207. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  208. then ac_cv_linux_struct_file_operations_has_sendfile=yes
  209. else
  210. @@ -8592,7 +8592,7 @@ struct file_system_type _test; printk("%
  211. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  212. _ACEOF
  213. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  214. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  215. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  216. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  217. then ac_cv_linux_struct_file_system_type_has_mount=yes
  218. else
  219. @@ -8677,7 +8677,7 @@ struct filename _test; printk("%x\n", &_
  220. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  221. _ACEOF
  222. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  223. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  224. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  225. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  226. then ac_cv_linux_struct_filename_has_name=yes
  227. else
  228. @@ -8762,7 +8762,7 @@ struct inode_operations _test; printk("%
  229. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  230. _ACEOF
  231. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  232. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  233. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  234. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  235. then ac_cv_linux_struct_inode_operations_has_truncate=yes
  236. else
  237. @@ -8847,7 +8847,7 @@ struct key_type _test; printk("%x\n", &_
  238. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  239. _ACEOF
  240. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  241. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  242. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  243. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  244. then ac_cv_linux_struct_key_type_has_preparse=yes
  245. else
  246. @@ -8932,7 +8932,7 @@ struct nameidata _test; printk("%x\n", &
  247. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  248. _ACEOF
  249. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  250. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  251. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  252. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  253. then ac_cv_linux_struct_nameidata_has_path=yes
  254. else
  255. @@ -9017,7 +9017,7 @@ struct proc_dir_entry _test; printk("%x\
  256. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  257. _ACEOF
  258. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  259. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  260. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  261. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  262. then ac_cv_linux_struct_proc_dir_entry_has_owner=yes
  263. else
  264. @@ -9102,7 +9102,7 @@ struct super_block _test; printk("%x\n",
  265. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  266. _ACEOF
  267. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  268. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  269. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  270. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  271. then ac_cv_linux_struct_super_block_has_s_bdi=yes
  272. else
  273. @@ -9187,7 +9187,7 @@ struct super_block _test; printk("%x\n",
  274. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  275. _ACEOF
  276. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  277. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  278. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  279. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  280. then ac_cv_linux_struct_super_block_has_s_d_op=yes
  281. else
  282. @@ -9272,7 +9272,7 @@ struct super_operations _test; printk("%
  283. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  284. _ACEOF
  285. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  286. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  287. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  288. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  289. then ac_cv_linux_struct_super_operations_has_alloc_inode=yes
  290. else
  291. @@ -9357,7 +9357,7 @@ struct super_operations _test; printk("%
  292. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  293. _ACEOF
  294. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  295. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  296. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  297. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  298. then ac_cv_linux_struct_super_operations_has_evict_inode=yes
  299. else
  300. @@ -9442,7 +9442,7 @@ struct task_struct _test; printk("%x\n",
  301. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  302. _ACEOF
  303. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  304. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  305. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  306. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  307. then ac_cv_linux_struct_task_struct_has_cred=yes
  308. else
  309. @@ -9527,7 +9527,7 @@ struct task_struct _test; printk("%x\n",
  310. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  311. _ACEOF
  312. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  313. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  314. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  315. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  316. then ac_cv_linux_struct_task_struct_has_exit_state=yes
  317. else
  318. @@ -9612,7 +9612,7 @@ struct task_struct _test; printk("%x\n",
  319. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  320. _ACEOF
  321. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  322. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  323. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  324. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  325. then ac_cv_linux_struct_task_struct_has_parent=yes
  326. else
  327. @@ -9697,7 +9697,7 @@ struct task_struct _test; printk("%x\n",
  328. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  329. _ACEOF
  330. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  331. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  332. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  333. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  334. then ac_cv_linux_struct_task_struct_has_real_parent=yes
  335. else
  336. @@ -9782,7 +9782,7 @@ struct task_struct _test; printk("%x\n",
  337. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  338. _ACEOF
  339. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  340. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  341. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  342. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  343. then ac_cv_linux_struct_task_struct_has_rlim=yes
  344. else
  345. @@ -9867,7 +9867,7 @@ struct task_struct _test; printk("%x\n",
  346. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  347. _ACEOF
  348. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  349. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  350. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  351. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  352. then ac_cv_linux_struct_task_struct_has_sig=yes
  353. else
  354. @@ -9952,7 +9952,7 @@ struct task_struct _test; printk("%x\n",
  355. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  356. _ACEOF
  357. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  358. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  359. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  360. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  361. then ac_cv_linux_struct_task_struct_has_sighand=yes
  362. else
  363. @@ -10037,7 +10037,7 @@ struct task_struct _test; printk("%x\n",
  364. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  365. _ACEOF
  366. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  367. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  368. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  369. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  370. then ac_cv_linux_struct_task_struct_has_sigmask_lock=yes
  371. else
  372. @@ -10122,7 +10122,7 @@ struct task_struct _test; printk("%x\n",
  373. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  374. _ACEOF
  375. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  376. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  377. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  378. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  379. then ac_cv_linux_struct_task_struct_has_tgid=yes
  380. else
  381. @@ -10207,7 +10207,7 @@ struct task_struct _test; printk("%x\n",
  382. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  383. _ACEOF
  384. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  385. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  386. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  387. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  388. then ac_cv_linux_struct_task_struct_has_thread_info=yes
  389. else
  390. @@ -10293,7 +10293,7 @@ struct task_struct _tsk; printk("%d\n",
  391. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  392. _ACEOF
  393. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  394. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  395. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  396. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  397. then ac_cv_linux_sched_struct_task_struct_has_signal_rlim=yes
  398. else
  399. @@ -10378,7 +10378,7 @@ read_descriptor_t _test; printk("%x\n",
  400. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  401. _ACEOF
  402. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  403. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  404. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  405. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  406. then ac_cv_linux_read_descriptor_t_has_buf=yes
  407. else
  408. @@ -10464,7 +10464,7 @@ bdi_init(NULL);
  409. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  410. _ACEOF
  411. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  412. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  413. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  414. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  415. then ac_cv_linux_func_bdi_init=yes
  416. else
  417. @@ -10549,7 +10549,7 @@ struct page *_page;
  418. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  419. _ACEOF
  420. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  421. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  422. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  423. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  424. then ac_cv_linux_func_PageChecked=yes
  425. else
  426. @@ -10636,7 +10636,7 @@ struct page *_page;
  427. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  428. _ACEOF
  429. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  430. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  431. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  432. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  433. then ac_cv_linux_func_PageFsMisc=yes
  434. else
  435. @@ -10721,7 +10721,7 @@ clear_inode(NULL);
  436. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  437. _ACEOF
  438. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  439. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  440. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  441. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  442. then ac_cv_linux_func_clear_inode=yes
  443. else
  444. @@ -10805,7 +10805,7 @@ struct timespec s;
  445. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  446. _ACEOF
  447. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  448. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  449. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  450. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  451. then ac_cv_linux_func_current_kernel_time=yes
  452. else
  453. @@ -10889,7 +10889,7 @@ d_alloc_anon(NULL);
  454. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  455. _ACEOF
  456. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  457. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  458. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  459. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  460. then ac_cv_linux_func_d_alloc_anon=yes
  461. else
  462. @@ -10972,7 +10972,7 @@ d_make_root(NULL);
  463. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  464. _ACEOF
  465. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  466. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  467. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  468. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  469. then ac_cv_linux_func_d_make_root=yes
  470. else
  471. @@ -11055,7 +11055,7 @@ do_sync_read(NULL, NULL, 0, NULL);
  472. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  473. _ACEOF
  474. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  475. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  476. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  477. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  478. then ac_cv_linux_func_do_sync_read=yes
  479. else
  480. @@ -11138,7 +11138,7 @@ pid_t p; find_task_by_pid(p);
  481. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  482. _ACEOF
  483. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  484. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  485. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  486. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  487. then ac_cv_linux_func_find_task_by_pid=yes
  488. else
  489. @@ -11221,7 +11221,7 @@ generic_file_aio_read(NULL,NULL,0,0);
  490. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  491. _ACEOF
  492. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  493. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  494. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  495. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  496. then ac_cv_linux_func_generic_file_aio_read=yes
  497. else
  498. @@ -11304,7 +11304,7 @@ grab_cache_page_write_begin(NULL, 0, 0);
  499. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  500. _ACEOF
  501. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  502. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  503. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  504. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  505. then ac_cv_linux_func_grab_cache_page_write_begin=yes
  506. else
  507. @@ -11387,7 +11387,7 @@ hlist_unhashed(0);
  508. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  509. _ACEOF
  510. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  511. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  512. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  513. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  514. then ac_cv_linux_func_hlist_unhashed=yes
  515. else
  516. @@ -11470,7 +11470,7 @@ i_size_read(NULL);
  517. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  518. _ACEOF
  519. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  520. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  521. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  522. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  523. then ac_cv_linux_func_i_size_read=yes
  524. else
  525. @@ -11553,7 +11553,7 @@ inode_setattr(NULL, NULL);
  526. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  527. _ACEOF
  528. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  529. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  530. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  531. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  532. then ac_cv_linux_func_inode_setattr=yes
  533. else
  534. @@ -11636,7 +11636,7 @@ kernel_setsockopt(NULL, 0, 0, NULL, 0);
  535. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  536. _ACEOF
  537. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  538. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  539. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  540. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  541. then ac_cv_linux_func_kernel_setsockopt=yes
  542. else
  543. @@ -11719,7 +11719,7 @@ page_follow_link(0,0);
  544. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  545. _ACEOF
  546. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  547. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  548. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  549. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  550. then ac_cv_linux_func_page_follow_link=yes
  551. else
  552. @@ -11802,7 +11802,7 @@ page_offset(NULL);
  553. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  554. _ACEOF
  555. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  556. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  557. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  558. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  559. then ac_cv_linux_func_page_offset=yes
  560. else
  561. @@ -11885,7 +11885,7 @@ __pagevec_lru_add_file(NULL);
  562. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  563. _ACEOF
  564. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  565. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  566. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  567. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  568. then ac_cv_linux_func_pagevec_lru_add_file=yes
  569. else
  570. @@ -11969,7 +11969,7 @@ path_lookup(NULL, 0, NULL);
  571. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  572. _ACEOF
  573. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  574. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  575. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  576. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  577. then ac_cv_linux_func_path_lookup=yes
  578. else
  579. @@ -12053,7 +12053,7 @@ proc_create(NULL, 0, NULL, NULL);
  580. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  581. _ACEOF
  582. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  583. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  584. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  585. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  586. then ac_cv_linux_func_proc_create=yes
  587. else
  588. @@ -12136,7 +12136,7 @@ rcu_read_lock();
  589. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  590. _ACEOF
  591. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  592. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  593. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  594. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  595. then ac_cv_linux_func_rcu_read_lock=yes
  596. else
  597. @@ -12219,7 +12219,7 @@ set_nlink(NULL, 1);
  598. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  599. _ACEOF
  600. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  601. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  602. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  603. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  604. then ac_cv_linux_func_set_nlink=yes
  605. else
  606. @@ -12302,7 +12302,7 @@ splice_direct_to_actor(NULL,NULL,NULL);
  607. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  608. _ACEOF
  609. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  610. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  611. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  612. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  613. then ac_cv_linux_func_splice_direct_to_actor=yes
  614. else
  615. @@ -12385,7 +12385,7 @@ svc_addr_in(NULL);
  616. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  617. _ACEOF
  618. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  619. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  620. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  621. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  622. then ac_cv_linux_func_svc_addr_in=yes
  623. else
  624. @@ -12468,7 +12468,7 @@ zero_user_segments(NULL, 0, 0, 0, 0);
  625. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  626. _ACEOF
  627. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  628. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  629. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  630. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  631. then ac_cv_linux_func_zero_user_segments=yes
  632. else
  633. @@ -12551,7 +12551,7 @@ void *address = &noop_fsync; printk("%p\
  634. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  635. _ACEOF
  636. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  637. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  638. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  639. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  640. then ac_cv_linux_func_noop_fsync=yes
  641. else
  642. @@ -12635,7 +12635,7 @@ kthread_run(NULL, NULL, "test");
  643. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  644. _ACEOF
  645. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  646. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  647. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  648. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  649. then ac_cv_linux_func_kthread_run=yes
  650. else
  651. @@ -12728,7 +12728,7 @@ extern ssize_t
  652. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  653. _ACEOF
  654. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  655. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  656. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  657. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  658. then ac_cv_linux_aio_nonvector=yes
  659. else
  660. @@ -12815,7 +12815,7 @@ struct proc_dir_entry *p = proc_root_fs;
  661. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  662. _ACEOF
  663. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  664. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  665. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  666. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  667. then ac_cv_linux_exports_proc_root_fs=yes
  668. else
  669. @@ -12904,7 +12904,7 @@ extern struct kmem_cache *
  670. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  671. _ACEOF
  672. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  673. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  674. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  675. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  676. then ac_cv_linux_kmem_cache_init=yes
  677. else
  678. @@ -12993,7 +12993,7 @@ kmem_cache_t *k;
  679. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  680. _ACEOF
  681. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  682. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  683. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  684. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  685. then ac_cv_linux_have_kmem_cache_t=yes
  686. else
  687. @@ -13078,7 +13078,7 @@ kmem_cache_create(NULL, 0, 0, 0, NULL, N
  688. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  689. _ACEOF
  690. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  691. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  692. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  693. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  694. then ac_cv_linux_kmem_cache_create_takes_dtor=yes
  695. else
  696. @@ -13163,7 +13163,7 @@ void _ctor(void *v) { }; kmem_cache_crea
  697. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  698. _ACEOF
  699. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  700. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  701. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  702. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  703. then ac_cv_linux_kmem_cache_create_ctor_takes_void=yes
  704. else
  705. @@ -13248,7 +13248,7 @@ struct path *p; d_path(p, NULL, 0);
  706. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  707. _ACEOF
  708. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  709. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  710. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  711. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  712. then ac_cv_linux_d_path_takes_struct_path=yes
  713. else
  714. @@ -13334,7 +13334,7 @@ struct export_operations _eops;
  715. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  716. _ACEOF
  717. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  718. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  719. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  720. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  721. then ac_cv_linux_new_export_ops=yes
  722. else
  723. @@ -13423,7 +13423,7 @@ struct inode _inode;
  724. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  725. _ACEOF
  726. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  727. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  728. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  729. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  730. then ac_cv_linux_func_inode_setattr_returns_int=yes
  731. else
  732. @@ -13515,7 +13515,7 @@ struct nameidata _nameidata;
  733. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  734. _ACEOF
  735. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  736. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  737. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  738. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  739. then ac_cv_linux_func_i_create_takes_nameidata=yes
  740. else
  741. @@ -13608,7 +13608,7 @@ struct nameidata _nameidata;
  742. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  743. _ACEOF
  744. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  745. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  746. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  747. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  748. then ac_cv_linux_func_i_lookup_takes_nameidata=yes
  749. else
  750. @@ -13699,7 +13699,7 @@ struct inode _inode = {0};
  751. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  752. _ACEOF
  753. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  754. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  755. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  756. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  757. then ac_cv_linux_func_i_permission_takes_flags=yes
  758. else
  759. @@ -13789,7 +13789,7 @@ struct nameidata _nameidata;
  760. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  761. _ACEOF
  762. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  763. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  764. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  765. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  766. then ac_cv_linux_func_i_permission_takes_nameidata=yes
  767. else
  768. @@ -13882,7 +13882,7 @@ void *cookie;
  769. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  770. _ACEOF
  771. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  772. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  773. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  774. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  775. then ac_cv_linux_func_i_put_link_takes_cookie=yes
  776. else
  777. @@ -13975,7 +13975,7 @@ struct dentry_operations _d_ops;
  778. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  779. _ACEOF
  780. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  781. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  782. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  783. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  784. then ac_cv_linux_dop_d_delete_takes_const=yes
  785. else
  786. @@ -14066,7 +14066,7 @@ struct nameidata _nameidata;
  787. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  788. _ACEOF
  789. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  790. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  791. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  792. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  793. then ac_cv_linux_func_d_revalidate_takes_nameidata=yes
  794. else
  795. @@ -14157,7 +14157,7 @@ fl_owner_t id;
  796. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  797. _ACEOF
  798. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  799. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  800. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  801. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  802. then ac_cv_linux_func_f_flush_takes_fl_owner_t=yes
  803. else
  804. @@ -14248,7 +14248,7 @@ struct dentry _d;
  805. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  806. _ACEOF
  807. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  808. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  809. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  810. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  811. then ac_cv_linux_func_f_fsync_takes_dentry=yes
  812. else
  813. @@ -14339,7 +14339,7 @@ loff_t start, end;
  814. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  815. _ACEOF
  816. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  817. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  818. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  819. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  820. then ac_cv_linux_func_f_fsync_takes_range=yes
  821. else
  822. @@ -14432,7 +14432,7 @@ struct writeback_control _writeback_cont
  823. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  824. _ACEOF
  825. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  826. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  827. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  828. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  829. then ac_cv_linux_func_a_writepage_takes_writeback_control=yes
  830. else
  831. @@ -14524,7 +14524,7 @@ struct file_operations _fop;
  832. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  833. _ACEOF
  834. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  835. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  836. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  837. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  838. then ac_cv_linux_fs_struct_fop_has_splice=yes
  839. else
  840. @@ -14611,7 +14611,7 @@ posix_lock_file(0,0,0);
  841. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  842. _ACEOF
  843. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  844. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  845. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  846. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  847. then ac_cv_linux_kernel_posix_lock_file_wait_arg=yes
  848. else
  849. @@ -14698,7 +14698,7 @@ struct file_lock *lock;
  850. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  851. _ACEOF
  852. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  853. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  854. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  855. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  856. then ac_cv_linux_posix_test_lock_returns_conflict=yes
  857. else
  858. @@ -14787,7 +14787,7 @@ struct file_lock *lock;
  859. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  860. _ACEOF
  861. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  862. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  863. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  864. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  865. then ac_cv_linux_posix_test_lock_conflict_arg=yes
  866. else
  867. @@ -14874,7 +14874,7 @@ sock_create(0,0,0,0,0);
  868. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  869. _ACEOF
  870. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  871. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  872. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  873. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  874. then ac_cv_linux_kernel_sock_create_v=yes
  875. else
  876. @@ -14964,7 +14964,7 @@ printk("%s", key_type_keyring.name);
  877. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  878. _ACEOF
  879. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  880. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  881. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  882. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  883. then ac_cv_linux_exports_key_type_keyring=yes
  884. else
  885. @@ -15054,7 +15054,7 @@ int i = KEYCTL_SESSION_TO_PARENT;
  886. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  887. _ACEOF
  888. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  889. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  890. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  891. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  892. then ac_cv_linux_have_session_to_parent=yes
  893. else
  894. @@ -15140,7 +15140,7 @@ void conftest(void)
  895. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  896. _ACEOF
  897. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  898. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  899. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  900. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  901. then ac_linux_rhconfig=yes
  902. else
  903. @@ -15229,7 +15229,7 @@ recalc_sigpending();
  904. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  905. _ACEOF
  906. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  907. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  908. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  909. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  910. then ac_cv_linux_func_recalc_sigpending_takes_void=yes
  911. else
  912. @@ -15317,7 +15317,7 @@ read_lock(&tasklist_lock);
  913. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  914. _ACEOF
  915. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  916. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  917. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  918. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  919. then ac_cv_linux_exports_tasklist_lock=yes
  920. else
  921. @@ -15405,7 +15405,7 @@ get_sb_nodev(0,0,0,0,0);
  922. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  923. _ACEOF
  924. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  925. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  926. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  927. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  928. then ac_cv_linux_get_sb_has_struct_vfsmount=yes
  929. else
  930. @@ -15491,7 +15491,7 @@ extern int simple_statfs(struct dentry *
  931. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  932. _ACEOF
  933. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  934. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  935. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  936. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  937. then ac_cv_linux_statfs_takes_dentry=yes
  938. else
  939. @@ -15580,7 +15580,7 @@ refrigerator(PF_FREEZE);
  940. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  941. _ACEOF
  942. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  943. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  944. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  945. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  946. then ac_cv_linux_func_refrigerator_takes_pf_freeze=yes
  947. else
  948. @@ -15675,7 +15675,7 @@ void conftest(void)
  949. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  950. _ACEOF
  951. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  952. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  953. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  954. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  955. then ac_cv_linux_have_try_to_freeze=yes
  956. else
  957. @@ -15779,7 +15779,7 @@ request_key(NULL, NULL, NULL);
  958. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  959. _ACEOF
  960. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  961. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  962. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  963. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  964. then ac_cv_linux_keyring_support=yes
  965. else
  966. @@ -15878,7 +15878,7 @@ struct task_struct *t=NULL;
  967. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  968. _ACEOF
  969. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  970. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  971. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  972. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  973. then ac_cv_key_alloc_needs_struct_task=yes
  974. else
  975. @@ -15967,7 +15967,7 @@ struct cred *c = NULL;
  976. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  977. _ACEOF
  978. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  979. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  980. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  981. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  982. then ac_cv_key_alloc_needs_cred=yes
  983. else
  984. @@ -16059,7 +16059,7 @@ INIT_WORK(w,f,i);
  985. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  986. _ACEOF
  987. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  988. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  989. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  990. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  991. then ac_cv_linux_init_work_has_data=yes
  992. else
  993. @@ -16149,7 +16149,7 @@ ctl_table *t; register_sysctl_table (t);
  994. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  995. _ACEOF
  996. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  997. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  998. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  999. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1000. then ac_cv_linux_register_sysctl_table_noflag=yes
  1001. else
  1002. @@ -16234,7 +16234,7 @@ printk("%p", &dcache_lock);
  1003. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1004. _ACEOF
  1005. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1006. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1007. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1008. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1009. then ac_cv_linux_have_dcache_lock=yes
  1010. else
  1011. @@ -16321,7 +16321,7 @@ struct dentry _d;
  1012. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1013. _ACEOF
  1014. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1015. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1016. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1017. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1018. then ac_cv_linux_d_count_int=yes
  1019. else
  1020. @@ -16410,7 +16410,7 @@ struct inode_operations _i_ops;
  1021. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1022. _ACEOF
  1023. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1024. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1025. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1026. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1027. then ac_cv_linux_iop_mkdir_takes_umode_t=yes
  1028. else
  1029. @@ -16500,7 +16500,7 @@ struct inode_operations _i_ops;
  1030. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1031. _ACEOF
  1032. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1033. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1034. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1035. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1036. then ac_cv_linux_iop_create_takes_umode_t=yes
  1037. else
  1038. @@ -16591,7 +16591,7 @@ struct export_operations _exp_ops;
  1039. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1040. _ACEOF
  1041. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1042. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1043. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1044. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1045. then ac_cv_linux_export_op_encode_fh__takes_inodes=yes
  1046. else
  1047. @@ -16680,7 +16680,7 @@ struct page *p = NULL;
  1048. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1049. _ACEOF
  1050. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1051. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1052. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1053. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1054. then ac_cv_linux_kma_atomic_takes_no_km_type=yes
  1055. else
  1056. @@ -16767,7 +16767,7 @@ struct path p;
  1057. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1058. _ACEOF
  1059. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1060. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1061. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1062. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1063. then ac_cv_linux_dentry_open_takes_path=yes
  1064. else
  1065. @@ -16855,7 +16855,7 @@ struct dentry *d = NULL;
  1066. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1067. _ACEOF
  1068. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1069. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1070. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1071. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1072. then ac_cv_linux_d_alias_is_hlist=yes
  1073. else
  1074. @@ -16946,7 +16946,7 @@ struct dentry *d = NULL, *cur;
  1075. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1076. _ACEOF
  1077. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1078. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1079. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1080. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1081. then ac_cv_linux_hlist_takes_no_node=yes
  1082. else
  1083. @@ -17039,7 +17039,7 @@ struct inode _inode = {};
  1084. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1085. _ACEOF
  1086. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1087. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1088. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1089. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1090. then ac_cv_linux_func_i_create_takes_bool=yes
  1091. else
  1092. @@ -17131,7 +17131,7 @@ struct dentry_operations dops;
  1093. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1094. _ACEOF
  1095. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1096. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1097. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1098. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1099. then ac_cv_linux_func_d_revalidate_takes_unsigned=yes
  1100. else
  1101. @@ -17222,7 +17222,7 @@ struct inode_operations iops;
  1102. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1103. _ACEOF
  1104. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1105. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1106. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1107. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1108. then ac_cv_linux_func_lookup_takes_unsigned=yes
  1109. else
  1110. @@ -17323,7 +17323,7 @@ void *address = &init_mm; printk("%p\n",
  1111. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1112. _ACEOF
  1113. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1114. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1115. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1116. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1117. then ac_cv_linux_exports_init_mm=yes
  1118. else
  1119. @@ -17413,7 +17413,7 @@ void *address = &sys_chdir; printk("%p\n
  1120. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1121. _ACEOF
  1122. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1123. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1124. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1125. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1126. then ac_cv_linux_exports_sys_chdir=yes
  1127. else
  1128. @@ -17498,7 +17498,7 @@ void *address = &sys_open; printk("%p\n"
  1129. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1130. _ACEOF
  1131. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1132. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1133. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1134. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1135. then ac_cv_linux_exports_sys_open=yes
  1136. else
  1137. @@ -17606,7 +17606,7 @@ lose;
  1138. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1139. _ACEOF
  1140. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1141. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1142. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1143. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1144. then ac_cv_linux_config_smp=yes
  1145. else
  1146. @@ -17718,7 +17718,7 @@ void conftest(void)
  1147. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1148. _ACEOF
  1149. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1150. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1151. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1152. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1153. then ac_cv_linux_exports_kallsyms_address=yes
  1154. else
  1155. @@ -17807,7 +17807,7 @@ void conftest(void)
  1156. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1157. _ACEOF
  1158. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1159. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1160. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1161. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1162. then ac_cv_linux_exports_kallsyms_symbol=yes
  1163. else
  1164. @@ -17896,7 +17896,7 @@ void conftest(void)
  1165. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1166. _ACEOF
  1167. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1168. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1169. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1170. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1171. then ac_cv_linux_exports_sys_call_table=yes
  1172. else
  1173. @@ -17985,7 +17985,7 @@ void conftest(void)
  1174. MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
  1175. _ACEOF
  1176. echo make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 &&
  1177. - make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1178. + make -C $LINUX_KERNEL_BUILD M=$SRCDIR_PARENT/conftest.dir ARCH=$ARCH CROSS_COMPILE=$CROSS modules KBUILD_VERBOSE=1 >&5 2>conftest.err &&
  1179. ! grep -i "WARNING: .* undefined!$" conftest.err >/dev/null 2>&1
  1180. then ac_cv_linux_exports_ia32_sys_call_table=yes
  1181. else