Guest User

build_firmware_panavadn-ng.log

a guest
Jun 17th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 260.37 KB | None | 0 0
  1. --------------------------COPY-CONFIG-----------------------------
  2. --------------------------MAKE-DEP--------------------------------
  3. make ARCH=mips CROSS_COMPILE=/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/../toolchain/out/bin/mipsel-linux-uclibc- -C linux-3.4.x olddefconfig
  4. make[1]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
  5. HOSTCC scripts/basic/fixdep
  6. HOSTCC scripts/kconfig/conf.o
  7. SHIPPED scripts/kconfig/zconf.tab.c
  8. SHIPPED scripts/kconfig/zconf.lex.c
  9. SHIPPED scripts/kconfig/zconf.hash.c
  10. HOSTCC scripts/kconfig/zconf.tab.o
  11. In file included from scripts/kconfig/zconf.tab.c:2500:
  12. scripts/kconfig/confdata.c: In function ‘conf_write’:
  13. scripts/kconfig/confdata.c:762:19: warning: ‘%s’ directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  14. sprintf(newname, "%s%s", dirname, basename);
  15. ^~~~~~
  16. scripts/kconfig/confdata.c:762:19: note: assuming directive output of 7 bytes
  17. scripts/kconfig/confdata.c:762:2: note: ‘sprintf’ output 1 or more bytes (assuming 4104) into a destination of size 4097
  18. sprintf(newname, "%s%s", dirname, basename);
  19. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  20. scripts/kconfig/confdata.c:765:20: warning: ‘.tmpconfig.’ directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
  21. sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
  22. ^~~~~~~~~~~~~~~~~
  23. scripts/kconfig/confdata.c:765:3: note: ‘sprintf’ output between 13 and 4119 bytes into a destination of size 4097
  24. sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
  25. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  26. HOSTLD scripts/kconfig/conf
  27. scripts/kconfig/conf --olddefconfig Kconfig
  28. #
  29. # configuration written to .config
  30. #
  31. make[1]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
  32. make ARCH=mips CROSS_COMPILE=/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/../toolchain/out/bin/mipsel-linux-uclibc- -C linux-3.4.x prepare
  33. make[1]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
  34. scripts/kconfig/conf --silentoldconfig Kconfig
  35. CHK include/linux/version.h
  36. UPD include/linux/version.h
  37. CHK include/generated/utsrelease.h
  38. UPD include/generated/utsrelease.h
  39. CC kernel/bounds.s
  40. GEN include/generated/bounds.h
  41. CC arch/mips/kernel/asm-offsets.s
  42. GEN include/generated/asm-offsets.h
  43. CALL scripts/checksyscalls.sh
  44. make[1]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
  45. make ARCH=mips CROSS_COMPILE=/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/../toolchain/out/bin/mipsel-linux-uclibc- -C linux-3.4.x dep
  46. make[1]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
  47. make[1]: Nothing to be done for 'dep'.
  48. make[1]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
  49. --------------------------MAKE-ALL--------------------------------
  50. make -C tools
  51. make[1]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools'
  52. make -C mkimage
  53. make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mkimage'
  54. gcc -idirafter ./include -DUSE_HOSTCC -O -c mkimage.c
  55. gcc -idirafter ./include -DUSE_HOSTCC -O -c crc32.c
  56. gcc -idirafter ./include -DUSE_HOSTCC -O -o mkimage mkimage.o crc32.o
  57. strip mkimage
  58. make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mkimage'
  59. make -C mktplinkfw
  60. make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mktplinkfw'
  61. gcc -idirafter -DUSE_HOSTCC -fgnu89-inline -O -c mktplinkfw2.c
  62. gcc -idirafter -DUSE_HOSTCC -fgnu89-inline -O -c mktplinkfw-lib.c
  63. gcc -idirafter -DUSE_HOSTCC -fgnu89-inline -O -idirafter -DUSE_HOSTCC -fgnu89-inline -c -o md5.o md5.c
  64. gcc -idirafter -DUSE_HOSTCC -fgnu89-inline -O -o mktplinkfw2 mktplinkfw2.o mktplinkfw-lib.o md5.o
  65. strip mktplinkfw2
  66. make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mktplinkfw'
  67. make -C sstrip
  68. make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/sstrip'
  69. make -C ./elfrw libelfrw.a
  70. make[3]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/sstrip/elfrw'
  71. gcc -Wall -Wextra -O3 -c -o elfrw.o elfrw.c
  72. gcc -Wall -Wextra -O3 -c -o elfrw_dyn.o elfrw_dyn.c
  73. gcc -Wall -Wextra -O3 -c -o elfrw_ehdr.o elfrw_ehdr.c
  74. gcc -Wall -Wextra -O3 -c -o elfrw_phdr.o elfrw_phdr.c
  75. gcc -Wall -Wextra -O3 -c -o elfrw_rel.o elfrw_rel.c
  76. gcc -Wall -Wextra -O3 -c -o elfrw_shdr.o elfrw_shdr.c
  77. gcc -Wall -Wextra -O3 -c -o elfrw_sym.o elfrw_sym.c
  78. gcc -Wall -Wextra -O3 -c -o elfrw_ver.o elfrw_ver.c
  79. ar crs libelfrw.a elfrw.o elfrw_dyn.o elfrw_ehdr.o elfrw_phdr.o elfrw_rel.o elfrw_shdr.o elfrw_sym.o elfrw_ver.o
  80. make[3]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/sstrip/elfrw'
  81. gcc -Wall -Wextra -I ./elfrw sstrip.c elfrw/libelfrw.a -o sstrip
  82. make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/sstrip'
  83. make -C lzma
  84. make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/lzma'
  85. make -j4 -C lzma-4.65/CPP/7zip/Compress/LZMA_Alone -f makefile.gcc ;\
  86. cp lzma-4.65/CPP/7zip/Compress/LZMA_Alone/lzma ./lzma
  87. make[3]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/lzma/lzma-4.65/CPP/7zip/Compress/LZMA_Alone'
  88. g++ -O2 -Wall -c LzmaAlone.cpp
  89. g++ -O2 -Wall -c LzmaBench.cpp
  90. g++ -O2 -Wall -c LzmaBenchCon.cpp
  91. g++ -O2 -Wall -c ../LzmaDecoder.cpp
  92. In file included from ../../../Common/CommandLineParser.h:6,
  93. from LzmaAlone.cpp:18:
  94. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  95. ../../../Common/MyString.h:414:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  96. for (int i = 0; i < _length; i++)
  97. ^~~
  98. ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  99. return -1;
  100. ^~~~~~
  101. g++ -O2 -Wall -c ../LzmaEncoder.cpp
  102. g++ -O2 -Wall -c ../../Common/InBuffer.cpp
  103. ../LzmaEncoder.cpp: In member function ‘virtual LONG NCompress::NLzma::CEncoder::SetCoderProperties(const PROPID*, const PROPVARIANT*, UInt32)’:
  104. ../LzmaEncoder.cpp:123:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  105. if (prop.vt != VT_UI4) return E_INVALIDARG; props.fb = prop.ulVal; break;
  106. ^~
  107. ../LzmaEncoder.cpp:123:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  108. if (prop.vt != VT_UI4) return E_INVALIDARG; props.fb = prop.ulVal; break;
  109. ^~~~~
  110. ../LzmaEncoder.cpp:125:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  111. if (prop.vt != VT_UI4) return E_INVALIDARG; props.mc = prop.ulVal; break;
  112. ^~
  113. ../LzmaEncoder.cpp:125:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  114. if (prop.vt != VT_UI4) return E_INVALIDARG; props.mc = prop.ulVal; break;
  115. ^~~~~
  116. ../LzmaEncoder.cpp:127:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  117. if (prop.vt != VT_UI4) return E_INVALIDARG; props.algo = prop.ulVal; break;
  118. ^~
  119. ../LzmaEncoder.cpp:127:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  120. if (prop.vt != VT_UI4) return E_INVALIDARG; props.algo = prop.ulVal; break;
  121. ^~~~~
  122. ../LzmaEncoder.cpp:129:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  123. if (prop.vt != VT_UI4) return E_INVALIDARG; props.dictSize = prop.ulVal; break;
  124. ^~
  125. ../LzmaEncoder.cpp:129:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  126. if (prop.vt != VT_UI4) return E_INVALIDARG; props.dictSize = prop.ulVal; break;
  127. ^~~~~
  128. ../LzmaEncoder.cpp:131:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  129. if (prop.vt != VT_UI4) return E_INVALIDARG; props.pb = prop.ulVal; break;
  130. ^~
  131. ../LzmaEncoder.cpp:131:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  132. if (prop.vt != VT_UI4) return E_INVALIDARG; props.pb = prop.ulVal; break;
  133. ^~~~~
  134. ../LzmaEncoder.cpp:133:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  135. if (prop.vt != VT_UI4) return E_INVALIDARG; props.lp = prop.ulVal; break;
  136. ^~
  137. ../LzmaEncoder.cpp:133:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  138. if (prop.vt != VT_UI4) return E_INVALIDARG; props.lp = prop.ulVal; break;
  139. ^~~~~
  140. ../LzmaEncoder.cpp:135:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  141. if (prop.vt != VT_UI4) return E_INVALIDARG; props.lc = prop.ulVal; break;
  142. ^~
  143. ../LzmaEncoder.cpp:135:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  144. if (prop.vt != VT_UI4) return E_INVALIDARG; props.lc = prop.ulVal; break;
  145. ^~~~~
  146. ../LzmaEncoder.cpp:137:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  147. if (prop.vt != VT_UI4) return E_INVALIDARG; props.numThreads = prop.ulVal; break;
  148. ^~
  149. ../LzmaEncoder.cpp:137:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  150. if (prop.vt != VT_UI4) return E_INVALIDARG; props.numThreads = prop.ulVal; break;
  151. ^~~~~
  152. ../LzmaEncoder.cpp:139:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  153. if (prop.vt != VT_BOOL) return E_INVALIDARG; props.numThreads = ((prop.boolVal == VARIANT_TRUE) ? 2 : 1); break;
  154. ^~
  155. ../LzmaEncoder.cpp:139:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  156. if (prop.vt != VT_BOOL) return E_INVALIDARG; props.numThreads = ((prop.boolVal == VARIANT_TRUE) ? 2 : 1); break;
  157. ^~~~~
  158. ../LzmaEncoder.cpp:141:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  159. if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break;
  160. ^~
  161. ../LzmaEncoder.cpp:141:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  162. if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break;
  163. ^~~~~
  164. ../LzmaEncoder.cpp:144:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  165. if (!ParseMatchFinder(prop.bstrVal, &props.btMode, &props.numHashBytes /* , &_matchFinderBase.skipModeBits */))
  166. ^~
  167. ../LzmaEncoder.cpp:145:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  168. return E_INVALIDARG; break;
  169. ^~~~~
  170. g++ -O2 -Wall -c ../../Common/OutBuffer.cpp
  171. g++ -O2 -Wall -c ../../Common/FileStreams.cpp
  172. g++ -O2 -Wall -c ../../Common/StreamUtils.cpp
  173. g++ -O2 -Wall -c ../../../Common/C_FileIO.cpp
  174. g++ -O2 -Wall -c ../../../Common/CommandLineParser.cpp
  175. In file included from ../../../Common/CommandLineParser.h:6,
  176. from ../../../Common/CommandLineParser.cpp:5:
  177. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  178. ../../../Common/MyString.h:414:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  179. for (int i = 0; i < _length; i++)
  180. ^~~
  181. ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  182. return -1;
  183. ^~~~~~
  184. g++ -O2 -Wall -c ../../../Common/CRC.cpp
  185. g++ -O2 -Wall -c ../../../Common/IntToString.cpp
  186. g++ -O2 -Wall -c ../../../Common/MyString.cpp
  187. g++ -O2 -Wall -c ../../../Common/StringConvert.cpp
  188. g++ -O2 -Wall -c ../../../Common/StringToInt.cpp
  189. In file included from ../../../Common/StringConvert.h:7,
  190. from ../../../Common/MyString.cpp:10:
  191. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  192. ../../../Common/MyString.h:414:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  193. for (int i = 0; i < _length; i++)
  194. ^~~
  195. ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  196. return -1;
  197. ^~~~~~
  198. g++ -O2 -Wall -c ../../../Common/MyVector.cpp
  199. In file included from ../../../Common/StringConvert.h:7,
  200. from ../../../Common/StringConvert.cpp:5:
  201. ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
  202. ../../../Common/MyString.h:414:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  203. for (int i = 0; i < _length; i++)
  204. ^~~
  205. ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
  206. return -1;
  207. ^~~~~~
  208. gcc -O2 -Wall -c ../../../../C/7zCrc.c
  209. gcc -O2 -Wall -c ../../../../C/Alloc.c
  210. gcc -O2 -Wall -c ../../../../C/Bra86.c
  211. gcc -O2 -Wall -c ../../../../C/LzFind.c
  212. gcc -O2 -Wall -c ../../../../C/LzmaDec.c
  213. gcc -O2 -Wall -c ../../../../C/LzmaEnc.c
  214. ../../../../C/LzmaEnc.c: In function ‘LzmaEnc_Alloc’:
  215. ../../../../C/LzmaEnc.c:1922:8: warning: variable ‘btMode’ set but not used [-Wunused-but-set-variable]
  216. Bool btMode;
  217. ^~~~~~
  218. gcc -O2 -Wall -c ../../../../C/LzmaUtil/Lzma86Dec.c
  219. gcc -O2 -Wall -c ../../../../C/LzmaUtil/Lzma86Enc.c
  220. g++ -O2 -Wall -o lzma LzmaAlone.o LzmaBench.o LzmaBenchCon.o LzmaDecoder.o LzmaEncoder.o InBuffer.o OutBuffer.o FileStreams.o StreamUtils.o C_FileIO.o CommandLineParser.o CRC.o IntToString.o MyString.o StringConvert.o StringToInt.o MyVector.o 7zCrc.o Alloc.o Bra86.o LzFind.o LzmaDec.o LzmaEnc.o Lzma86Dec.o Lzma86Enc.o -lm
  221. make[3]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/lzma/lzma-4.65/CPP/7zip/Compress/LZMA_Alone'
  222. make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/lzma'
  223. make -C mksquashfs_xz
  224. make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz'
  225. ( if [ -f ./config_xz_done ]; then \
  226. echo "the same configuration"; \
  227. else \
  228. make configure_xz && touch config_xz_done; \
  229. fi )
  230. make[3]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz'
  231. ( cd xz-5.2.4 ; \
  232. ./autogen.sh ; \
  233. ./configure \
  234. --disable-shared \
  235. --disable-werror \
  236. --disable-xz \
  237. --disable-xzdec \
  238. --disable-lzmadec \
  239. --disable-lzmainfo \
  240. CFLAGS="-std=c99" ; \
  241. )
  242. + autopoint -f
  243. + libtoolize -c -f
  244. libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  245. libtoolize: copying file 'build-aux/ltmain.sh'
  246. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  247. libtoolize: copying file 'm4/libtool.m4'
  248. libtoolize: copying file 'm4/ltoptions.m4'
  249. libtoolize: copying file 'm4/ltsugar.m4'
  250. libtoolize: copying file 'm4/ltversion.m4'
  251. libtoolize: copying file 'm4/lt~obsolete.m4'
  252. + aclocal -I m4
  253. + autoconf
  254. + autoheader
  255. + automake -acf --foreign
  256. configure.ac:540: installing 'build-aux/compile'
  257. configure.ac:537: installing 'build-aux/missing'
  258. debug/Makefile.am: installing 'build-aux/depcomp'
  259.  
  260. XZ Utils 5.2.4
  261.  
  262. System type:
  263. checking build system type... x86_64-pc-linux-gnu
  264. checking host system type... x86_64-pc-linux-gnu
  265.  
  266. Configure options:
  267. checking if debugging code should be compiled... no
  268. checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
  269. checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
  270. checking which match finders to build... hc3 hc4 bt2 bt3 bt4
  271. checking which integrity checks to build... crc32 crc64 sha256
  272. checking if external SHA-256 should be used... no
  273. checking if assembler optimizations should be used... x86_64
  274. checking if small size is preferred over speed... no
  275. checking if threading support is wanted... yes, posix
  276. checking how much RAM to assume if the real amount is unknown... 128 MiB
  277. checking if library symbol versioning should be used... yes
  278. checking if sandboxing should be used... no
  279.  
  280. checking for a shell that conforms to POSIX... /bin/sh
  281.  
  282. Initializing Automake:
  283. checking for a BSD-compatible install... /usr/bin/install -c
  284. checking whether build environment is sane... yes
  285. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  286. checking for gawk... gawk
  287. checking whether make sets $(MAKE)... yes
  288. checking whether make supports nested variables... yes
  289. checking whether ln -s works... yes
  290. checking whether make supports the include directive... yes (GNU style)
  291. checking for gcc... gcc
  292. checking whether the C compiler works... yes
  293. checking for C compiler default output file name... a.out
  294. checking for suffix of executables...
  295. checking whether we are cross compiling... no
  296. checking for suffix of object files... o
  297. checking whether we are using the GNU C compiler... yes
  298. checking whether gcc accepts -g... yes
  299. checking for gcc option to accept ISO C89... none needed
  300. checking whether gcc understands -c and -o together... yes
  301. checking dependency style of gcc... gcc3
  302. checking for gcc option to accept ISO C99... none needed
  303. checking dependency style of gcc... gcc3
  304. checking how to run the C preprocessor... gcc -E
  305. checking for grep that handles long lines and -e... /usr/bin/grep
  306. checking for egrep... /usr/bin/grep -E
  307. checking for ANSI C header files... yes
  308. checking for sys/types.h... yes
  309. checking for sys/stat.h... yes
  310. checking for stdlib.h... yes
  311. checking for string.h... yes
  312. checking for memory.h... yes
  313. checking for strings.h... yes
  314. checking for inttypes.h... yes
  315. checking for stdint.h... yes
  316. checking for unistd.h... yes
  317. checking minix/config.h usability... no
  318. checking minix/config.h presence... no
  319. checking for minix/config.h... no
  320. checking whether it is safe to define __EXTENSIONS__... yes
  321.  
  322. POSIX threading support:
  323. checking if compiler needs -Werror to reject unknown flags... no
  324. checking for the pthreads library -lpthreads... no
  325. checking whether pthreads work without any flags... no
  326. checking whether pthreads work with -Kthread... no
  327. checking whether pthreads work with -kthread... no
  328. checking for the pthreads library -llthread... no
  329. checking whether pthreads work with -pthread... yes
  330. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  331. checking if more special flags are required for pthreads... no
  332. checking for PTHREAD_PRIO_INHERIT... yes
  333. checking for library containing clock_gettime... none required
  334. checking for clock_gettime... yes
  335. checking for pthread_condattr_setclock... yes
  336. checking whether CLOCK_MONOTONIC is declared... yes
  337.  
  338. Initializing Libtool:
  339. checking how to print strings... printf
  340. checking for a sed that does not truncate output... /usr/bin/sed
  341. checking for fgrep... /usr/bin/grep -F
  342. checking for ld used by gcc... ld
  343. checking if the linker (ld) is GNU ld... yes
  344. checking for BSD- or MS-compatible name lister (nm)... nm
  345. checking the name lister (nm) interface... BSD nm
  346. checking the maximum length of command line arguments... 1572864
  347. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  348. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  349. checking for ld option to reload object files... -r
  350. checking for objdump... objdump
  351. checking how to recognize dependent libraries... pass_all
  352. checking for dlltool... no
  353. checking how to associate runtime and link libraries... printf %s\n
  354. checking for archiver @FILE support... @
  355. checking for strip... strip
  356. checking for ranlib... ranlib
  357. checking command to parse nm output from gcc object... ok
  358. checking for sysroot... no
  359. checking for a working dd... /usr/bin/dd
  360. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  361. checking for mt... no
  362. checking if : is a manifest tool... no
  363. checking for dlfcn.h... yes
  364. checking for objdir... .libs
  365. checking if gcc supports -fno-rtti -fno-exceptions... no
  366. checking for gcc option to produce PIC... -fPIC -DPIC
  367. checking if gcc PIC flag -fPIC -DPIC works... yes
  368. checking if gcc static flag -static works... yes
  369. checking if gcc supports -c -o file.o... yes
  370. checking if gcc supports -c -o file.o... (cached) yes
  371. checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
  372. checking dynamic linker characteristics... GNU/Linux ld.so
  373. checking how to hardcode library paths into programs... immediate
  374. checking whether stripping libraries is possible... yes
  375. checking if libtool supports shared libraries... yes
  376. checking whether to build shared libraries... no
  377. checking whether to build static libraries... yes
  378. checking for windres... no
  379.  
  380. Initializing gettext:
  381. checking whether NLS is requested... yes
  382. checking for msgfmt... /usr/bin/msgfmt
  383. checking for gmsgfmt... /usr/bin/msgfmt
  384. checking for xgettext... /usr/bin/xgettext
  385. checking for msgmerge... /usr/bin/msgmerge
  386. checking for ld used by gcc... ld -m elf_x86_64
  387. checking if the linker (ld -m elf_x86_64) is GNU ld... yes
  388. checking for shared library run path origin... done
  389. checking for CFPreferencesCopyAppValue... no
  390. checking for CFLocaleCopyCurrent... no
  391. checking for GNU gettext in libc... yes
  392. checking whether to use NLS... yes
  393. checking where the gettext function comes from... libc
  394.  
  395. System headers and functions:
  396. checking fcntl.h usability... yes
  397. checking fcntl.h presence... yes
  398. checking for fcntl.h... yes
  399. checking limits.h usability... yes
  400. checking limits.h presence... yes
  401. checking for limits.h... yes
  402. checking sys/time.h usability... yes
  403. checking sys/time.h presence... yes
  404. checking for sys/time.h... yes
  405. checking immintrin.h usability... yes
  406. checking immintrin.h presence... yes
  407. checking for immintrin.h... yes
  408. checking for stdbool.h that conforms to C99... yes
  409. checking for _Bool... yes
  410. checking for uint8_t... yes
  411. checking for uint16_t... yes
  412. checking for int32_t... yes
  413. checking for uint32_t... yes
  414. checking for int64_t... yes
  415. checking for uint64_t... yes
  416. checking for uintptr_t... yes
  417. checking size of size_t... 8
  418. checking for struct stat.st_atim.tv_nsec... yes
  419. checking for struct stat.st_atimespec.tv_nsec... no
  420. checking for struct stat.st_atimensec... no
  421. checking for struct stat.st_uatime... no
  422. checking for struct stat.st_atim.st__tim.tv_nsec... no
  423. checking for special C compiler options needed for large files... no
  424. checking for _FILE_OFFSET_BITS value needed for large files... no
  425. checking whether byte ordering is bigendian... no
  426. checking getopt.h usability... yes
  427. checking getopt.h presence... yes
  428. checking for getopt.h... yes
  429. checking for getopt_long... yes
  430. checking whether optreset is declared... no
  431. checking for futimens... yes
  432. checking for posix_fadvise... yes
  433. checking whether program_invocation_name is declared... yes
  434. checking byteswap.h usability... yes
  435. checking byteswap.h presence... yes
  436. checking for byteswap.h... yes
  437. checking if bswap_16 is available... yes
  438. checking if bswap_32 is available... yes
  439. checking if bswap_64 is available... yes
  440. checking if unaligned memory access should be used... yes
  441. checking sys/param.h usability... yes
  442. checking sys/param.h presence... yes
  443. checking for sys/param.h... yes
  444. checking how to detect the amount of physical memory... sysconf
  445. checking for sys/param.h... (cached) yes
  446. checking how to detect the number of available CPU cores... sched_getaffinity
  447. checking whether mbrtowc and mbstate_t are properly declared... yes
  448. checking for wcwidth... yes
  449. checking whether _mm_movemask_epi8 is declared... yes
  450.  
  451. GCC extensions:
  452. checking whether the -Werror option is usable... yes
  453. checking for simple visibility declarations... yes
  454. checking if gcc accepts -Wall... yes
  455. checking if gcc accepts -Wextra... yes
  456. checking if gcc accepts -Wvla... yes
  457. checking if gcc accepts -Wformat=2... yes
  458. checking if gcc accepts -Winit-self... yes
  459. checking if gcc accepts -Wmissing-include-dirs... yes
  460. checking if gcc accepts -Wstrict-aliasing... yes
  461. checking if gcc accepts -Wfloat-equal... yes
  462. checking if gcc accepts -Wundef... yes
  463. checking if gcc accepts -Wshadow... yes
  464. checking if gcc accepts -Wpointer-arith... yes
  465. checking if gcc accepts -Wbad-function-cast... yes
  466. checking if gcc accepts -Wwrite-strings... yes
  467. checking if gcc accepts -Wlogical-op... yes
  468. checking if gcc accepts -Waggregate-return... yes
  469. checking if gcc accepts -Wstrict-prototypes... yes
  470. checking if gcc accepts -Wold-style-definition... yes
  471. checking if gcc accepts -Wmissing-prototypes... yes
  472. checking if gcc accepts -Wmissing-declarations... yes
  473. checking if gcc accepts -Wmissing-noreturn... yes
  474. checking if gcc accepts -Wredundant-decls... yes
  475.  
  476. checking that generated files are newer than configure... done
  477. configure: creating ./config.status
  478. config.status: creating Doxyfile
  479. config.status: creating Makefile
  480. config.status: creating po/Makefile.in
  481. config.status: creating lib/Makefile
  482. config.status: creating src/Makefile
  483. config.status: creating src/liblzma/Makefile
  484. config.status: creating src/liblzma/api/Makefile
  485. config.status: creating src/xz/Makefile
  486. config.status: creating src/xzdec/Makefile
  487. config.status: creating src/lzmainfo/Makefile
  488. config.status: creating src/scripts/Makefile
  489. config.status: creating tests/Makefile
  490. config.status: creating debug/Makefile
  491. config.status: creating src/scripts/xzdiff
  492. config.status: creating src/scripts/xzgrep
  493. config.status: creating src/scripts/xzmore
  494. config.status: creating src/scripts/xzless
  495. config.status: creating config.h
  496. config.status: executing depfiles commands
  497. config.status: executing libtool commands
  498. config.status: executing po-directories commands
  499. config.status: creating po/POTFILES
  500. config.status: creating po/Makefile
  501. make[3]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz'
  502. make -j4 -C xz-5.2.4
  503. make[3]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
  504. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/build-aux/missing autoheader)
  505. rm -f stamp-h1
  506. touch config.h.in
  507. cd . && /bin/sh ./config.status config.h
  508. config.status: creating config.h
  509. config.status: config.h is unchanged
  510. make all-recursive
  511. make[4]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
  512. Making all in src
  513. make[5]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src'
  514. Making all in liblzma
  515. make[6]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma'
  516. Making all in api
  517. make[7]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api'
  518. make[7]: Nothing to be done for 'all'.
  519. make[7]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api'
  520. make[7]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma'
  521. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c -o liblzma_la-tuklib_physmem.lo `test -f '../common/tuklib_physmem.c' || echo './'`../common/tuklib_physmem.c
  522. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c -o liblzma_la-tuklib_cpucores.lo `test -f '../common/tuklib_cpucores.c' || echo './'`../common/tuklib_cpucores.c
  523. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c -o liblzma_la-common.lo `test -f 'common/common.c' || echo './'`common/common.c
  524. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c -o liblzma_la-block_util.lo `test -f 'common/block_util.c' || echo './'`common/block_util.c
  525. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c common/common.c -o liblzma_la-common.o
  526. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../common/tuklib_physmem.c -o liblzma_la-tuklib_physmem.o
  527. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c ../common/tuklib_cpucores.c -o liblzma_la-tuklib_cpucores.o
  528. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c common/block_util.c -o liblzma_la-block_util.o
  529. mv -f .deps/liblzma_la-tuklib_physmem.Tpo .deps/liblzma_la-tuklib_physmem.Plo
  530. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c -o liblzma_la-easy_preset.lo `test -f 'common/easy_preset.c' || echo './'`common/easy_preset.c
  531. mv -f .deps/liblzma_la-block_util.Tpo .deps/liblzma_la-block_util.Plo
  532. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c -o liblzma_la-filter_common.lo `test -f 'common/filter_common.c' || echo './'`common/filter_common.c
  533. mv -f .deps/liblzma_la-tuklib_cpucores.Tpo .deps/liblzma_la-tuklib_cpucores.Plo
  534. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c -o liblzma_la-hardware_physmem.lo `test -f 'common/hardware_physmem.c' || echo './'`common/hardware_physmem.c
  535. mv -f .deps/liblzma_la-common.Tpo .deps/liblzma_la-common.Plo
  536. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c -o liblzma_la-index.lo `test -f 'common/index.c' || echo './'`common/index.c
  537. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c common/easy_preset.c -o liblzma_la-easy_preset.o
  538. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c common/filter_common.c -o liblzma_la-filter_common.o
  539. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c common/hardware_physmem.c -o liblzma_la-hardware_physmem.o
  540. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c common/index.c -o liblzma_la-index.o
  541. mv -f .deps/liblzma_la-easy_preset.Tpo .deps/liblzma_la-easy_preset.Plo
  542. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c -o liblzma_la-stream_flags_common.lo `test -f 'common/stream_flags_common.c' || echo './'`common/stream_flags_common.c
  543. mv -f .deps/liblzma_la-filter_common.Tpo .deps/liblzma_la-filter_common.Plo
  544. mv -f .deps/liblzma_la-hardware_physmem.Tpo .deps/liblzma_la-hardware_physmem.Plo
  545. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c -o liblzma_la-vli_size.lo `test -f 'common/vli_size.c' || echo './'`common/vli_size.c
  546. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c -o liblzma_la-hardware_cputhreads.lo `test -f 'common/hardware_cputhreads.c' || echo './'`common/hardware_cputhreads.c
  547. mv -f .deps/liblzma_la-index.Tpo .deps/liblzma_la-index.Plo
  548. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c -o liblzma_la-alone_encoder.lo `test -f 'common/alone_encoder.c' || echo './'`common/alone_encoder.c
  549. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c common/stream_flags_common.c -o liblzma_la-stream_flags_common.o
  550. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c common/hardware_cputhreads.c -o liblzma_la-hardware_cputhreads.o
  551. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c common/vli_size.c -o liblzma_la-vli_size.o
  552. mv -f .deps/liblzma_la-stream_flags_common.Tpo .deps/liblzma_la-stream_flags_common.Plo
  553. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c -o liblzma_la-block_buffer_encoder.lo `test -f 'common/block_buffer_encoder.c' || echo './'`common/block_buffer_encoder.c
  554. mv -f .deps/liblzma_la-hardware_cputhreads.Tpo .deps/liblzma_la-hardware_cputhreads.Plo
  555. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c -o liblzma_la-block_encoder.lo `test -f 'common/block_encoder.c' || echo './'`common/block_encoder.c
  556. mv -f .deps/liblzma_la-vli_size.Tpo .deps/liblzma_la-vli_size.Plo
  557. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c -o liblzma_la-block_header_encoder.lo `test -f 'common/block_header_encoder.c' || echo './'`common/block_header_encoder.c
  558. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c common/alone_encoder.c -o liblzma_la-alone_encoder.o
  559. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c common/block_buffer_encoder.c -o liblzma_la-block_buffer_encoder.o
  560. mv -f .deps/liblzma_la-alone_encoder.Tpo .deps/liblzma_la-alone_encoder.Plo
  561. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c -o liblzma_la-easy_buffer_encoder.lo `test -f 'common/easy_buffer_encoder.c' || echo './'`common/easy_buffer_encoder.c
  562. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c common/block_header_encoder.c -o liblzma_la-block_header_encoder.o
  563. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c common/block_encoder.c -o liblzma_la-block_encoder.o
  564. mv -f .deps/liblzma_la-block_buffer_encoder.Tpo .deps/liblzma_la-block_buffer_encoder.Plo
  565. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c -o liblzma_la-easy_encoder.lo `test -f 'common/easy_encoder.c' || echo './'`common/easy_encoder.c
  566. mv -f .deps/liblzma_la-block_header_encoder.Tpo .deps/liblzma_la-block_header_encoder.Plo
  567. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c -o liblzma_la-easy_encoder_memusage.lo `test -f 'common/easy_encoder_memusage.c' || echo './'`common/easy_encoder_memusage.c
  568. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c common/easy_buffer_encoder.c -o liblzma_la-easy_buffer_encoder.o
  569. mv -f .deps/liblzma_la-block_encoder.Tpo .deps/liblzma_la-block_encoder.Plo
  570. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c -o liblzma_la-filter_buffer_encoder.lo `test -f 'common/filter_buffer_encoder.c' || echo './'`common/filter_buffer_encoder.c
  571. mv -f .deps/liblzma_la-easy_buffer_encoder.Tpo .deps/liblzma_la-easy_buffer_encoder.Plo
  572. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c -o liblzma_la-filter_encoder.lo `test -f 'common/filter_encoder.c' || echo './'`common/filter_encoder.c
  573. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c common/easy_encoder.c -o liblzma_la-easy_encoder.o
  574. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c common/easy_encoder_memusage.c -o liblzma_la-easy_encoder_memusage.o
  575. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c common/filter_buffer_encoder.c -o liblzma_la-filter_buffer_encoder.o
  576. mv -f .deps/liblzma_la-easy_encoder.Tpo .deps/liblzma_la-easy_encoder.Plo
  577. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c -o liblzma_la-filter_flags_encoder.lo `test -f 'common/filter_flags_encoder.c' || echo './'`common/filter_flags_encoder.c
  578. mv -f .deps/liblzma_la-easy_encoder_memusage.Tpo .deps/liblzma_la-easy_encoder_memusage.Plo
  579. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c -o liblzma_la-index_encoder.lo `test -f 'common/index_encoder.c' || echo './'`common/index_encoder.c
  580. mv -f .deps/liblzma_la-filter_buffer_encoder.Tpo .deps/liblzma_la-filter_buffer_encoder.Plo
  581. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c -o liblzma_la-stream_buffer_encoder.lo `test -f 'common/stream_buffer_encoder.c' || echo './'`common/stream_buffer_encoder.c
  582. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c common/filter_encoder.c -o liblzma_la-filter_encoder.o
  583. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c common/filter_flags_encoder.c -o liblzma_la-filter_flags_encoder.o
  584. mv -f .deps/liblzma_la-filter_encoder.Tpo .deps/liblzma_la-filter_encoder.Plo
  585. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c -o liblzma_la-stream_encoder.lo `test -f 'common/stream_encoder.c' || echo './'`common/stream_encoder.c
  586. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c common/index_encoder.c -o liblzma_la-index_encoder.o
  587. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c common/stream_buffer_encoder.c -o liblzma_la-stream_buffer_encoder.o
  588. mv -f .deps/liblzma_la-filter_flags_encoder.Tpo .deps/liblzma_la-filter_flags_encoder.Plo
  589. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c -o liblzma_la-stream_flags_encoder.lo `test -f 'common/stream_flags_encoder.c' || echo './'`common/stream_flags_encoder.c
  590. mv -f .deps/liblzma_la-index_encoder.Tpo .deps/liblzma_la-index_encoder.Plo
  591. mv -f .deps/liblzma_la-stream_buffer_encoder.Tpo .deps/liblzma_la-stream_buffer_encoder.Plo
  592. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c -o liblzma_la-vli_encoder.lo `test -f 'common/vli_encoder.c' || echo './'`common/vli_encoder.c
  593. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c -o liblzma_la-outqueue.lo `test -f 'common/outqueue.c' || echo './'`common/outqueue.c
  594. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c common/stream_encoder.c -o liblzma_la-stream_encoder.o
  595. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c -o liblzma_la-stream_flags_encoder.o
  596. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c common/outqueue.c -o liblzma_la-outqueue.o
  597. mv -f .deps/liblzma_la-stream_encoder.Tpo .deps/liblzma_la-stream_encoder.Plo
  598. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c common/vli_encoder.c -o liblzma_la-vli_encoder.o
  599. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c -o liblzma_la-stream_encoder_mt.lo `test -f 'common/stream_encoder_mt.c' || echo './'`common/stream_encoder_mt.c
  600. mv -f .deps/liblzma_la-stream_flags_encoder.Tpo .deps/liblzma_la-stream_flags_encoder.Plo
  601. mv -f .deps/liblzma_la-outqueue.Tpo .deps/liblzma_la-outqueue.Plo
  602. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c -o liblzma_la-alone_decoder.lo `test -f 'common/alone_decoder.c' || echo './'`common/alone_decoder.c
  603. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c -o liblzma_la-auto_decoder.lo `test -f 'common/auto_decoder.c' || echo './'`common/auto_decoder.c
  604. mv -f .deps/liblzma_la-vli_encoder.Tpo .deps/liblzma_la-vli_encoder.Plo
  605. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c -o liblzma_la-block_buffer_decoder.lo `test -f 'common/block_buffer_decoder.c' || echo './'`common/block_buffer_decoder.c
  606. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c common/stream_encoder_mt.c -o liblzma_la-stream_encoder_mt.o
  607. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c common/block_buffer_decoder.c -o liblzma_la-block_buffer_decoder.o
  608. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c common/auto_decoder.c -o liblzma_la-auto_decoder.o
  609. mv -f .deps/liblzma_la-stream_encoder_mt.Tpo .deps/liblzma_la-stream_encoder_mt.Plo
  610. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c common/alone_decoder.c -o liblzma_la-alone_decoder.o
  611. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c -o liblzma_la-block_decoder.lo `test -f 'common/block_decoder.c' || echo './'`common/block_decoder.c
  612. mv -f .deps/liblzma_la-auto_decoder.Tpo .deps/liblzma_la-auto_decoder.Plo
  613. mv -f .deps/liblzma_la-block_buffer_decoder.Tpo .deps/liblzma_la-block_buffer_decoder.Plo
  614. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c -o liblzma_la-block_header_decoder.lo `test -f 'common/block_header_decoder.c' || echo './'`common/block_header_decoder.c
  615. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c -o liblzma_la-easy_decoder_memusage.lo `test -f 'common/easy_decoder_memusage.c' || echo './'`common/easy_decoder_memusage.c
  616. mv -f .deps/liblzma_la-alone_decoder.Tpo .deps/liblzma_la-alone_decoder.Plo
  617. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c -o liblzma_la-filter_buffer_decoder.lo `test -f 'common/filter_buffer_decoder.c' || echo './'`common/filter_buffer_decoder.c
  618. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c common/block_decoder.c -o liblzma_la-block_decoder.o
  619. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c common/block_header_decoder.c -o liblzma_la-block_header_decoder.o
  620. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c common/easy_decoder_memusage.c -o liblzma_la-easy_decoder_memusage.o
  621. mv -f .deps/liblzma_la-block_decoder.Tpo .deps/liblzma_la-block_decoder.Plo
  622. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c -o liblzma_la-filter_decoder.lo `test -f 'common/filter_decoder.c' || echo './'`common/filter_decoder.c
  623. mv -f .deps/liblzma_la-block_header_decoder.Tpo .deps/liblzma_la-block_header_decoder.Plo
  624. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c -o liblzma_la-filter_flags_decoder.lo `test -f 'common/filter_flags_decoder.c' || echo './'`common/filter_flags_decoder.c
  625. mv -f .deps/liblzma_la-easy_decoder_memusage.Tpo .deps/liblzma_la-easy_decoder_memusage.Plo
  626. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c -o liblzma_la-index_decoder.lo `test -f 'common/index_decoder.c' || echo './'`common/index_decoder.c
  627. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c common/filter_buffer_decoder.c -o liblzma_la-filter_buffer_decoder.o
  628. mv -f .deps/liblzma_la-filter_buffer_decoder.Tpo .deps/liblzma_la-filter_buffer_decoder.Plo
  629. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash.c' || echo './'`common/index_hash.c
  630. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c common/index_decoder.c -o liblzma_la-index_decoder.o
  631. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c common/filter_decoder.c -o liblzma_la-filter_decoder.o
  632. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c common/filter_flags_decoder.c -o liblzma_la-filter_flags_decoder.o
  633. mv -f .deps/liblzma_la-filter_flags_decoder.Tpo .deps/liblzma_la-filter_flags_decoder.Plo
  634. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c -o liblzma_la-stream_buffer_decoder.lo `test -f 'common/stream_buffer_decoder.c' || echo './'`common/stream_buffer_decoder.c
  635. mv -f .deps/liblzma_la-filter_decoder.Tpo .deps/liblzma_la-filter_decoder.Plo
  636. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c -o liblzma_la-stream_decoder.lo `test -f 'common/stream_decoder.c' || echo './'`common/stream_decoder.c
  637. mv -f .deps/liblzma_la-index_decoder.Tpo .deps/liblzma_la-index_decoder.Plo
  638. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c -o liblzma_la-stream_flags_decoder.lo `test -f 'common/stream_flags_decoder.c' || echo './'`common/stream_flags_decoder.c
  639. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c common/index_hash.c -o liblzma_la-index_hash.o
  640. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c common/stream_decoder.c -o liblzma_la-stream_decoder.o
  641. mv -f .deps/liblzma_la-index_hash.Tpo .deps/liblzma_la-index_hash.Plo
  642. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c common/stream_buffer_decoder.c -o liblzma_la-stream_buffer_decoder.o
  643. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c -o liblzma_la-vli_decoder.lo `test -f 'common/vli_decoder.c' || echo './'`common/vli_decoder.c
  644. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c common/stream_flags_decoder.c -o liblzma_la-stream_flags_decoder.o
  645. mv -f .deps/liblzma_la-stream_buffer_decoder.Tpo .deps/liblzma_la-stream_buffer_decoder.Plo
  646. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c -o liblzma_la-check.lo `test -f 'check/check.c' || echo './'`check/check.c
  647. mv -f .deps/liblzma_la-stream_decoder.Tpo .deps/liblzma_la-stream_decoder.Plo
  648. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c -o liblzma_la-crc32_table.lo `test -f 'check/crc32_table.c' || echo './'`check/crc32_table.c
  649. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c common/vli_decoder.c -o liblzma_la-vli_decoder.o
  650. mv -f .deps/liblzma_la-stream_flags_decoder.Tpo .deps/liblzma_la-stream_flags_decoder.Plo
  651. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c -o liblzma_la-crc32_fast.lo `test -f 'check/crc32_fast.c' || echo './'`check/crc32_fast.c
  652. mv -f .deps/liblzma_la-vli_decoder.Tpo .deps/liblzma_la-vli_decoder.Plo
  653. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c -o liblzma_la-crc64_table.lo `test -f 'check/crc64_table.c' || echo './'`check/crc64_table.c
  654. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c check/crc32_table.c -o liblzma_la-crc32_table.o
  655. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c check/check.c -o liblzma_la-check.o
  656. mv -f .deps/liblzma_la-crc32_table.Tpo .deps/liblzma_la-crc32_table.Plo
  657. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c -o liblzma_la-crc64_fast.lo `test -f 'check/crc64_fast.c' || echo './'`check/crc64_fast.c
  658. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c check/crc32_fast.c -o liblzma_la-crc32_fast.o
  659. mv -f .deps/liblzma_la-check.Tpo .deps/liblzma_la-check.Plo
  660. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c -o liblzma_la-sha256.lo `test -f 'check/sha256.c' || echo './'`check/sha256.c
  661. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c check/crc64_table.c -o liblzma_la-crc64_table.o
  662. mv -f .deps/liblzma_la-crc32_fast.Tpo .deps/liblzma_la-crc32_fast.Plo
  663. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c -o liblzma_la-lz_encoder.lo `test -f 'lz/lz_encoder.c' || echo './'`lz/lz_encoder.c
  664. mv -f .deps/liblzma_la-crc64_table.Tpo .deps/liblzma_la-crc64_table.Plo
  665. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo './'`lz/lz_encoder_mf.c
  666. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c check/crc64_fast.c -o liblzma_la-crc64_fast.o
  667. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c check/sha256.c -o liblzma_la-sha256.o
  668. mv -f .deps/liblzma_la-crc64_fast.Tpo .deps/liblzma_la-crc64_fast.Plo
  669. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c -o liblzma_la-lz_decoder.lo `test -f 'lz/lz_decoder.c' || echo './'`lz/lz_decoder.c
  670. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c lz/lz_encoder.c -o liblzma_la-lz_encoder.o
  671. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c lz/lz_encoder_mf.c -o liblzma_la-lz_encoder_mf.o
  672. mv -f .deps/liblzma_la-sha256.Tpo .deps/liblzma_la-sha256.Plo
  673. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c -o liblzma_la-lzma_encoder_presets.lo `test -f 'lzma/lzma_encoder_presets.c' || echo './'`lzma/lzma_encoder_presets.c
  674. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c lz/lz_decoder.c -o liblzma_la-lz_decoder.o
  675. mv -f .deps/liblzma_la-lz_decoder.Tpo .deps/liblzma_la-lz_decoder.Plo
  676. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c -o liblzma_la-lzma_encoder.lo `test -f 'lzma/lzma_encoder.c' || echo './'`lzma/lzma_encoder.c
  677. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c lzma/lzma_encoder_presets.c -o liblzma_la-lzma_encoder_presets.o
  678. mv -f .deps/liblzma_la-lz_encoder.Tpo .deps/liblzma_la-lz_encoder.Plo
  679. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c -o liblzma_la-lzma_encoder_optimum_fast.lo `test -f 'lzma/lzma_encoder_optimum_fast.c' || echo './'`lzma/lzma_encoder_optimum_fast.c
  680. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c lzma/lzma_encoder.c -o liblzma_la-lzma_encoder.o
  681. mv -f .deps/liblzma_la-lz_encoder_mf.Tpo .deps/liblzma_la-lz_encoder_mf.Plo
  682. mv -f .deps/liblzma_la-lzma_encoder_presets.Tpo .deps/liblzma_la-lzma_encoder_presets.Plo
  683. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c -o liblzma_la-lzma_encoder_optimum_normal.lo `test -f 'lzma/lzma_encoder_optimum_normal.c' || echo './'`lzma/lzma_encoder_optimum_normal.c
  684. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c -o liblzma_la-fastpos_table.lo `test -f 'lzma/fastpos_table.c' || echo './'`lzma/fastpos_table.c
  685. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c lzma/lzma_encoder_optimum_fast.c -o liblzma_la-lzma_encoder_optimum_fast.o
  686. mv -f .deps/liblzma_la-lzma_encoder.Tpo .deps/liblzma_la-lzma_encoder.Plo
  687. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c -o liblzma_la-lzma_decoder.lo `test -f 'lzma/lzma_decoder.c' || echo './'`lzma/lzma_decoder.c
  688. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c lzma/fastpos_table.c -o liblzma_la-fastpos_table.o
  689. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c lzma/lzma_encoder_optimum_normal.c -o liblzma_la-lzma_encoder_optimum_normal.o
  690. mv -f .deps/liblzma_la-fastpos_table.Tpo .deps/liblzma_la-fastpos_table.Plo
  691. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c -o liblzma_la-lzma2_encoder.lo `test -f 'lzma/lzma2_encoder.c' || echo './'`lzma/lzma2_encoder.c
  692. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c lzma/lzma_decoder.c -o liblzma_la-lzma_decoder.o
  693. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c lzma/lzma2_encoder.c -o liblzma_la-lzma2_encoder.o
  694. mv -f .deps/liblzma_la-lzma2_encoder.Tpo .deps/liblzma_la-lzma2_encoder.Plo
  695. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c -o liblzma_la-lzma2_decoder.lo `test -f 'lzma/lzma2_decoder.c' || echo './'`lzma/lzma2_decoder.c
  696. mv -f .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo .deps/liblzma_la-lzma_encoder_optimum_fast.Plo
  697. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c -o liblzma_la-price_table.lo `test -f 'rangecoder/price_table.c' || echo './'`rangecoder/price_table.c
  698. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c lzma/lzma2_decoder.c -o liblzma_la-lzma2_decoder.o
  699. mv -f .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo .deps/liblzma_la-lzma_encoder_optimum_normal.Plo
  700. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c -o liblzma_la-delta_common.lo `test -f 'delta/delta_common.c' || echo './'`delta/delta_common.c
  701. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c rangecoder/price_table.c -o liblzma_la-price_table.o
  702. mv -f .deps/liblzma_la-lzma_decoder.Tpo .deps/liblzma_la-lzma_decoder.Plo
  703. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c -o liblzma_la-delta_encoder.lo `test -f 'delta/delta_encoder.c' || echo './'`delta/delta_encoder.c
  704. mv -f .deps/liblzma_la-lzma2_decoder.Tpo .deps/liblzma_la-lzma2_decoder.Plo
  705. mv -f .deps/liblzma_la-price_table.Tpo .deps/liblzma_la-price_table.Plo
  706. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c -o liblzma_la-delta_decoder.lo `test -f 'delta/delta_decoder.c' || echo './'`delta/delta_decoder.c
  707. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c -o liblzma_la-simple_coder.lo `test -f 'simple/simple_coder.c' || echo './'`simple/simple_coder.c
  708. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c delta/delta_common.c -o liblzma_la-delta_common.o
  709. mv -f .deps/liblzma_la-delta_common.Tpo .deps/liblzma_la-delta_common.Plo
  710. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c delta/delta_encoder.c -o liblzma_la-delta_encoder.o
  711. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c -o liblzma_la-simple_encoder.lo `test -f 'simple/simple_encoder.c' || echo './'`simple/simple_encoder.c
  712. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c delta/delta_decoder.c -o liblzma_la-delta_decoder.o
  713. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c simple/simple_coder.c -o liblzma_la-simple_coder.o
  714. mv -f .deps/liblzma_la-delta_encoder.Tpo .deps/liblzma_la-delta_encoder.Plo
  715. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c -o liblzma_la-simple_decoder.lo `test -f 'simple/simple_decoder.c' || echo './'`simple/simple_decoder.c
  716. mv -f .deps/liblzma_la-delta_decoder.Tpo .deps/liblzma_la-delta_decoder.Plo
  717. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c -o liblzma_la-x86.lo `test -f 'simple/x86.c' || echo './'`simple/x86.c
  718. mv -f .deps/liblzma_la-simple_coder.Tpo .deps/liblzma_la-simple_coder.Plo
  719. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c -o liblzma_la-powerpc.lo `test -f 'simple/powerpc.c' || echo './'`simple/powerpc.c
  720. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c simple/simple_encoder.c -o liblzma_la-simple_encoder.o
  721. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c simple/x86.c -o liblzma_la-x86.o
  722. mv -f .deps/liblzma_la-simple_encoder.Tpo .deps/liblzma_la-simple_encoder.Plo
  723. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c -o liblzma_la-ia64.lo `test -f 'simple/ia64.c' || echo './'`simple/ia64.c
  724. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c simple/simple_decoder.c -o liblzma_la-simple_decoder.o
  725. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c simple/powerpc.c -o liblzma_la-powerpc.o
  726. mv -f .deps/liblzma_la-x86.Tpo .deps/liblzma_la-x86.Plo
  727. mv -f .deps/liblzma_la-simple_decoder.Tpo .deps/liblzma_la-simple_decoder.Plo
  728. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c -o liblzma_la-arm.lo `test -f 'simple/arm.c' || echo './'`simple/arm.c
  729. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c -o liblzma_la-armthumb.lo `test -f 'simple/armthumb.c' || echo './'`simple/armthumb.c
  730. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c simple/ia64.c -o liblzma_la-ia64.o
  731. mv -f .deps/liblzma_la-powerpc.Tpo .deps/liblzma_la-powerpc.Plo
  732. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c -o liblzma_la-sparc.lo `test -f 'simple/sparc.c' || echo './'`simple/sparc.c
  733. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c simple/arm.c -o liblzma_la-arm.o
  734. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c simple/armthumb.c -o liblzma_la-armthumb.o
  735. mv -f .deps/liblzma_la-ia64.Tpo .deps/liblzma_la-ia64.Plo
  736. rm -f liblzma.pc
  737. sed \
  738. -e 's,@prefix[@],/usr/local,g' \
  739. -e 's,@exec_prefix[@],/usr/local,g' \
  740. -e 's,@libdir[@],/usr/local/lib,g' \
  741. -e 's,@includedir[@],/usr/local/include,g' \
  742. -e 's,@PACKAGE_URL[@],https://tukaani.org/xz/,g' \
  743. -e 's,@PACKAGE_VERSION[@],5.2.4,g' \
  744. -e 's,@PTHREAD_CFLAGS[@],-pthread,g' \
  745. -e 's,@LIBS[@],,g' \
  746. < ./liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; }
  747. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c simple/sparc.c -o liblzma_la-sparc.o
  748. mv -f .deps/liblzma_la-arm.Tpo .deps/liblzma_la-arm.Plo
  749. mv -f .deps/liblzma_la-armthumb.Tpo .deps/liblzma_la-armthumb.Plo
  750. mv -f .deps/liblzma_la-sparc.Tpo .deps/liblzma_la-sparc.Plo
  751. /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -std=c99 -no-undefined -version-info 7:4:2 -Wl,--version-script=../../src/liblzma/liblzma.map -o liblzma.la -rpath /usr/local/lib liblzma_la-tuklib_physmem.lo liblzma_la-tuklib_cpucores.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-vli_size.lo liblzma_la-hardware_cputhreads.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-outqueue.lo liblzma_la-stream_encoder_mt.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-check.lo liblzma_la-crc32_table.lo liblzma_la-crc32_fast.lo liblzma_la-crc64_table.lo liblzma_la-crc64_fast.lo liblzma_la-sha256.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo liblzma_la-price_table.lo liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-sparc.lo
  752. libtool: link: ar cr .libs/liblzma.a liblzma_la-tuklib_physmem.o liblzma_la-tuklib_cpucores.o liblzma_la-common.o liblzma_la-block_util.o liblzma_la-easy_preset.o liblzma_la-filter_common.o liblzma_la-hardware_physmem.o liblzma_la-index.o liblzma_la-stream_flags_common.o liblzma_la-vli_size.o liblzma_la-hardware_cputhreads.o liblzma_la-alone_encoder.o liblzma_la-block_buffer_encoder.o liblzma_la-block_encoder.o liblzma_la-block_header_encoder.o liblzma_la-easy_buffer_encoder.o liblzma_la-easy_encoder.o liblzma_la-easy_encoder_memusage.o liblzma_la-filter_buffer_encoder.o liblzma_la-filter_encoder.o liblzma_la-filter_flags_encoder.o liblzma_la-index_encoder.o liblzma_la-stream_buffer_encoder.o liblzma_la-stream_encoder.o liblzma_la-stream_flags_encoder.o liblzma_la-vli_encoder.o liblzma_la-outqueue.o liblzma_la-stream_encoder_mt.o liblzma_la-alone_decoder.o liblzma_la-auto_decoder.o liblzma_la-block_buffer_decoder.o liblzma_la-block_decoder.o liblzma_la-block_header_decoder.o liblzma_la-easy_decoder_memusage.o liblzma_la-filter_buffer_decoder.o liblzma_la-filter_decoder.o liblzma_la-filter_flags_decoder.o liblzma_la-index_decoder.o liblzma_la-index_hash.o liblzma_la-stream_buffer_decoder.o liblzma_la-stream_decoder.o liblzma_la-stream_flags_decoder.o liblzma_la-vli_decoder.o liblzma_la-check.o liblzma_la-crc32_table.o liblzma_la-crc32_fast.o liblzma_la-crc64_table.o liblzma_la-crc64_fast.o liblzma_la-sha256.o liblzma_la-lz_encoder.o liblzma_la-lz_encoder_mf.o liblzma_la-lz_decoder.o liblzma_la-lzma_encoder_presets.o liblzma_la-lzma_encoder.o liblzma_la-lzma_encoder_optimum_fast.o liblzma_la-lzma_encoder_optimum_normal.o liblzma_la-fastpos_table.o liblzma_la-lzma_decoder.o liblzma_la-lzma2_encoder.o liblzma_la-lzma2_decoder.o liblzma_la-price_table.o liblzma_la-delta_common.o liblzma_la-delta_encoder.o liblzma_la-delta_decoder.o liblzma_la-simple_coder.o liblzma_la-simple_encoder.o liblzma_la-simple_decoder.o liblzma_la-x86.o liblzma_la-powerpc.o liblzma_la-ia64.o liblzma_la-arm.o liblzma_la-armthumb.o liblzma_la-sparc.o
  753. libtool: link: ranlib .libs/liblzma.a
  754. libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" )
  755. make[7]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma'
  756. make[6]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma'
  757. Making all in xzdec
  758. make[6]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/xzdec'
  759. make[6]: Nothing to be done for 'all'.
  760. make[6]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/xzdec'
  761. Making all in scripts
  762. make[6]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/scripts'
  763. make[6]: Nothing to be done for 'all'.
  764. make[6]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/scripts'
  765. make[6]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src'
  766. make[6]: Nothing to be done for 'all-am'.
  767. make[6]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src'
  768. make[5]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src'
  769. Making all in po
  770. make[5]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/po'
  771. make[5]: Nothing to be done for 'all'.
  772. make[5]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/po'
  773. Making all in tests
  774. make[5]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/tests'
  775. make[5]: Nothing to be done for 'all'.
  776. make[5]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/tests'
  777. make[5]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
  778. make[5]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
  779. make[4]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
  780. make[3]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
  781. make -j4 -C squashfs-4.3 XZUTILSDIR=/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4 ; \
  782. cp squashfs-4.3/mksquashfs ./
  783. make[3]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/squashfs-4.3'
  784. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o mksquashfs.o mksquashfs.c
  785. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_fs.o read_fs.c
  786. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o action.o action.c
  787. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o swap.o swap.c
  788. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o pseudo.o pseudo.c
  789. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o compressor.o compressor.c
  790. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o sort.o sort.c
  791. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o progressbar.o progressbar.c
  792. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_file.o read_file.c
  793. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o info.o info.c
  794. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o restore.o restore.c
  795. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o process_fragments.o process_fragments.c
  796. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o caches-queues-lists.o caches-queues-lists.c
  797. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o gzip_wrapper.o gzip_wrapper.c
  798. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o xz_wrapper.o xz_wrapper.c
  799. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o xattr.o xattr.c
  800. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o read_xattrs.o read_xattrs.c
  801. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquashfs.o unsquashfs.c
  802. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-1.o unsquash-1.c
  803. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-2.o unsquash-2.c
  804. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-3.o unsquash-3.c
  805. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquash-4.o unsquash-4.c
  806. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquashfs_info.o unsquashfs_info.c
  807. gcc -Wall -O2 -I. -I/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\" -Wall -DGZIP_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -c -o unsquashfs_xattr.o unsquashfs_xattr.c
  808. gcc mksquashfs.o read_fs.o action.o swap.o pseudo.o compressor.o sort.o progressbar.o read_file.o info.o restore.o process_fragments.o caches-queues-lists.o gzip_wrapper.o xz_wrapper.o xattr.o read_xattrs.o -lpthread -lm -lz /home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/.libs/liblzma.a -o mksquashfs
  809. gcc unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o unsquash-4.o swap.o compressor.o unsquashfs_info.o gzip_wrapper.o xz_wrapper.o read_xattrs.o unsquashfs_xattr.o -lpthread -lm -lz /home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/.libs/liblzma.a -o unsquashfs
  810. make[3]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/squashfs-4.3'
  811. make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz'
  812. make[1]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools'
  813. make ARCH=mips CROSS_COMPILE=/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/../toolchain/out/bin/mipsel-linux-uclibc- -j4 -C linux-3.4.x || exit 1
  814. make[1]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
  815. CHK include/linux/version.h
  816. CHK include/generated/utsrelease.h
  817. CC scripts/mod/empty.o
  818. HOSTCC scripts/mod/mk_elfconfig
  819. MKELF scripts/mod/elfconfig.h
  820. HOSTCC scripts/mod/modpost.o
  821. HOSTCC scripts/mod/file2alias.o
  822. HOSTCC scripts/mod/sumversion.o
  823. CC kernel/bounds.s
  824. GEN include/generated/bounds.h
  825. CC arch/mips/kernel/asm-offsets.s
  826. GEN include/generated/asm-offsets.h
  827. CALL scripts/checksyscalls.sh
  828. HOSTLD scripts/mod/modpost
  829. CHK include/generated/compile.h
  830. CC init/do_mounts.o
  831. CC init/main.o
  832. UPD include/generated/compile.h
  833. CC init/noinitramfs.o
  834. LD usr/built-in.o
  835. CC init/calibrate.o
  836. CC arch/mips/kernel/cpu-probe.o
  837. CC arch/mips/kernel/branch.o
  838. CC arch/mips/math-emu/cp1emu.o
  839. AS arch/mips/kernel/entry.o
  840. AS arch/mips/kernel/genex.o
  841. CC arch/mips/kernel/irq.o
  842. CC arch/mips/kernel/process.o
  843. CC init/init_task.o
  844. CC arch/mips/math-emu/ieee754m.o
  845. CC arch/mips/kernel/ptrace.o
  846. CC arch/mips/math-emu/ieee754d.o
  847. CC arch/mips/math-emu/ieee754dp.o
  848. CC arch/mips/kernel/reset.o
  849. CC arch/mips/kernel/setup.o
  850. CC arch/mips/math-emu/ieee754sp.o
  851. CC arch/mips/mm/cache.o
  852. CC arch/mips/math-emu/ieee754.o
  853. CC arch/mips/kernel/signal.o
  854. CC init/version.o
  855. CC arch/mips/math-emu/ieee754xcpt.o
  856. CC arch/mips/mm/dma-default.o
  857. LD init/mounts.o
  858. LD init/built-in.o
  859. CC arch/mips/math-emu/dp_frexp.o
  860. CC arch/mips/math-emu/dp_modf.o
  861. CC arch/mips/mm/extable.o
  862. CC arch/mips/math-emu/dp_div.o
  863. CC arch/mips/math-emu/dp_mul.o
  864. CC arch/mips/mm/fault.o
  865. CC arch/mips/kernel/syscall.o
  866. CC arch/mips/mm/gup.o
  867. CC arch/mips/math-emu/dp_sub.o
  868. CC arch/mips/kernel/time.o
  869. CC arch/mips/mm/init.o
  870. CC arch/mips/math-emu/dp_add.o
  871. CC arch/mips/rt2880/reset.o
  872. CC arch/mips/rt2880/init.o
  873. CC arch/mips/kernel/topology.o
  874. CC arch/mips/mm/mmap.o
  875. CC arch/mips/math-emu/dp_fsp.o
  876. CC arch/mips/rt2880/memory.o
  877. CC arch/mips/kernel/traps.o
  878. CC arch/mips/math-emu/dp_cmp.o
  879. CC arch/mips/rt2880/printf.o
  880. CC arch/mips/mm/page.o
  881. CC arch/mips/rt2880/cmdline.o
  882. CC arch/mips/math-emu/dp_logb.o
  883. CC arch/mips/rt2880/setup.o
  884. CC arch/mips/rt2880/time.o
  885. CC arch/mips/math-emu/dp_scalb.o
  886. CC arch/mips/math-emu/dp_simple.o
  887. CC arch/mips/kernel/unaligned.o
  888. CC arch/mips/rt2880/irq-gic.o
  889. AS arch/mips/mm/page-funcs.o
  890. CC arch/mips/math-emu/dp_tint.o
  891. CC arch/mips/mm/tlbex.o
  892. CC arch/mips/kernel/watch.o
  893. CC arch/mips/rt2880/malta-amon.o
  894. CC arch/mips/kernel/vdso.o
  895. CC arch/mips/math-emu/dp_fint.o
  896. CC arch/mips/rt2880/pci.o
  897. AS arch/mips/mm/tlbex-fault.o
  898. CC arch/mips/math-emu/dp_tlong.o
  899. CC arch/mips/mm/uasm.o
  900. CC arch/mips/kernel/cevt-r4k.o
  901. CC arch/mips/math-emu/dp_flong.o
  902. CC arch/mips/kernel/csrc-r4k.o
  903. CC arch/mips/rt2880/dev-xhci.o
  904. CC arch/mips/math-emu/sp_frexp.o
  905. CC arch/mips/mm/ioremap.o
  906. CC arch/mips/rt2880/uphy.o
  907. CC arch/mips/kernel/sync-r4k.o
  908. CC arch/mips/math-emu/sp_modf.o
  909. CC arch/mips/mm/pgtable-32.o
  910. CC [M] arch/mips/rt2880/rt_timer_wdg.o
  911. CC arch/mips/kernel/mips_ksyms.o
  912. CC arch/mips/math-emu/sp_div.o
  913. CC arch/mips/mm/c-r4k.o
  914. LD arch/mips/rt2880/built-in.o
  915. AS arch/mips/mm/cex-gen.o
  916. CC arch/mips/kernel/module.o
  917. CC arch/mips/mm/tlb-r4k.o
  918. CC arch/mips/math-emu/sp_mul.o
  919. CC arch/mips/math-emu/sp_sub.o
  920. AS arch/mips/kernel/r4k_fpu.o
  921. AS arch/mips/kernel/r4k_switch.o
  922. CC arch/mips/kernel/smp.o
  923. CC arch/mips/math-emu/sp_add.o
  924. CC arch/mips/mm/sc-mips.o
  925. CC kernel/fork.o
  926. CC arch/mips/math-emu/sp_fdp.o
  927. LD arch/mips/mm/built-in.o
  928. CC arch/mips/kernel/smp-up.o
  929. CC kernel/exec_domain.o
  930. CC arch/mips/math-emu/sp_cmp.o
  931. CC arch/mips/kernel/mips-mt.o
  932. CC arch/mips/math-emu/sp_logb.o
  933. CC kernel/panic.o
  934. CC arch/mips/math-emu/sp_scalb.o
  935. CC arch/mips/kernel/mips-mt-fpaff.o
  936. CC arch/mips/math-emu/sp_simple.o
  937. CC kernel/printk.o
  938. CC arch/mips/kernel/smp-mt.o
  939. CC kernel/cpu.o
  940. CC arch/mips/math-emu/sp_tint.o
  941. CC arch/mips/kernel/smp-cmp.o
  942. CC arch/mips/math-emu/sp_fint.o
  943. CC arch/mips/kernel/smp-gic.o
  944. CC arch/mips/math-emu/sp_tlong.o
  945. CC mm/filemap.o
  946. CC arch/mips/kernel/spram.o
  947. CC kernel/exit.o
  948. CC arch/mips/math-emu/sp_flong.o
  949. CC arch/mips/kernel/irq_cpu.o
  950. CC arch/mips/math-emu/dp_sqrt.o
  951. CC arch/mips/kernel/irq-gic.o
  952. CC arch/mips/math-emu/sp_sqrt.o
  953. AS arch/mips/kernel/scall32-o32.o
  954. CC arch/mips/math-emu/kernel_linkage.o
  955. CC arch/mips/kernel/proc.o
  956. CC arch/mips/math-emu/dsemul.o
  957. CC kernel/itimer.o
  958. AS arch/mips/kernel/head.o
  959. LDS arch/mips/kernel/vmlinux.lds
  960. CC mm/mempool.o
  961. LD arch/mips/kernel/built-in.o
  962. LD arch/mips/math-emu/built-in.o
  963. CC mm/oom_kill.o
  964. LD arch/mips/built-in.o
  965. TIMEC kernel/timeconst.h
  966. CC mm/fadvise.o
  967. CC kernel/softirq.o
  968. CC fs/open.o
  969. CC mm/maccess.o
  970. CC mm/page_alloc.o
  971. CC fs/read_write.o
  972. CC kernel/resource.o
  973. CC fs/file_table.o
  974. CC fs/super.o
  975. CC fs/char_dev.o
  976. CC kernel/sysctl.o
  977. CC fs/stat.o
  978. CC fs/exec.o
  979. CC fs/pipe.o
  980. CC mm/page-writeback.o
  981. CC kernel/sysctl_binary.o
  982. CC mm/readahead.o
  983. CC fs/namei.o
  984. CC mm/swap.o
  985. CC kernel/capability.o
  986. CC mm/truncate.o
  987. CC kernel/ptrace.o
  988. CC mm/vmscan.o
  989. CC kernel/timer.o
  990. CC kernel/user.o
  991. CC kernel/signal.o
  992. CC kernel/sys.o
  993. CC fs/fcntl.o
  994. CC mm/shmem.o
  995. CC fs/ioctl.o
  996. CC kernel/kmod.o
  997. CC fs/readdir.o
  998. CC fs/select.o
  999. CC kernel/workqueue.o
  1000. CC mm/prio_tree.o
  1001. CC mm/util.o
  1002. CC fs/fifo.o
  1003. CC fs/dcache.o
  1004. CC mm/mmzone.o
  1005. CC mm/vmstat.o
  1006. CC mm/backing-dev.o
  1007. CC kernel/pid.o
  1008. CC mm/page_isolation.o
  1009. CC mm/mm_init.o
  1010. CC mm/mmu_context.o
  1011. CC fs/inode.o
  1012. CC mm/percpu.o
  1013. CC kernel/rcupdate.o
  1014. CC fs/attr.o
  1015. CC kernel/extable.o
  1016. CC fs/bad_inode.o
  1017. CC kernel/params.o
  1018. CC fs/file.o
  1019. CC ipc/util.o
  1020. CC mm/fremap.o
  1021. CC kernel/posix-timers.o
  1022. CC fs/filesystems.o
  1023. CC ipc/msgutil.o
  1024. CC mm/highmem.o
  1025. CC ipc/msg.o
  1026. CC fs/namespace.o
  1027. CC mm/madvise.o
  1028. CC kernel/kthread.o
  1029. CC kernel/wait.o
  1030. CC mm/memory.o
  1031. CC ipc/sem.o
  1032. CC kernel/kfifo.o
  1033. CC kernel/sys_ni.o
  1034. CC fs/seq_file.o
  1035. CC kernel/posix-cpu-timers.o
  1036. CC ipc/shm.o
  1037. CC mm/mincore.o
  1038. CC fs/xattr.o
  1039. CC ipc/ipcns_notifier.o
  1040. CC kernel/mutex.o
  1041. CC mm/mlock.o
  1042. CC ipc/syscall.o
  1043. CC fs/libfs.o
  1044. CC ipc/ipc_sysctl.o
  1045. CC mm/mmap.o
  1046. CC kernel/hrtimer.o
  1047. LD ipc/built-in.o
  1048. CC fs/fs-writeback.o
  1049. CC security/commoncap.o
  1050. CC kernel/rwsem.o
  1051. CC security/min_addr.o
  1052. CC fs/pnode.o
  1053. CC mm/mprotect.o
  1054. CC kernel/nsproxy.o
  1055. CC fs/drop_caches.o
  1056. CC mm/mremap.o
  1057. LD security/built-in.o
  1058. CC fs/splice.o
  1059. CC fs/sync.o
  1060. CC kernel/srcu.o
  1061. CC kernel/semaphore.o
  1062. CC mm/msync.o
  1063. CC fs/utimes.o
  1064. CC kernel/notifier.o
  1065. CC mm/rmap.o
  1066. CC mm/vmalloc.o
  1067. CC fs/stack.o
  1068. CC kernel/ksysfs.o
  1069. kernel/ksysfs.c:56:16: warning: 'uevent_helper_attr' defined but not used [-Wunused-variable]
  1070. KERNEL_ATTR_RW(uevent_helper);
  1071. ^
  1072. kernel/ksysfs.c:27:30: note: in definition of macro 'KERNEL_ATTR_RW'
  1073. static struct kobj_attribute _name##_attr = \
  1074. ^~~~~
  1075. kernel/ksysfs.c:36:16: warning: 'uevent_seqnum_attr' defined but not used [-Wunused-variable]
  1076. KERNEL_ATTR_RO(uevent_seqnum);
  1077. ^
  1078. kernel/ksysfs.c:24:30: note: in definition of macro 'KERNEL_ATTR_RO'
  1079. static struct kobj_attribute _name##_attr = __ATTR_RO(_name)
  1080. ^~~~~
  1081. CC fs/fs_struct.o
  1082. CC kernel/cred.o
  1083. CC mm/pagewalk.o
  1084. CC fs/statfs.o
  1085. CC kernel/async.o
  1086. CC mm/pgtable-generic.o
  1087. CC kernel/range.o
  1088. CC fs/buffer.o
  1089. CC kernel/groups.o
  1090. CC fs/bio.o
  1091. CC mm/process_vm_access.o
  1092. CC kernel/irq/irqdesc.o
  1093. CC mm/init-mm.o
  1094. CC mm/bootmem.o
  1095. CC kernel/irq/handle.o
  1096. CC fs/block_dev.o
  1097. CC kernel/irq/manage.o
  1098. CC mm/memblock.o
  1099. CC fs/direct-io.o
  1100. CC kernel/irq/spurious.o
  1101. CC fs/mpage.o
  1102. CC mm/page_io.o
  1103. CC kernel/irq/resend.o
  1104. CC mm/swap_state.o
  1105. CC kernel/irq/chip.o
  1106. CC mm/swapfile.o
  1107. CC kernel/irq/dummychip.o
  1108. CC kernel/irq/devres.o
  1109. CC kernel/irq/autoprobe.o
  1110. CC fs/ioprio.o
  1111. CC kernel/irq/proc.o
  1112. CC fs/proc_namespace.o
  1113. CC mm/thrash.o
  1114. CC fs/devpts/inode.o
  1115. LD fs/exfat/built-in.o
  1116. LD kernel/irq/built-in.o
  1117. CC [M] fs/exfat/exfat_core.o
  1118. CC kernel/power/qos.o
  1119. CC mm/dmapool.o
  1120. LD fs/devpts/devpts.o
  1121. LD fs/devpts/built-in.o
  1122. LD fs/exofs/built-in.o
  1123. LD kernel/power/built-in.o
  1124. CC mm/slab.o
  1125. fs/exfat/exfat_core.c: In function 'ffsMountVol':
  1126. fs/exfat/exfat_core.c:183:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  1127. if (sector_read(sb, 0, &tmp_bh, 1) != FFS_SUCCESS)
  1128. ^~
  1129. fs/exfat/exfat_core.c:186:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  1130. p_fs->PBR_sector = 0;
  1131. ^~~~
  1132. CC kernel/sched/core.o
  1133. LD fs/exportfs/built-in.o
  1134. CC [M] fs/exportfs/expfs.o
  1135. LD [M] fs/exportfs/exportfs.o
  1136. CC kernel/sched/clock.o
  1137. CC kernel/sched/idle_task.o
  1138. LD mm/built-in.o
  1139. CC kernel/sched/fair.o
  1140. CC crypto/api.o
  1141. CC crypto/cipher.o
  1142. crypto/cipher.c: In function 'cipher_crypt_unaligned':
  1143. crypto/cipher.c:70:2: warning: ISO C90 forbids variable length array 'buffer' [-Wvla]
  1144. u8 buffer[size + alignmask];
  1145. ^~
  1146. CC [M] fs/exfat/exfat_super.o
  1147. CC crypto/compress.o
  1148. CC crypto/algapi.o
  1149. CC kernel/sched/rt.o
  1150. CC block/elevator.o
  1151. CC crypto/scatterwalk.o
  1152. CC kernel/sched/stop_task.o
  1153. CC block/blk-core.o
  1154. CC [M] fs/exfat/exfat_api.o
  1155. CC kernel/sched/cpupri.o
  1156. CC crypto/proc.o
  1157. CC [M] fs/exfat/exfat_blkdev.o
  1158. CC crypto/ablkcipher.o
  1159. LD kernel/sched/built-in.o
  1160. CC kernel/time/timekeeping.o
  1161. CC [M] fs/exfat/exfat_cache.o
  1162. CC crypto/blkcipher.o
  1163. CC kernel/time/ntp.o
  1164. CC [M] fs/exfat/exfat_data.o
  1165. CC block/blk-tag.o
  1166. CC kernel/time/clocksource.o
  1167. CC [M] fs/exfat/exfat_bitmap.o
  1168. CC [M] fs/exfat/exfat_nls.o
  1169. CC crypto/ahash.o
  1170. CC block/blk-sysfs.o
  1171. CC kernel/time/jiffies.o
  1172. CC kernel/time/timer_list.o
  1173. CC [M] fs/exfat/exfat_oal.o
  1174. CC crypto/shash.o
  1175. CC block/blk-flush.o
  1176. CC [M] fs/exfat/exfat_upcase.o
  1177. crypto/shash.c: In function 'shash_update_unaligned':
  1178. crypto/shash.c:83:3: warning: ISO C90 forbids variable length array 'ubuf' [-Wvla]
  1179. __attribute__ ((aligned));
  1180. ^~~~~~~~~~~~~
  1181. crypto/shash.c: In function 'shash_final_unaligned':
  1182. crypto/shash.c:119:3: warning: ISO C90 forbids variable length array 'ubuf' [-Wvla]
  1183. __attribute__ ((aligned));
  1184. ^~~~~~~~~~~~~
  1185. CC kernel/time/timecompare.o
  1186. LD [M] fs/exfat/exfat.o
  1187. LD fs/ext4/built-in.o
  1188. CC block/blk-settings.o
  1189. CC crypto/algboss.o
  1190. CC [M] fs/ext4/balloc.o
  1191. CC kernel/time/timeconv.o
  1192. CC kernel/time/posix-clock.o
  1193. CC crypto/testmgr.o
  1194. CC block/blk-ioc.o
  1195. CC kernel/time/alarmtimer.o
  1196. CC block/blk-map.o
  1197. CC crypto/crypto_wq.o
  1198. CC [M] fs/ext4/bitmap.o
  1199. LD crypto/crypto_algapi.o
  1200. CC crypto/aead.o
  1201. CC block/blk-exec.o
  1202. CC kernel/time/clockevents.o
  1203. CC [M] fs/ext4/dir.o
  1204. LD crypto/crypto_blkcipher.o
  1205. CC crypto/chainiv.o
  1206. CC kernel/time/tick-common.o
  1207. CC block/blk-merge.o
  1208. CC [M] fs/ext4/file.o
  1209. CC kernel/time/tick-oneshot.o
  1210. CC crypto/eseqiv.o
  1211. CC kernel/time/tick-sched.o
  1212. CC [M] fs/ext4/fsync.o
  1213. CC block/blk-softirq.o
  1214. LD crypto/crypto_hash.o
  1215. LD crypto/cryptomgr.o
  1216. CC crypto/hmac.o
  1217. CC block/blk-timeout.o
  1218. LD kernel/time/built-in.o
  1219. CC [M] fs/ext4/ialloc.o
  1220. CC kernel/futex.o
  1221. crypto/hmac.c: In function 'hmac_setkey':
  1222. crypto/hmac.c:57:3: warning: ISO C90 forbids variable length array 'ctx' [-Wvla]
  1223. char ctx[crypto_shash_descsize(hash)];
  1224. ^~~~
  1225. CC crypto/sha1_generic.o
  1226. CC crypto/ecb.o
  1227. CC block/blk-iopoll.o
  1228. CC crypto/cbc.o
  1229. CC block/blk-lib.o
  1230. CC [M] fs/ext4/inode.o
  1231. crypto/cbc.c: In function 'crypto_cbc_decrypt_inplace':
  1232. crypto/cbc.c:149:2: warning: ISO C90 forbids variable length array 'last_iv' [-Wvla]
  1233. u8 last_iv[bsize];
  1234. ^~
  1235. CC crypto/des_generic.o
  1236. CC block/ioctl.o
  1237. CC kernel/rtmutex.o
  1238. CC block/genhd.o
  1239. CC kernel/smp.o
  1240. CC crypto/aes_generic.o
  1241. CC kernel/spinlock.o
  1242. CC kernel/module.o
  1243. CC block/scsi_ioctl.o
  1244. CC crypto/arc4.o
  1245. CC block/partition-generic.o
  1246. CC crypto/authenc.o
  1247. CC block/partitions/check.o
  1248. CC kernel/stop_machine.o
  1249. CC [M] fs/ext4/page-io.o
  1250. CC crypto/authencesn.o
  1251. CC kernel/rcutree.o
  1252. CC block/partitions/msdos.o
  1253. CC [M] fs/ext4/ioctl.o
  1254. CC crypto/rng.o
  1255. CC block/partitions/efi.o
  1256. CC crypto/krng.o
  1257. CC [M] fs/ext4/namei.o
  1258. CC kernel/utsname_sysctl.o
  1259. CC [M] crypto/md5.o
  1260. LD block/partitions/built-in.o
  1261. CC block/noop-iosched.o
  1262. CC kernel/elfcore.o
  1263. CC [M] crypto/sha256_generic.o
  1264. CC kernel/time.o
  1265. LD block/built-in.o
  1266. CC [M] fs/ext4/super.o
  1267. LD kernel/built-in.o
  1268. LD drivers/auxdisplay/built-in.o
  1269. CC [M] crypto/deflate.o
  1270. CC drivers/base/core.o
  1271. CC drivers/base/bus.o
  1272. LD crypto/crypto.o
  1273. LD crypto/built-in.o
  1274. LD sound/built-in.o
  1275. LD firmware/built-in.o
  1276. CC drivers/base/dd.o
  1277. CC drivers/base/syscore.o
  1278. CC drivers/base/driver.o
  1279. CC [M] fs/ext4/symlink.o
  1280. CC drivers/base/class.o
  1281. CC drivers/base/platform.o
  1282. CC drivers/base/cpu.o
  1283. CC drivers/base/firmware.o
  1284. CC [M] fs/ext4/hash.o
  1285. CC drivers/base/init.o
  1286. CC drivers/base/map.o
  1287. CC arch/mips/pci/pci.o
  1288. CC net/socket.o
  1289. CC [M] fs/ext4/resize.o
  1290. CC drivers/base/devres.o
  1291. LD arch/mips/pci/built-in.o
  1292. CC lib/bcd.o
  1293. CC drivers/base/attribute_container.o
  1294. CC lib/div64.o
  1295. CC drivers/base/transport_class.o
  1296. CC lib/sort.o
  1297. CC lib/parser.o
  1298. CC drivers/base/topology.o
  1299. CC lib/halfmd4.o
  1300. CC net/802/p8022.o
  1301. LD drivers/base/power/built-in.o
  1302. CC lib/debug_locks.o
  1303. CC [M] fs/ext4/extents.o
  1304. CC drivers/base/dma-mapping.o
  1305. CC lib/random32.o
  1306. CC drivers/base/module.o
  1307. CC lib/bust_spinlocks.o
  1308. CC net/802/psnap.o
  1309. LD drivers/base/built-in.o
  1310. CC drivers/block/loop.o
  1311. CC lib/hexdump.o
  1312. CC net/802/stp.o
  1313. CC lib/kasprintf.o
  1314. CC lib/bitmap.o
  1315. LD net/802/built-in.o
  1316. CC net/8021q/vlan_core.o
  1317. LD drivers/block/built-in.o
  1318. LD drivers/cdrom/built-in.o
  1319. CC [M] drivers/cdrom/cdrom.o
  1320. CC [M] fs/ext4/ext4_jbd2.o
  1321. CC lib/scatterlist.o
  1322. CC net/8021q/vlan.o
  1323. CC [M] fs/ext4/migrate.o
  1324. CC lib/string_helpers.o
  1325. CC lib/gcd.o
  1326. CC lib/lcm.o
  1327. CC lib/list_sort.o
  1328. CC net/8021q/vlan_dev.o
  1329. CC lib/uuid.o
  1330. CC [M] fs/ext4/mballoc.o
  1331. CC lib/flex_array.o
  1332. CC lib/bsearch.o
  1333. CC net/8021q/vlan_netlink.o
  1334. CC drivers/char/mem.o
  1335. CC lib/find_last_bit.o
  1336. CC lib/find_next_bit.o
  1337. CC lib/llist.o
  1338. CC net/8021q/vlanproc.o
  1339. CC lib/kstrtox.o
  1340. CC drivers/char/random.o
  1341. CC lib/pci_iomap.o
  1342. LD net/8021q/8021q.o
  1343. LD net/8021q/built-in.o
  1344. CC net/bridge/br.o
  1345. CC lib/iomap_copy.o
  1346. CC drivers/char/misc.o
  1347. CC lib/devres.o
  1348. CC net/bridge/br_device.o
  1349. CC drivers/char/ralink/ralink_gpio.o
  1350. CC lib/hweight.o
  1351. CC lib/bitrev.o
  1352. CC net/bridge/br_fdb.o
  1353. LD drivers/char/ralink/built-in.o
  1354. CC [M] fs/ext4/block_validity.o
  1355. CC lib/crc-ccitt.o
  1356. LD drivers/char/built-in.o
  1357. LD drivers/clk/built-in.o
  1358. CC lib/crc16.o
  1359. LD drivers/clocksource/built-in.o
  1360. LD drivers/crypto/built-in.o
  1361. HOSTCC lib/gen_crc32table
  1362. CC [M] fs/ext4/move_extent.o
  1363. LD drivers/firewire/built-in.o
  1364. LD drivers/firmware/built-in.o
  1365. CC lib/xz/xz_dec_syms.o
  1366. LD drivers/gpio/built-in.o
  1367. CC net/bridge/br_forward.o
  1368. LD drivers/gpu/drm/i2c/built-in.o
  1369. LD drivers/gpu/drm/built-in.o
  1370. CC lib/xz/xz_dec_stream.o
  1371. LD drivers/gpu/stub/built-in.o
  1372. LD drivers/gpu/vga/built-in.o
  1373. LD drivers/gpu/built-in.o
  1374. LD drivers/hsi/clients/built-in.o
  1375. LD drivers/hsi/built-in.o
  1376. LD drivers/i2c/algos/built-in.o
  1377. CC [M] fs/ext4/mmp.o
  1378. LD drivers/i2c/busses/built-in.o
  1379. LD drivers/i2c/muxes/built-in.o
  1380. CC net/bridge/br_if.o
  1381. CC lib/xz/xz_dec_lzma2.o
  1382. LD drivers/i2c/built-in.o
  1383. LD drivers/idle/built-in.o
  1384. LD drivers/ieee802154/built-in.o
  1385. CC [M] fs/ext4/indirect.o
  1386. LD drivers/leds/built-in.o
  1387. LD drivers/lguest/built-in.o
  1388. LD lib/xz/xz_dec.o
  1389. LD lib/xz/built-in.o
  1390. CC net/bridge/br_input.o
  1391. LD lib/zlib_deflate/built-in.o
  1392. LD drivers/macintosh/built-in.o
  1393. CC [M] lib/zlib_deflate/deflate.o
  1394. LD drivers/media/common/tuners/built-in.o
  1395. LD drivers/media/common/built-in.o
  1396. LD drivers/media/radio/built-in.o
  1397. CC net/bridge/br_ioctl.o
  1398. LD drivers/media/rc/keymaps/built-in.o
  1399. CC [M] lib/zlib_deflate/deftree.o
  1400. LD drivers/media/rc/built-in.o
  1401. LD drivers/media/video/davinci/built-in.o
  1402. LD drivers/media/video/uvc/built-in.o
  1403. CC [M] drivers/media/video/uvc/uvc_driver.o
  1404. CC [M] fs/ext4/xattr.o
  1405. CC net/bridge/br_notify.o
  1406. CC [M] lib/zlib_deflate/deflate_syms.o
  1407. CC net/bridge/br_stp.o
  1408. LD [M] lib/zlib_deflate/zlib_deflate.o
  1409. LD lib/zlib_inflate/built-in.o
  1410. CC [M] lib/zlib_inflate/inffast.o
  1411. CC [M] fs/ext4/xattr_user.o
  1412. CC [M] lib/zlib_inflate/inflate.o
  1413. CC net/bridge/br_stp_bpdu.o
  1414. CC [M] fs/ext4/xattr_trusted.o
  1415. CC [M] drivers/media/video/uvc/uvc_queue.o
  1416. LD [M] fs/ext4/ext4.o
  1417. LD fs/fuse/built-in.o
  1418. CC [M] lib/zlib_inflate/infutil.o
  1419. CC [M] fs/fuse/dev.o
  1420. CC net/bridge/br_stp_if.o
  1421. CC [M] drivers/media/video/uvc/uvc_v4l2.o
  1422. CC [M] lib/zlib_inflate/inftrees.o
  1423. CC [M] lib/zlib_inflate/inflate_syms.o
  1424. LD [M] lib/zlib_inflate/zlib_inflate.o
  1425. CC lib/textsearch.o
  1426. CC net/bridge/br_stp_timer.o
  1427. CC lib/ts_kmp.o
  1428. CC [M] drivers/media/video/uvc/uvc_video.o
  1429. CC net/bridge/br_netlink.o
  1430. CC lib/ts_bm.o
  1431. CC [M] fs/fuse/dir.o
  1432. CC lib/ts_fsm.o
  1433. CC net/bridge/br_sysfs_if.o
  1434. CC lib/percpu_counter.o
  1435. CC [M] drivers/media/video/uvc/uvc_ctrl.o
  1436. CC lib/nlattr.o
  1437. CC net/bridge/br_sysfs_br.o
  1438. CC [M] fs/fuse/file.o
  1439. CC lib/atomic64.o
  1440. CC [M] drivers/media/video/uvc/uvc_status.o
  1441. CC lib/cpu_rmap.o
  1442. CC net/bridge/br_netfilter.o
  1443. CC [M] drivers/media/video/uvc/uvc_isight.o
  1444. CC lib/dynamic_queue_limits.o
  1445. CC lib/argv_split.o
  1446. CC [M] drivers/media/video/uvc/uvc_debugfs.o
  1447. CC lib/cmdline.o
  1448. CC [M] fs/fuse/inode.o
  1449. CC lib/cpumask.o
  1450. LD [M] drivers/media/video/uvc/uvcvideo.o
  1451. CC [M] drivers/media/video/v4l2-dev.o
  1452. CC lib/ctype.o
  1453. CC lib/dec_and_lock.o
  1454. CC net/bridge/br_multicast.o
  1455. CC lib/decompress.o
  1456. CC [M] drivers/media/video/v4l2-ioctl.o
  1457. CC lib/dump_stack.o
  1458. CC lib/extable.o
  1459. CC [M] fs/fuse/control.o
  1460. CC lib/idr.o
  1461. LD [M] fs/fuse/fuse.o
  1462. LD fs/jbd2/built-in.o
  1463. CC [M] fs/jbd2/transaction.o
  1464. CC lib/int_sqrt.o
  1465. CC lib/ioremap.o
  1466. CC lib/irq_regs.o
  1467. CC lib/is_single_threaded.o
  1468. LD net/bridge/netfilter/built-in.o
  1469. CC [M] net/bridge/netfilter/ebtables.o
  1470. CC lib/klist.o
  1471. CC [M] fs/jbd2/commit.o
  1472. CC [M] drivers/media/video/v4l2-device.o
  1473. CC lib/kobject.o
  1474. CC lib/kobject_uevent.o
  1475. CC [M] drivers/media/video/v4l2-fh.o
  1476. CC [M] net/bridge/netfilter/ebtable_filter.o
  1477. CC [M] fs/jbd2/recovery.o
  1478. CC [M] drivers/media/video/v4l2-event.o
  1479. CC lib/md5.o
  1480. CC [M] net/bridge/netfilter/ebt_ip.o
  1481. CC lib/plist.o
  1482. CC [M] drivers/media/video/v4l2-ctrls.o
  1483. CC [M] fs/jbd2/checkpoint.o
  1484. CC lib/prio_heap.o
  1485. CC [M] net/bridge/netfilter/ebt_pkttype.o
  1486. CC lib/prio_tree.o
  1487. CC lib/proportions.o
  1488. CC [M] fs/jbd2/revoke.o
  1489. LD net/bridge/bridge.o
  1490. LD net/bridge/built-in.o
  1491. CC net/core/sock.o
  1492. CC lib/radix-tree.o
  1493. CC [M] fs/jbd2/journal.o
  1494. CC [M] drivers/media/video/v4l2-subdev.o
  1495. CC lib/ratelimit.o
  1496. CC lib/rbtree.o
  1497. CC [M] drivers/media/video/v4l2-int-device.o
  1498. CC lib/reciprocal_div.o
  1499. CC lib/rwsem-spinlock.o
  1500. CC [M] drivers/media/video/v4l2-common.o
  1501. CC lib/sha1.o
  1502. CC net/core/request_sock.o
  1503. CC [M] drivers/media/video/videobuf2-core.o
  1504. CC lib/show_mem.o
  1505. CC net/core/skbuff.o
  1506. CC lib/string.o
  1507. LD [M] fs/jbd2/jbd2.o
  1508. CC lib/timerqueue.o
  1509. LD fs/lockd/built-in.o
  1510. CC [M] fs/lockd/clntlock.o
  1511. CC lib/vsprintf.o
  1512. CC [M] drivers/media/video/videobuf2-memops.o
  1513. lib/vsprintf.c: In function 'resource_string':
  1514. lib/vsprintf.c:503:2: warning: ISO C90 forbids variable length array 'sym' [-Wvla]
  1515. char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE,
  1516. ^~~~
  1517. CC [M] drivers/media/video/videobuf2-vmalloc.o
  1518. CC [M] fs/lockd/clntproc.o
  1519. LD drivers/media/video/built-in.o
  1520. LD [M] drivers/media/video/videodev.o
  1521. CC net/core/iovec.o
  1522. LD drivers/media/built-in.o
  1523. GEN lib/crc32table.h
  1524. AR lib/lib.a
  1525. CC [M] fs/lockd/clntxdr.o
  1526. LD drivers/mfd/built-in.o
  1527. CC lib/crc32.o
  1528. LD drivers/misc/carma/built-in.o
  1529. LD drivers/misc/cb710/built-in.o
  1530. LD drivers/misc/eeprom/built-in.o
  1531. LD lib/built-in.o
  1532. LD drivers/misc/lis3lv02d/built-in.o
  1533. CC net/core/datagram.o
  1534. LD drivers/misc/ti-st/built-in.o
  1535. LD drivers/misc/built-in.o
  1536. CC [M] fs/lockd/host.o
  1537. LD arch/mips/fw/lib/built-in.o
  1538. LD drivers/mmc/built-in.o
  1539. AR arch/mips/fw/lib/lib.a
  1540. CC drivers/mtd/mtdcore.o
  1541. CC arch/mips/lib/iomap.o
  1542. CC net/core/stream.o
  1543. CC arch/mips/lib/iomap-pci.o
  1544. CC [M] fs/lockd/svc.o
  1545. CC arch/mips/lib/dump_tlb.o
  1546. CC drivers/mtd/mtdsuper.o
  1547. CC net/core/scm.o
  1548. CC drivers/mtd/mtdconcat.o
  1549. CC arch/mips/lib/ashldi3.o
  1550. CC [M] fs/lockd/svclock.o
  1551. CC arch/mips/lib/ashrdi3.o
  1552. CC net/core/gen_stats.o
  1553. CC arch/mips/lib/cmpdi2.o
  1554. CC drivers/mtd/mtdpart.o
  1555. CC arch/mips/lib/lshrdi3.o
  1556. CC [M] fs/lockd/svcshare.o
  1557. CC net/core/gen_estimator.o
  1558. CC arch/mips/lib/ucmpdi2.o
  1559. CC [M] fs/lockd/svcproc.o
  1560. AS arch/mips/lib/csum_partial.o
  1561. CC drivers/mtd/mtdchar.o
  1562. CC arch/mips/lib/delay.o
  1563. CC net/core/net_namespace.o
  1564. CC arch/mips/lib/memcmp.o
  1565. AS arch/mips/lib/memcpy.o
  1566. AS arch/mips/lib/memset.o
  1567. CC [M] fs/lockd/svcsubs.o
  1568. AS arch/mips/lib/strlen_user.o
  1569. AS arch/mips/lib/strncpy_user.o
  1570. CC drivers/mtd/mtdsplitter.o
  1571. AS arch/mips/lib/strnlen_user.o
  1572. CC arch/mips/lib/uncached.o
  1573. CC net/core/secure_seq.o
  1574. LD arch/mips/lib/built-in.o
  1575. CC drivers/mtd/mtd_blkdevs.o
  1576. AR arch/mips/lib/lib.a
  1577. CC drivers/mtd/mtdblock.o
  1578. CC net/core/sysctl_net_core.o
  1579. CC [M] fs/lockd/mon.o
  1580. CC [M] fs/lockd/xdr.o
  1581. CC drivers/mtd/chips/chipreg.o
  1582. CC [M] fs/lockd/grace.o
  1583. CC net/core/dev.o
  1584. LD drivers/mtd/chips/built-in.o
  1585. LD drivers/mtd/devices/built-in.o
  1586. CC [M] fs/lockd/clnt4xdr.o
  1587. LD drivers/mtd/lpddr/built-in.o
  1588. LD drivers/mtd/nand/built-in.o
  1589. LD drivers/mtd/maps/built-in.o
  1590. LD drivers/mtd/onenand/built-in.o
  1591. CC drivers/mtd/ralink/ralink-flash.o
  1592. LD drivers/mtd/tests/built-in.o
  1593. CC drivers/mtd/ralink/ralink_spi_bbu.o
  1594. CC [M] fs/lockd/xdr4.o
  1595. CC [M] fs/lockd/svc4proc.o
  1596. drivers/mtd/ralink/ralink_spi_bbu.c: In function 'spic_init':
  1597. drivers/mtd/ralink/ralink_spi_bbu.c:188:33: warning: unused variable 'reg' [-Wunused-variable]
  1598. u32 clk_sys, clk_div, clk_out, reg;
  1599. ^~~
  1600. LD drivers/mtd/ralink/rt_spi.o
  1601. LD drivers/mtd/ralink/built-in.o
  1602. LD drivers/mtd/mtd.o
  1603. CC net/core/dev_addr_lists.o
  1604. LD [M] fs/lockd/lockd.o
  1605. LD drivers/mtd/built-in.o
  1606. LD fs/nfs_common/built-in.o
  1607. CC drivers/net/mii.o
  1608. LD fs/nfsd/built-in.o
  1609. CC [M] fs/nfsd/nfssvc.o
  1610. CC net/core/dst.o
  1611. CC [M] fs/nfsd/nfsctl.o
  1612. CC drivers/net/Space.o
  1613. CC fs/nls/nls_base.o
  1614. CC drivers/net/loopback.o
  1615. CC fs/nls/nls_cp437.o
  1616. CC [M] fs/nfsd/nfsproc.o
  1617. CC net/core/netevent.o
  1618. CC fs/nls/nls_cp866.o
  1619. CC drivers/net/tun.o
  1620. CC [M] fs/nfsd/nfsfh.o
  1621. CC fs/nls/nls_iso8859-1.o
  1622. CC net/core/neighbour.o
  1623. CC fs/nls/nls_utf8.o
  1624. CC [M] fs/nfsd/vfs.o
  1625. LD fs/nls/built-in.o
  1626. LD drivers/nfc/built-in.o
  1627. CC net/ethernet/eth.o
  1628. CC drivers/net/ppp/ppp_generic.o
  1629. LD net/ethernet/built-in.o
  1630. CC [M] fs/nfsd/export.o
  1631. CC drivers/net/raeth/raether.o
  1632. CC net/core/rtnetlink.o
  1633. net/core/rtnetlink.c: In function 'rtnl_newlink':
  1634. net/core/rtnetlink.c:1764:10: warning: ISO C90 forbids variable length array 'attr' [-Wvla]
  1635. struct nlattr *attr[ops ? ops->maxtype + 1 : 0], **data = NULL;
  1636. ^~~~~~
  1637. CC [M] fs/nfsd/auth.o
  1638. CC drivers/net/ppp/ppp_async.o
  1639. CC [M] fs/nfsd/lockd.o
  1640. CC drivers/net/raeth/mii_mgr.o
  1641. CC net/core/utils.o
  1642. CC [M] fs/nfsd/nfscache.o
  1643. CC drivers/net/ppp/ppp_mppe.o
  1644. CC drivers/net/raeth/ra_ioctl.o
  1645. CC [M] fs/nfsd/nfsxdr.o
  1646. CC net/core/link_watch.o
  1647. CC drivers/net/ppp/ppp_synctty.o
  1648. CC drivers/net/raeth/ra_mac.o
  1649. CC net/core/filter.o
  1650. CC [M] fs/nfsd/stats.o
  1651. CC drivers/net/raeth/ra_phy.o
  1652. CC drivers/net/ppp/pppox.o
  1653. CC [M] fs/nfsd/nfs3proc.o
  1654. CC drivers/net/raeth/ra_eth.o
  1655. CC net/core/flow.o
  1656. CC drivers/net/ppp/pppoe.o
  1657. CC drivers/net/raeth/ra_eth_mt7621.o
  1658. CC [M] fs/nfsd/nfs3xdr.o
  1659. CC net/core/net-sysfs.o
  1660. CC drivers/net/raeth/mtk_esw/ioctl_mt762x.o
  1661. CC drivers/net/ppp/pptp.o
  1662. LD [M] fs/nfsd/nfsd.o
  1663. CC fs/notify/fsnotify.o
  1664. LD drivers/net/ppp/built-in.o
  1665. CC fs/notify/notification.o
  1666. CC fs/proc/mmu.o
  1667. CC net/core/fib_rules.o
  1668. CC fs/proc/task_mmu.o
  1669. CC drivers/net/raeth/mtk_esw/ioctl_igmp.o
  1670. CC fs/notify/group.o
  1671. CC fs/proc/inode.o
  1672. CC net/core/pthrough/pthrough.o
  1673. CC fs/notify/inode_mark.o
  1674. CC drivers/net/raeth/ra_esw_base.o
  1675. CC fs/proc/root.o
  1676. CC net/core/pthrough/pppoe_pthrough.o
  1677. CC fs/notify/mark.o
  1678. CC drivers/net/raeth/ra_gsw_mt7530.o
  1679. CC fs/proc/base.o
  1680. CC fs/notify/vfsmount_mark.o
  1681. LD net/core/pthrough/built-in.o
  1682. LD drivers/net/raeth/raeth.o
  1683. LD net/core/built-in.o
  1684. LD drivers/net/raeth/built-in.o
  1685. LD drivers/net/usb/built-in.o
  1686. CC [M] drivers/net/usb/cdc_ether.o
  1687. CC net/ipv4/route.o
  1688. LD fs/notify/dnotify/built-in.o
  1689. LD fs/notify/fanotify/built-in.o
  1690. CC fs/notify/inotify/inotify_fsnotify.o
  1691. CC fs/notify/inotify/inotify_user.o
  1692. CC [M] drivers/net/usb/rndis_host.o
  1693. CC fs/proc/generic.o
  1694. LD fs/notify/inotify/built-in.o
  1695. LD fs/notify/built-in.o
  1696. CC [M] drivers/net/usb/usbnet.o
  1697. LD fs/quota/built-in.o
  1698. CC fs/proc/array.o
  1699. CC [M] drivers/net/usb/sierra_net.o
  1700. CC net/ipv4/inetpeer.o
  1701. CC fs/proc/proc_tty.o
  1702. CC net/ipv4/protocol.o
  1703. CC [M] drivers/net/usb/cdc_ncm.o
  1704. CC fs/proc/cmdline.o
  1705. CC [M] drivers/net/usb/huawei_cdc_ncm.o
  1706. CC fs/proc/consoles.o
  1707. CC net/ipv4/ip_input.o
  1708. CC fs/proc/cpuinfo.o
  1709. CC fs/proc/devices.o
  1710. CC net/ipv4/ip_fragment.o
  1711. CC fs/proc/interrupts.o
  1712. CC net/ipv4/ip_forward.o
  1713. CC [M] drivers/net/usb/qmi_wwan.o
  1714. CC fs/proc/loadavg.o
  1715. CC fs/proc/meminfo.o
  1716. CC [M] drivers/net/usb/cdc_mbim.o
  1717. CC net/ipv4/ip_options.o
  1718. CC net/ipv4/ip_output.o
  1719. CC fs/proc/stat.o
  1720. CC fs/proc/uptime.o
  1721. LD drivers/net/wireless/built-in.o
  1722. LD drivers/net/wireless/ralink/mt76x2_ap/built-in.o
  1723. CC fs/proc/version.o
  1724. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/crypt_md5.o
  1725. CC fs/ramfs/inode.o
  1726. CC fs/proc/softirqs.o
  1727. CC fs/proc/namespaces.o
  1728. CC fs/ramfs/file-mmu.o
  1729. LD fs/ramfs/ramfs.o
  1730. CC net/ipv4/ip_sockglue.o
  1731. LD fs/ramfs/built-in.o
  1732. CC fs/proc/proc_sysctl.o
  1733. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/crypt_sha2.o
  1734. LD drivers/net/wireless/ralink/mt76x3_ap/built-in.o
  1735. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/crypt_md5.o
  1736. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/crypt_hmac.o
  1737. CC fs/proc/proc_net.o
  1738. CC net/ipv4/inet_hashtables.o
  1739. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/crypt_sha2.o
  1740. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/crypt_aes.o
  1741. CC fs/proc/kcore.o
  1742. CC net/ipv4/inet_timewait_sock.o
  1743. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/crypt_hmac.o
  1744. CC fs/proc/kmsg.o
  1745. LD fs/proc/proc.o
  1746. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/crypt_arc4.o
  1747. LD fs/proc/built-in.o
  1748. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/crypt_aes.o
  1749. CC fs/squashfs/block.o
  1750. CC net/ipv4/inet_connection_sock.o
  1751. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/mlme.o
  1752. CC fs/squashfs/cache.o
  1753. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/crypt_arc4.o
  1754. CC net/ipv4/tcp.o
  1755. CC fs/squashfs/dir.o
  1756. CC fs/squashfs/export.o
  1757. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/mlme.o
  1758. CC fs/squashfs/file.o
  1759. CC fs/squashfs/fragment.o
  1760. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/action.o
  1761. CC fs/squashfs/id.o
  1762. CC fs/squashfs/inode.o
  1763. CC fs/squashfs/namei.o
  1764. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/ba_action.o
  1765. CC net/ipv4/tcp_input.o
  1766. CC fs/squashfs/super.o
  1767. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/action.o
  1768. CC fs/squashfs/symlink.o
  1769. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_wep.o
  1770. CC fs/squashfs/decompressor.o
  1771. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/ba_action.o
  1772. CC fs/squashfs/xz_wrapper.o
  1773. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_wpa.o
  1774. LD fs/squashfs/squashfs.o
  1775. LD fs/squashfs/built-in.o
  1776. CC fs/sysfs/inode.o
  1777. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_wpa.c: In function 'WPAStart2WayGroupHS':
  1778. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_wpa.c:2308:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  1779. if ((!pEntry) || !IS_ENTRY_CLIENT(pEntry))
  1780. ^~
  1781. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_wpa.c:2312:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  1782. RTMPCancelTimer(&pEntry->RetryTimer, &Cancelled);
  1783. ^~~~~~~~~~~~~~~
  1784. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_wep.o
  1785. CC fs/sysfs/file.o
  1786. CC net/ipv4/tcp_output.o
  1787. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_wpa.o
  1788. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_tkip.o
  1789. CC fs/sysfs/dir.o
  1790. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_wpa.c: In function 'WPAStart2WayGroupHS':
  1791. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_wpa.c:2111:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  1792. if ((!pEntry) || !IS_ENTRY_CLIENT(pEntry))
  1793. ^~
  1794. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_wpa.c:2115:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  1795. RTMPCancelTimer(&pEntry->RetryTimer, &Cancelled);
  1796. ^~~~~~~~~~~~~~~
  1797. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_aes.o
  1798. CC fs/sysfs/symlink.o
  1799. CC net/ipv4/tcp_timer.o
  1800. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_data.o
  1801. CC fs/sysfs/mount.o
  1802. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_tkip.o
  1803. CC fs/sysfs/bin.o
  1804. CC net/ipv4/tcp_ipv4.o
  1805. CC fs/sysfs/group.o
  1806. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_aes.o
  1807. LD fs/sysfs/built-in.o
  1808. CC fs/eventpoll.o
  1809. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_data_pci.o
  1810. CC fs/anon_inodes.o
  1811. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_data.o
  1812. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_mac_pci.o
  1813. CC net/ipv4/tcp_minisocks.o
  1814. CC fs/signalfd.o
  1815. CC fs/timerfd.o
  1816. CC net/ipv4/tcp_cong.o
  1817. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_sync.o
  1818. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_data_pci.o
  1819. CC fs/eventfd.o
  1820. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_sanity.o
  1821. CC net/ipv4/datagram.o
  1822. CC fs/aio.o
  1823. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_mac_pci.o
  1824. CC net/ipv4/raw.o
  1825. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.o
  1826. CC net/ipv4/udp.o
  1827. CC fs/locks.o
  1828. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_sync.o
  1829. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c: In function 'GetEncryptType':
  1830. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c:2563:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  1831. if(enc == Ndis802_11AESEnable)
  1832. ^~
  1833. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c:2565:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  1834. if(enc == Ndis802_11TKIPAESMix)
  1835. ^~
  1836. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c: In function 'GetAuthMode':
  1837. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c:2579:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  1838. if(auth == Ndis802_11AuthModeShared)
  1839. ^~
  1840. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c:2581:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  1841. if(auth == Ndis802_11AuthModeAutoSwitch)
  1842. ^~
  1843. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c:2591:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  1844. if(auth == Ndis802_11AuthModeWPA2PSK)
  1845. ^~
  1846. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c:2593:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  1847. if(auth == Ndis802_11AuthModeWPA1WPA2)
  1848. ^~
  1849. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c: In function 'Show_PMK_Proc':
  1850. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c:6164:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  1851. for (idx = 0; idx < 32; idx++)
  1852. ^~~
  1853. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c:6167:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  1854. return 0;
  1855. ^~~~~~
  1856. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_sanity.o
  1857. CC fs/binfmt_script.o
  1858. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_cfg.o
  1859. CC net/ipv4/arp.o
  1860. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.o
  1861. CC fs/binfmt_elf.o
  1862. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c: In function 'GetEncryptType':
  1863. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c:2280:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  1864. if(enc == Ndis802_11AESEnable)
  1865. ^~
  1866. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c:2282:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  1867. if(enc == Ndis802_11TKIPAESMix)
  1868. ^~
  1869. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c: In function 'GetAuthMode':
  1870. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c:2296:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  1871. if(auth == Ndis802_11AuthModeShared)
  1872. ^~
  1873. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c:2298:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  1874. if(auth == Ndis802_11AuthModeAutoSwitch)
  1875. ^~
  1876. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c:2308:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  1877. if(auth == Ndis802_11AuthModeWPA2PSK)
  1878. ^~
  1879. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c:2310:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  1880. if(auth == Ndis802_11AuthModeWPA1WPA2)
  1881. ^~
  1882. CC [M] fs/mbcache.o
  1883. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_profile.o
  1884. CC net/ipv4/icmp.o
  1885. LD fs/built-in.o
  1886. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_cfg.o
  1887. CC net/ipv4/devinet.o
  1888. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_profile.o
  1889. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_cmd.o
  1890. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_asic.o
  1891. CC net/ipv4/af_inet.o
  1892. CC net/ipv4/igmp.o
  1893. CC net/ipv4/fib_frontend.o
  1894. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_cmd.o
  1895. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_radar.o
  1896. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_radar.o
  1897. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/rtmp_init.o
  1898. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/rtmp_init.o
  1899. CC net/ipv4/fib_semantics.o
  1900. CC net/ipv4/fib_trie.o
  1901. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/rtmp_init_inf.o
  1902. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/rtmp_init_inf.o
  1903. CC net/ipv4/inet_fragment.o
  1904. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/rtmp_timer.o
  1905. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/rtmp_timer.o
  1906. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/rt_channel.o
  1907. CC net/ipv4/ping.o
  1908. CC net/ipv4/sysctl_net_ipv4.o
  1909. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/rt_os_util.o
  1910. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/rt_channel.o
  1911. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/spectrum.o
  1912. CC net/ipv4/proc.o
  1913. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/rt_os_util.o
  1914. CC net/ipv4/fib_rules.o
  1915. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/spectrum.o
  1916. CC net/ipv4/ipmr.o
  1917. CC net/ipv4/gre.o
  1918. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/txpower.o
  1919. CC net/ipv4/syncookies.o
  1920. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/txpower.o
  1921. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/scan.o
  1922. CC net/ipv4/tunnel4.o
  1923. CC net/ipv4/xfrm4_mode_transport.o
  1924. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/scan.o
  1925. CC net/ipv4/xfrm4_mode_tunnel.o
  1926. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/ps.o
  1927. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/ps.o
  1928. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/mt_ps.o
  1929. CC net/ipv4/netfilter.o
  1930. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/uapsd.o
  1931. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/mt_io.o
  1932. CC net/ipv4/tcp_cubic.o
  1933. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/uapsd.o
  1934. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/eeprom.o
  1935. CC net/ipv4/netfilter/nf_nat_rule.o
  1936. CC net/ipv4/netfilter/nf_nat_standalone.o
  1937. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/ee_flash.o
  1938. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/eeprom.o
  1939. CC net/ipv4/xfrm4_policy.o
  1940. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/eeprom.c: In function 'rtmp_ee_write_to_bin':
  1941. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/eeprom.c:988:2: warning: ISO C90 forbids variable length array 'pci_pm' [-Wvla]
  1942. UCHAR pci_pm[PCI_EFUSE_SIZE];
  1943. ^~~~~
  1944. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/eeprom.c:989:2: warning: ISO C90 forbids variable length array 'pci_efuse' [-Wvla]
  1945. UCHAR pci_efuse[PCI_EFUSE_SIZE];
  1946. ^~~~~
  1947. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/ee_efuse.o
  1948. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/ee_prom.o
  1949. CC net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.o
  1950. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/ee_flash.o
  1951. CC net/ipv4/netfilter/nf_conntrack_proto_icmp.o
  1952. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/tx_rx/wdev_tx.o
  1953. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/ee_efuse.o
  1954. CC net/ipv4/netfilter/nf_nat_core.o
  1955. CC net/ipv4/netfilter/nf_nat_helper.o
  1956. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mgmt/mgmt_entrytb.o
  1957. CC net/ipv4/netfilter/nf_nat_proto_unknown.o
  1958. CC net/ipv4/netfilter/nf_nat_proto_common.o
  1959. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/ee_prom.o
  1960. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mgmt/mgmt_entrytb.c: In function 'MacTableInsertEntry':
  1961. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mgmt/mgmt_entrytb.c:393:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  1962. if (pAd->MacTab.Size >= MAX_LEN_OF_MAC_TABLE)
  1963. ^~
  1964. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mgmt/mgmt_entrytb.c:396:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  1965. FirstWcid = 1;
  1966. ^~~~~~~~~
  1967. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/tx_rx/wdev.o
  1968. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mgmt/mgmt_ht.o
  1969. CC net/ipv4/netfilter/nf_nat_proto_tcp.o
  1970. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/tx_rx/wdev_tx.o
  1971. CC net/ipv4/netfilter/nf_nat_proto_udp.o
  1972. CC net/ipv4/netfilter/nf_nat_proto_icmp.o
  1973. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mac/rtmp_mac.o
  1974. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/tx_rx/wdev_rx.o
  1975. CC net/ipv4/netfilter/nf_defrag_ipv4.o
  1976. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu.o
  1977. CC net/ipv4/netfilter/ip_tables.o
  1978. CC net/ipv4/netfilter/iptable_filter.o
  1979. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/rf.o
  1980. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/tx_rx/txs.o
  1981. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mgmt/mgmt_entrytb.o
  1982. In file included from net/ipv4/netfilter/ip_tables.c:31:0:
  1983. net/ipv4/netfilter/ip_tables.c: In function 'ipt_alloc_initial_table':
  1984. net/ipv4/netfilter/ip_tables.c:76:32: warning: ISO C90 forbids variable length array 'entries' [-Wvla]
  1985. return xt_alloc_initial_table(ipt, IPT);
  1986. ^
  1987. net/ipv4/netfilter/../../netfilter/xt_repldata.h:14:10: note: in definition of macro 'xt_alloc_initial_table'
  1988. struct type##_standard entries[nhooks]; \
  1989. ^~~~
  1990. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/rt_rf.o
  1991. LD net/ipv4/netfilter/iptable_nat.o
  1992. CC net/ipv4/netfilter/ipt_MASQUERADE.o
  1993. CC net/ipv4/netfilter/ipt_NETMAP.o
  1994. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mgmt/mgmt_ht.o
  1995. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/rt_rf.c: In function 'RT30xxWriteRFRegister':
  1996. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/rt_rf.c:166:4: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  1997. else
  1998. ^~~~
  1999. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/rt_rf.c:169:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  2000. rfcsr.non_bank.RF_CSR_DATA = IdRf;
  2001. ^~~~~
  2002. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/phy.o
  2003. CC net/ipv4/netfilter/ipt_REJECT.o
  2004. CC drivers/nvram/nvram_linux.o
  2005. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mgmt/mgmt_hw.o
  2006. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/chips/rtmp_chip.o
  2007. CC [M] net/ipv4/netfilter/nf_nat_ftp.o
  2008. LD drivers/nvram/built-in.o
  2009. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mac/mt_mac.o
  2010. CC [M] net/ipv4/netfilter/nf_nat_h323.o
  2011. CC [M] net/ipv4/netfilter/nf_nat_pptp.o
  2012. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/rate_ctrl/ra_ctrl.o
  2013. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/rate_ctrl/alg_legacy.o
  2014. CC [M] net/ipv4/netfilter/nf_nat_rtsp.o
  2015. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mcu/mcu.o
  2016. CC [M] net/ipv4/netfilter/nf_nat_sip.o
  2017. CC [M] net/ipv4/netfilter/nf_nat_proto_gre.o
  2018. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mcu/andes_core.o
  2019. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/rate_ctrl/alg_grp.o
  2020. CC [M] net/ipv4/netfilter/iptable_mangle.o
  2021. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap.o
  2022. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/rate_ctrl/alg_grp.c: In function 'APMlmeDynamicTxRateSwitchingAdapt':
  2023. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/rate_ctrl/alg_grp.c:2080:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  2024. if(TxTotalCnt > 100)
  2025. ^~
  2026. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/rate_ctrl/alg_grp.c:2090:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  2027. if (pEntry->fLastSecAccordingRSSI == TRUE)
  2028. ^~
  2029. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mcu/andes_mt.o
  2030. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap.c: In function 'DOT1X_InternalCmdAction':
  2031. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap.c:2604:2: warning: ISO C90 forbids variable length array 'FrameBuf' [-Wvla]
  2032. UCHAR FrameBuf[frame_len];
  2033. ^~~~~
  2034. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap.c: In function 'DOT1X_EapTriggerAction':
  2035. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap.c:2665:2: warning: ISO C90 forbids variable length array 'FrameBuf' [-Wvla]
  2036. UCHAR FrameBuf[frame_len + 32];
  2037. ^~~~~
  2038. CC [M] net/ipv4/netfilter/iptable_raw.o
  2039. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_assoc.o
  2040. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mcu/andes_mt.c: In function 'AndesMTEraseFw':
  2041. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mcu/andes_mt.c:2751:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  2042. if (cap->FWImageName)
  2043. ^~
  2044. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mcu/andes_mt.c:2753:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  2045. cap->FWImageName = NULL;
  2046. ^~~
  2047. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_auth.o
  2048. CC [M] net/ipv4/netfilter/ipt_ah.o
  2049. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_auth.c: In function 'APPeerDeauthReqAction':
  2050. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_auth.c:180:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  2051. if (! PeerDeauthReqSanity(pAd, Elem->Msg, Elem->MsgLen, Addr2, &SeqNum, &Reason))
  2052. ^~
  2053. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_auth.c:183:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  2054. pEntry = NULL;
  2055. ^~~~~~
  2056. CC [M] net/ipv4/netfilter/ipt_REDIRECT.o
  2057. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_connect.o
  2058. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_mlme.o
  2059. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/phy/rf.o
  2060. LD net/ipv4/netfilter/nf_conntrack_ipv4.o
  2061. LD net/ipv4/netfilter/nf_nat.o
  2062. LD net/ipv4/netfilter/built-in.o
  2063. CC net/ipv4/xfrm4_state.o
  2064. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/phy/phy.o
  2065. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_sanity.o
  2066. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/phy/mt_rf.o
  2067. CC net/ipv4/xfrm4_input.o
  2068. CC net/ipv4/xfrm4_output.o
  2069. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_sync.o
  2070. CC [M] net/ipv4/ah4.o
  2071. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/phy/mt_phy.o
  2072. CC [M] net/ipv4/esp4.o
  2073. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/hif/hif_pci.o
  2074. CC [M] net/ipv4/ipcomp.o
  2075. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_wpa.o
  2076. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/hw_ctrl/cmm_asic_mt.o
  2077. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/hw_ctrl/cmm_chip_mt.o
  2078. CC [M] net/ipv4/xfrm4_tunnel.o
  2079. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_wpa.c: In function 'HandleCounterMeasure':
  2080. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_wpa.c:560:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  2081. if (!pEntry)
  2082. ^~
  2083. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_wpa.c:564:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  2084. if (IS_ENTRY_APCLI(pEntry))
  2085. ^~
  2086. CC [M] net/ipv4/xfrm4_mode_beet.o
  2087. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_data.o
  2088. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/hw_ctrl/mt_gpio.o
  2089. LD net/ipv4/built-in.o
  2090. CC net/ipv6/af_inet6.o
  2091. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/rate_ctrl/ra_ctrl.o
  2092. CC net/ipv6/anycast.o
  2093. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/rate_ctrl/alg_legacy.o
  2094. CC net/ipv6/ip6_output.o
  2095. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_autoChSel.o
  2096. CC net/ipv6/ip6_input.o
  2097. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/rate_ctrl/alg_grp.o
  2098. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap.o
  2099. CC net/ipv6/addrconf.o
  2100. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap.c: In function 'DOT1X_InternalCmdAction':
  2101. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap.c:2759:2: warning: ISO C90 forbids variable length array 'FrameBuf' [-Wvla]
  2102. UCHAR FrameBuf[frame_len];
  2103. ^~~~~
  2104. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap.c: In function 'DOT1X_EapTriggerAction':
  2105. drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap.c:2820:2: warning: ISO C90 forbids variable length array 'FrameBuf' [-Wvla]
  2106. UCHAR FrameBuf[frame_len+32];
  2107. ^~~~~
  2108. CC net/ipv6/addrlabel.o
  2109. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_qload.o
  2110. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_assoc.o
  2111. LD net/key/built-in.o
  2112. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_cfg.o
  2113. CC [M] net/key/af_key.o
  2114. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_cfg.c: In function 'Set_Enable_Channel_Timer_Proc':
  2115. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_cfg.c:15703:10: warning: 'mac_val' is used uninitialized in this function [-Wuninitialized]
  2116. mac_val &= (~0x01);
  2117. ^~
  2118. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_auth.o
  2119. CC net/ipv6/route.o
  2120. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_connect.o
  2121. CC net/l2tp/l2tp_core.o
  2122. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_mlme.o
  2123. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/ap_ioctl.o
  2124. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_sanity.o
  2125. CC net/l2tp/l2tp_ppp.o
  2126. CC net/ipv6/ip6_fib.o
  2127. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_proc.o
  2128. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_sync.o
  2129. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_linux.o
  2130. CC net/ipv6/ipv6_sockglue.o
  2131. LD net/l2tp/built-in.o
  2132. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_wpa.o
  2133. CC net/llc/llc_core.o
  2134. CC net/llc/llc_input.o
  2135. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_profile.o
  2136. CC net/ipv6/ndisc.o
  2137. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_data.o
  2138. CC net/llc/llc_output.o
  2139. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_main_dev.o
  2140. LD net/llc/llc.o
  2141. LD net/llc/built-in.o
  2142. LD net/nat/hw_nat/built-in.o
  2143. CC [M] net/nat/hw_nat/ra_nat.o
  2144. CC net/ipv6/udp.o
  2145. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_rbus_pci_drv.o
  2146. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_autoChSel.o
  2147. CC [M] net/nat/hw_nat/foe_fdb.o
  2148. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_rbus_pci_util.o
  2149. CC net/ipv6/raw.o
  2150. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_qload.o
  2151. CC [M] net/nat/hw_nat/util.o
  2152. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_pci_rbus.o
  2153. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_cfg.o
  2154. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/multi_main_dev.o
  2155. CC [M] net/nat/hw_nat/hwnat_ioctl.o
  2156. CC net/ipv6/protocol.o
  2157. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/chips/rt65xx.o
  2158. CC net/ipv6/icmp.o
  2159. LD [M] net/nat/hw_nat/hw_nat.o
  2160. CC net/netfilter/core.o
  2161. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/chips/mt76x2.o
  2162. CC net/netfilter/nf_log.o
  2163. CC net/ipv6/mcast.o
  2164. CC net/netfilter/nf_queue.o
  2165. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_nps.o
  2166. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/ap_ioctl.o
  2167. CC net/netfilter/nf_sockopt.o
  2168. CC net/ipv6/reassembly.o
  2169. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_proc.o
  2170. CC net/netfilter/nf_conntrack_core.o
  2171. CC net/ipv6/tcp_ipv6.o
  2172. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_linux.o
  2173. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.o
  2174. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c: In function 'andes_pci_erase_rom_patch':
  2175. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c:205:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  2176. if (cap->rom_patch)
  2177. ^~
  2178. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c:207:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  2179. cap->rom_patch = NULL;
  2180. ^~~
  2181. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c: In function 'andes_pci_erasefw':
  2182. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c:311:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  2183. if (cap->FWImageName)
  2184. ^~
  2185. CC net/netfilter/nf_conntrack_standalone.o
  2186. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c:313:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  2187. cap->FWImageName = NULL;
  2188. ^~~
  2189. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c: In function 'andes_usb_erasefw':
  2190. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c:556:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  2191. if (cap->FWImageName)
  2192. ^~
  2193. drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c:558:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  2194. cap->FWImageName = NULL;
  2195. ^~~
  2196. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_profile.o
  2197. CC net/netfilter/nf_conntrack_expect.o
  2198. CC net/ipv6/exthdrs.o
  2199. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_main_dev.o
  2200. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/mt_rf.o
  2201. CC net/netfilter/nf_conntrack_helper.o
  2202. CC net/ipv6/datagram.o
  2203. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/rlt_phy.o
  2204. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_rbus_pci_drv.o
  2205. CC net/netfilter/nf_conntrack_proto.o
  2206. CC net/ipv6/ip6_flowlabel.o
  2207. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mac/ral_nmac.o
  2208. CC net/netfilter/nf_conntrack_l3proto_generic.o
  2209. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_rbus_pci_util.o
  2210. CC net/netfilter/nf_conntrack_proto_generic.o
  2211. CC net/ipv6/inet6_connection_sock.o
  2212. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/pci_main_dev.o
  2213. CC net/netfilter/nf_conntrack_proto_tcp.o
  2214. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_pci_rbus.o
  2215. CC net/ipv6/sysctl_net_ipv6.o
  2216. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_wds.o
  2217. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/pci_main_dev.o
  2218. CC net/ipv6/ip6mr.o
  2219. CC net/netfilter/nf_conntrack_proto_udp.o
  2220. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/chips/rtmp_chip.o
  2221. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_wds_inf.o
  2222. CC net/netfilter/nf_conntrack_extend.o
  2223. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/chips/mt7603.o
  2224. CC net/ipv6/xfrm6_policy.o
  2225. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/client_wds.o
  2226. CC net/netfilter/nf_conntrack_acct.o
  2227. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_mbss.o
  2228. CC net/netfilter/x_tables.o
  2229. CC net/ipv6/xfrm6_state.o
  2230. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_wds.o
  2231. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_mbss_inf.o
  2232. net/ipv6/xfrm6_state.c: In function '__xfrm6_sort':
  2233. net/ipv6/xfrm6_state.c:64:2: warning: ISO C90 forbids variable length array 'count' [-Wvla]
  2234. int count[maxclass];
  2235. ^~~
  2236. CC net/ipv6/xfrm6_input.o
  2237. CC net/netfilter/xt_tcpudp.o
  2238. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_apcli.o
  2239. CC net/ipv6/xfrm6_output.o
  2240. CC net/netfilter/xt_mark.o
  2241. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_wds_inf.o
  2242. CC net/ipv6/netfilter.o
  2243. CC net/netfilter/xt_connmark.o
  2244. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/client_wds.o
  2245. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_mbss.o
  2246. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_apcli_inf.o
  2247. CC net/ipv6/fib6_rules.o
  2248. CC net/netfilter/xt_LOG.o
  2249. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/apcli_assoc.o
  2250. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_mbss_inf.o
  2251. CC net/ipv6/proc.o
  2252. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/apcli_auth.o
  2253. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_apcli.o
  2254. CC net/ipv6/syncookies.o
  2255. CC net/netfilter/xt_TCPMSS.o
  2256. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/apcli_ctrl.o
  2257. CC net/ipv6/xfrm6_mode_transport.o
  2258. CC net/ipv6/xfrm6_mode_tunnel.o
  2259. CC net/netfilter/xt_connlimit.o
  2260. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_apcli_inf.o
  2261. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/apcli_sync.o
  2262. CC net/ipv6/netfilter/ip6_tables.o
  2263. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/apcli_assoc.o
  2264. CC net/netfilter/xt_conntrack.o
  2265. In file included from net/ipv6/netfilter/ip6_tables.c:32:0:
  2266. net/ipv6/netfilter/ip6_tables.c: In function 'ip6t_alloc_initial_table':
  2267. net/ipv6/netfilter/ip6_tables.c:68:32: warning: ISO C90 forbids variable length array 'entries' [-Wvla]
  2268. return xt_alloc_initial_table(ip6t, IP6T);
  2269. ^
  2270. net/ipv6/netfilter/../../netfilter/xt_repldata.h:14:10: note: in definition of macro 'xt_alloc_initial_table'
  2271. struct type##_standard entries[nhooks]; \
  2272. ^~~~
  2273. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_mat.o
  2274. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/apcli_auth.o
  2275. CC net/netfilter/xt_esp.o
  2276. CC net/ipv6/netfilter/ip6table_filter.o
  2277. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_mat_iparp.o
  2278. CC net/netfilter/xt_iprange.o
  2279. CC net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.o
  2280. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/apcli_ctrl.o
  2281. CC net/netfilter/xt_limit.o
  2282. CC net/ipv6/netfilter/nf_conntrack_proto_icmpv6.o
  2283. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_mat_pppoe.o
  2284. CC net/ipv6/netfilter/nf_defrag_ipv6_hooks.o
  2285. CC net/netfilter/xt_mac.o
  2286. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/apcli_sync.o
  2287. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_mat_ipv6.o
  2288. CC net/ipv6/netfilter/nf_conntrack_reasm.o
  2289. CC net/netfilter/xt_multiport.o
  2290. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_mat.o
  2291. CC net/ipv6/netfilter/ip6t_REJECT.o
  2292. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/vht.o
  2293. CC net/netfilter/xt_recent.o
  2294. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_mat_iparp.o
  2295. CC [M] net/ipv6/netfilter/ip6table_mangle.o
  2296. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mgmt/mgmt_vht.o
  2297. CC [M] net/ipv6/netfilter/ip6t_ah.o
  2298. CC net/netfilter/xt_state.o
  2299. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_mat_pppoe.o
  2300. CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/igmp_snoop.o
  2301. LD net/ipv6/netfilter/nf_conntrack_ipv6.o
  2302. CC net/netfilter/xt_string.o
  2303. LD net/ipv6/netfilter/nf_defrag_ipv6.o
  2304. LD net/ipv6/netfilter/built-in.o
  2305. CC net/ipv6/sit.o
  2306. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_mat_ipv6.o
  2307. CC net/netfilter/xt_tcpmss.o
  2308. LD [M] drivers/net/wireless/ralink/mt76x2_ap/mt76x2_ap.o
  2309. CC net/netfilter/xt_time.o
  2310. CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/igmp_snoop.o
  2311. CC net/netfilter/xt_u32.o
  2312. CC net/ipv6/addrconf_core.o
  2313. CC net/ipv6/exthdrs_core.o
  2314. CC [M] net/netfilter/nfnetlink.o
  2315. CC net/netlink/af_netlink.o
  2316. net/netfilter/nfnetlink.c: In function 'nfnetlink_rcv_msg':
  2317. net/netfilter/nfnetlink.c:166:10: warning: ISO C90 forbids variable length array 'cda' [-Wvla]
  2318. struct nlattr *cda[ss->cb[cb_id].attr_count + 1];
  2319. ^~~~~~
  2320. LD [M] drivers/net/wireless/ralink/mt76x3_ap/mt76x3_ap.o
  2321. CC [M] net/netfilter/nf_conntrack_proto_gre.o
  2322. CC net/ipv6/output_core.o
  2323. CC [M] net/netfilter/nf_conntrack_ftp.o
  2324. CC net/ipv6/inet6_hashtables.o
  2325. LD drivers/net/built-in.o
  2326. CC [M] net/netfilter/nf_conntrack_h323_main.o
  2327. CC drivers/pci/access.o
  2328. CC [M] net/ipv6/ah6.o
  2329. CC net/netlink/genetlink.o
  2330. CC drivers/pci/bus.o
  2331. CC [M] net/netfilter/nf_conntrack_h323_asn1.o
  2332. CC [M] net/ipv6/esp6.o
  2333. LD net/netlink/built-in.o
  2334. CC drivers/pci/probe.o
  2335. CC net/packet/af_packet.o
  2336. CC [M] net/netfilter/nf_conntrack_pptp.o
  2337. net/packet/af_packet.c: In function 'packet_set_ring':
  2338. net/packet/af_packet.c:3782:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  2339. if (!tx_ring)
  2340. ^~
  2341. net/packet/af_packet.c:3784:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  2342. break;
  2343. ^~~~~
  2344. CC [M] net/ipv6/ipcomp6.o
  2345. CC [M] net/netfilter/nf_conntrack_rtsp.o
  2346. CC [M] net/ipv6/xfrm6_tunnel.o
  2347. CC drivers/pci/remove.o
  2348. CC drivers/pci/pci.o
  2349. CC [M] net/ipv6/tunnel6.o
  2350. CC [M] net/netfilter/nf_conntrack_sip.o
  2351. LD net/packet/built-in.o
  2352. CC [M] net/netfilter/xt_CT.o
  2353. CC [M] net/ipv6/xfrm6_mode_beet.o
  2354. LD drivers/pinctrl/built-in.o
  2355. CC [M] net/netfilter/xt_DSCP.o
  2356. CC [M] net/netfilter/xt_HL.o
  2357. CC drivers/pci/pci-driver.o
  2358. LD net/ipv6/ipv6.o
  2359. LD net/ipv6/built-in.o
  2360. CC drivers/pci/search.o
  2361. CC [M] net/netfilter/xt_NOTRACK.o
  2362. CC drivers/pci/pci-sysfs.o
  2363. CC drivers/pci/rom.o
  2364. CC drivers/pci/setup-res.o
  2365. CC [M] net/netfilter/xt_connbytes.o
  2366. CC drivers/pci/irq.o
  2367. CC [M] net/netfilter/xt_dscp.o
  2368. CC net/sched/sch_generic.o
  2369. CC drivers/pci/vpd.o
  2370. LD drivers/platform/built-in.o
  2371. LD net/sunrpc/built-in.o
  2372. CC [M] net/sunrpc/clnt.o
  2373. CC drivers/pci/proc.o
  2374. CC [M] net/netfilter/xt_hl.o
  2375. CC drivers/pci/slot.o
  2376. CC net/sched/sch_mq.o
  2377. CC [M] net/netfilter/xt_length.o
  2378. CC drivers/pci/quirks.o
  2379. LD net/sched/built-in.o
  2380. CC net/unix/af_unix.o
  2381. CC [M] net/netfilter/xt_physdev.o
  2382. CC drivers/pci/pcie/portdrv_core.o
  2383. CC [M] net/sunrpc/xprt.o
  2384. CC [M] net/netfilter/xt_policy.o
  2385. CC drivers/pci/pcie/portdrv_pci.o
  2386. CC drivers/pci/pcie/portdrv_bus.o
  2387. CC [M] net/netfilter/xt_webstr.o
  2388. CC [M] net/sunrpc/socklib.o
  2389. LD drivers/pci/pcie/pcieportdrv.o
  2390. LD drivers/pci/pcie/built-in.o
  2391. CC drivers/pci/hotplug.o
  2392. CC net/unix/garbage.o
  2393. LD net/netfilter/netfilter.o
  2394. CC [M] net/sunrpc/xprtsock.o
  2395. LD net/netfilter/nf_conntrack.o
  2396. CC drivers/pci/setup-bus.o
  2397. LD [M] net/netfilter/nf_conntrack_h323.o
  2398. LD net/netfilter/built-in.o
  2399. CC [M] net/sunrpc/sched.o
  2400. CC net/unix/sysctl_net_unix.o
  2401. CC drivers/pci/setup-irq.o
  2402. LD net/unix/unix.o
  2403. LD net/unix/built-in.o
  2404. CC drivers/rtc/rtc-lib.o
  2405. LD drivers/pci/built-in.o
  2406. CC net/wireless/wext-core.o
  2407. CC [M] net/sunrpc/auth.o
  2408. CC [M] net/sunrpc/auth_null.o
  2409. LD drivers/rtc/built-in.o
  2410. CC drivers/scsi/scsi.o
  2411. CC [M] net/sunrpc/auth_unix.o
  2412. CC net/wireless/wext-spy.o
  2413. CC drivers/tty/tty_io.o
  2414. CC [M] net/sunrpc/auth_generic.o
  2415. CC net/wireless/wext-priv.o
  2416. CC drivers/scsi/hosts.o
  2417. CC [M] net/sunrpc/svc.o
  2418. LD net/wireless/built-in.o
  2419. LD drivers/usb/class/built-in.o
  2420. CC [M] drivers/usb/class/cdc-acm.o
  2421. CC drivers/scsi/scsi_ioctl.o
  2422. CC drivers/tty/n_tty.o
  2423. CC [M] net/sunrpc/svcsock.o
  2424. CC drivers/scsi/constants.o
  2425. CC [M] drivers/usb/class/usblp.o
  2426. CC drivers/scsi/scsicam.o
  2427. CC [M] net/sunrpc/svcauth.o
  2428. CC drivers/scsi/scsi_error.o
  2429. CC drivers/tty/tty_ioctl.o
  2430. CC [M] drivers/usb/class/cdc-wdm.o
  2431. CC [M] net/sunrpc/svcauth_unix.o
  2432. CC drivers/tty/tty_ldisc.o
  2433. CC drivers/usb/core/usb.o
  2434. CC drivers/scsi/scsi_lib.o
  2435. CC [M] net/sunrpc/addr.o
  2436. CC drivers/tty/tty_buffer.o
  2437. CC drivers/usb/core/hub.o
  2438. CC [M] net/sunrpc/rpcb_clnt.o
  2439. CC drivers/tty/tty_port.o
  2440. CC drivers/scsi/scsi_lib_dma.o
  2441. CC drivers/tty/tty_mutex.o
  2442. CC [M] net/sunrpc/timer.o
  2443. CC drivers/scsi/scsi_scan.o
  2444. CC drivers/tty/pty.o
  2445. LD drivers/tty/ipwireless/built-in.o
  2446. CC [M] net/sunrpc/xdr.o
  2447. CC drivers/usb/core/hcd.o
  2448. CC drivers/tty/serial/serial_core.o
  2449. CC drivers/scsi/scsi_sysfs.o
  2450. CC [M] net/sunrpc/sunrpc_syms.o
  2451. CC drivers/usb/core/urb.o
  2452. CC [M] net/sunrpc/cache.o
  2453. CC drivers/tty/serial/8250/8250.o
  2454. CC drivers/scsi/scsi_devinfo.o
  2455. CC drivers/usb/core/message.o
  2456. CC drivers/scsi/scsi_sysctl.o
  2457. CC drivers/scsi/scsi_proc.o
  2458. CC [M] net/sunrpc/rpc_pipe.o
  2459. CC drivers/tty/serial/8250/8250_early.o
  2460. CC drivers/usb/core/driver.o
  2461. CC drivers/scsi/scsi_trace.o
  2462. LD drivers/tty/serial/8250/built-in.o
  2463. LD drivers/tty/serial/built-in.o
  2464. CC drivers/scsi/sd.o
  2465. LD drivers/tty/vt/built-in.o
  2466. CC drivers/usb/core/config.o
  2467. LD drivers/tty/built-in.o
  2468. CC [M] net/sunrpc/svc_xprt.o
  2469. CC drivers/video/fb_notify.o
  2470. LD drivers/video/backlight/built-in.o
  2471. LD drivers/video/omap2/displays/built-in.o
  2472. LD drivers/video/omap2/built-in.o
  2473. CC drivers/usb/core/file.o
  2474. LD drivers/video/built-in.o
  2475. CC drivers/usb/core/buffer.o
  2476. CC [M] net/sunrpc/stats.o
  2477. CC drivers/scsi/sg.o
  2478. CC drivers/usb/core/sysfs.o
  2479. CC [M] drivers/scsi/sr.o
  2480. CC [M] net/sunrpc/sysctl.o
  2481. CC drivers/usb/core/endpoint.o
  2482. LD [M] net/sunrpc/sunrpc.o
  2483. CC drivers/usb/core/devio.o
  2484. CC net/xfrm/xfrm_policy.o
  2485. CC drivers/usb/core/notify.o
  2486. CC [M] drivers/scsi/sr_ioctl.o
  2487. CC drivers/usb/core/generic.o
  2488. CC net/xfrm/xfrm_state.o
  2489. CC [M] drivers/scsi/sr_vendor.o
  2490. LD drivers/scsi/scsi_mod.o
  2491. CC drivers/usb/core/quirks.o
  2492. LD drivers/scsi/sd_mod.o
  2493. LD [M] drivers/scsi/sr_mod.o
  2494. LD drivers/scsi/built-in.o
  2495. CC drivers/usb/core/devices.o
  2496. CC drivers/usb/core/hcd-pci.o
  2497. CC net/xfrm/xfrm_hash.o
  2498. CC net/xfrm/xfrm_input.o
  2499. CC net/xfrm/xfrm_output.o
  2500. CC net/xfrm/xfrm_algo.o
  2501. CC drivers/usb/core/inode.o
  2502. CC net/xfrm/xfrm_sysctl.o
  2503. CC net/xfrm/xfrm_replay.o
  2504. LD drivers/usb/core/usbcore.o
  2505. LD drivers/usb/core/built-in.o
  2506. LD drivers/usb/host/built-in.o
  2507. CC [M] drivers/usb/host/xhci.o
  2508. CC [M] net/xfrm/xfrm_user.o
  2509. CC [M] net/xfrm/xfrm_ipcomp.o
  2510. CC [M] drivers/usb/host/xhci-mem.o
  2511. LD net/xfrm/built-in.o
  2512. CC [M] drivers/usb/host/xhci-ring.o
  2513. CC [M] drivers/usb/host/xhci-hub.o
  2514. CC net/sysctl_net.o
  2515. LD drivers/usb/misc/built-in.o
  2516. CC [M] drivers/usb/host/xhci-dbg.o
  2517. LD net/built-in.o
  2518. LD drivers/usb/serial/built-in.o
  2519. CC drivers/usb/storage/libusual.o
  2520. CC [M] drivers/usb/serial/usb-serial.o
  2521. CC drivers/usb/storage/usual-tables.o
  2522. CC [M] drivers/usb/host/xhci-mtk/xhci-mtk.o
  2523. CC [M] drivers/usb/host/xhci-mtk/xhci-mtk-scheduler.o
  2524. CC [M] drivers/usb/storage/scsiglue.o
  2525. CC [M] drivers/usb/storage/protocol.o
  2526. CC [M] drivers/usb/serial/generic.o
  2527. CC [M] drivers/usb/host/xhci-plat.o
  2528. CC [M] drivers/usb/storage/transport.o
  2529. CC [M] drivers/usb/storage/usb.o
  2530. LD [M] drivers/usb/host/xhci-hcd.o
  2531. CC drivers/usb/usb-common.o
  2532. CC [M] drivers/usb/serial/bus.o
  2533. CC [M] drivers/usb/serial/option.o
  2534. CC [M] drivers/usb/serial/pl2303.o
  2535. CC [M] drivers/usb/storage/initializers.o
  2536. CC [M] drivers/usb/serial/qcserial.o
  2537. CC [M] drivers/usb/storage/sierra_ms.o
  2538. CC [M] drivers/usb/storage/option_ms.o
  2539. CC [M] drivers/usb/serial/sierra.o
  2540. LD drivers/usb/storage/usb-libusual.o
  2541. CC [M] drivers/usb/serial/usb_wwan.o
  2542. LD drivers/usb/storage/built-in.o
  2543. LD [M] drivers/usb/serial/usbserial.o
  2544. LD [M] drivers/usb/storage/usb-storage.o
  2545. LD drivers/usb/built-in.o
  2546. LD drivers/built-in.o
  2547. LD vmlinux.o
  2548. MODPOST vmlinux.o
  2549. GEN .version
  2550. CHK include/generated/compile.h
  2551. CC init/main.o
  2552. CC init/do_mounts.o
  2553. CC init/noinitramfs.o
  2554. UPD include/generated/compile.h
  2555. CC init/calibrate.o
  2556. CC init/init_task.o
  2557. CC init/version.o
  2558. LD init/mounts.o
  2559. LD init/built-in.o
  2560. LD vmlinux
  2561. SYSMAP System.map
  2562. Building modules, stage 2.
  2563. MODPOST 94 modules
  2564. CC arch/mips/rt2880/rt_timer_wdg.mod.o
  2565. CC crypto/deflate.mod.o
  2566. CC crypto/md5.mod.o
  2567. CC crypto/sha256_generic.mod.o
  2568. CC drivers/cdrom/cdrom.mod.o
  2569. CC drivers/media/video/uvc/uvcvideo.mod.o
  2570. CC drivers/media/video/v4l2-common.mod.o
  2571. CC drivers/media/video/v4l2-int-device.mod.o
  2572. CC drivers/media/video/videobuf2-core.mod.o
  2573. CC drivers/media/video/videobuf2-memops.mod.o
  2574. CC drivers/media/video/videobuf2-vmalloc.mod.o
  2575. CC drivers/media/video/videodev.mod.o
  2576. CC drivers/net/usb/cdc_ether.mod.o
  2577. CC drivers/net/usb/cdc_mbim.mod.o
  2578. CC drivers/net/usb/cdc_ncm.mod.o
  2579. CC drivers/net/usb/huawei_cdc_ncm.mod.o
  2580. CC drivers/net/usb/qmi_wwan.mod.o
  2581. CC drivers/net/usb/rndis_host.mod.o
  2582. CC drivers/net/usb/sierra_net.mod.o
  2583. CC drivers/net/usb/usbnet.mod.o
  2584. CC drivers/net/wireless/ralink/mt76x2_ap/mt76x2_ap.mod.o
  2585. CC drivers/net/wireless/ralink/mt76x3_ap/mt76x3_ap.mod.o
  2586. CC drivers/scsi/sr_mod.mod.o
  2587. CC drivers/usb/class/cdc-acm.mod.o
  2588. CC drivers/usb/class/cdc-wdm.mod.o
  2589. CC drivers/usb/host/xhci-hcd.mod.o
  2590. CC drivers/usb/class/usblp.mod.o
  2591. CC drivers/usb/serial/option.mod.o
  2592. CC drivers/usb/serial/pl2303.mod.o
  2593. CC drivers/usb/serial/qcserial.mod.o
  2594. CC drivers/usb/serial/sierra.mod.o
  2595. CC drivers/usb/serial/usb_wwan.mod.o
  2596. CC drivers/usb/serial/usbserial.mod.o
  2597. CC drivers/usb/storage/usb-storage.mod.o
  2598. CC fs/exfat/exfat.mod.o
  2599. CC fs/exportfs/exportfs.mod.o
  2600. CC fs/ext4/ext4.mod.o
  2601. CC fs/fuse/fuse.mod.o
  2602. CC fs/jbd2/jbd2.mod.o
  2603. CC fs/lockd/lockd.mod.o
  2604. CC fs/mbcache.mod.o
  2605. CC fs/nfsd/nfsd.mod.o
  2606. CC lib/zlib_deflate/zlib_deflate.mod.o
  2607. CC lib/zlib_inflate/zlib_inflate.mod.o
  2608. CC net/bridge/netfilter/ebt_ip.mod.o
  2609. CC net/bridge/netfilter/ebt_pkttype.mod.o
  2610. CC net/bridge/netfilter/ebtable_filter.mod.o
  2611. CC net/bridge/netfilter/ebtables.mod.o
  2612. CC net/ipv4/ah4.mod.o
  2613. CC net/ipv4/esp4.mod.o
  2614. CC net/ipv4/ipcomp.mod.o
  2615. CC net/ipv4/netfilter/ipt_REDIRECT.mod.o
  2616. CC net/ipv4/netfilter/ipt_ah.mod.o
  2617. CC net/ipv4/netfilter/iptable_mangle.mod.o
  2618. CC net/ipv4/netfilter/iptable_raw.mod.o
  2619. CC net/ipv4/netfilter/nf_nat_ftp.mod.o
  2620. CC net/ipv4/netfilter/nf_nat_h323.mod.o
  2621. CC net/ipv4/netfilter/nf_nat_pptp.mod.o
  2622. CC net/ipv4/netfilter/nf_nat_proto_gre.mod.o
  2623. CC net/ipv4/netfilter/nf_nat_rtsp.mod.o
  2624. CC net/ipv4/netfilter/nf_nat_sip.mod.o
  2625. CC net/ipv4/xfrm4_mode_beet.mod.o
  2626. CC net/ipv4/xfrm4_tunnel.mod.o
  2627. CC net/ipv6/ah6.mod.o
  2628. CC net/ipv6/esp6.mod.o
  2629. CC net/ipv6/ipcomp6.mod.o
  2630. CC net/ipv6/netfilter/ip6t_ah.mod.o
  2631. CC net/ipv6/netfilter/ip6table_mangle.mod.o
  2632. CC net/ipv6/tunnel6.mod.o
  2633. CC net/ipv6/xfrm6_mode_beet.mod.o
  2634. CC net/ipv6/xfrm6_tunnel.mod.o
  2635. CC net/key/af_key.mod.o
  2636. CC net/nat/hw_nat/hw_nat.mod.o
  2637. CC net/netfilter/nf_conntrack_ftp.mod.o
  2638. CC net/netfilter/nf_conntrack_h323.mod.o
  2639. CC net/netfilter/nf_conntrack_pptp.mod.o
  2640. CC net/netfilter/nf_conntrack_proto_gre.mod.o
  2641. CC net/netfilter/nf_conntrack_rtsp.mod.o
  2642. CC net/netfilter/nf_conntrack_sip.mod.o
  2643. CC net/netfilter/nfnetlink.mod.o
  2644. CC net/netfilter/xt_CT.mod.o
  2645. CC net/netfilter/xt_DSCP.mod.o
  2646. CC net/netfilter/xt_HL.mod.o
  2647. CC net/netfilter/xt_NOTRACK.mod.o
  2648. CC net/netfilter/xt_connbytes.mod.o
  2649. CC net/netfilter/xt_dscp.mod.o
  2650. CC net/netfilter/xt_hl.mod.o
  2651. CC net/netfilter/xt_length.mod.o
  2652. CC net/netfilter/xt_physdev.mod.o
  2653. CC net/netfilter/xt_policy.mod.o
  2654. CC net/netfilter/xt_webstr.mod.o
  2655. CC net/xfrm/xfrm_ipcomp.mod.o
  2656. CC net/sunrpc/sunrpc.mod.o
  2657. CC net/xfrm/xfrm_user.mod.o
  2658. LD [M] arch/mips/rt2880/rt_timer_wdg.ko
  2659. LD [M] crypto/deflate.ko
  2660. LD [M] crypto/sha256_generic.ko
  2661. LD [M] crypto/md5.ko
  2662. LD [M] drivers/cdrom/cdrom.ko
  2663. LD [M] drivers/media/video/uvc/uvcvideo.ko
  2664. LD [M] drivers/media/video/v4l2-common.ko
  2665. LD [M] drivers/media/video/v4l2-int-device.ko
  2666. LD [M] drivers/media/video/videobuf2-core.ko
  2667. LD [M] drivers/media/video/videobuf2-vmalloc.ko
  2668. LD [M] drivers/media/video/videobuf2-memops.ko
  2669. LD [M] drivers/media/video/videodev.ko
  2670. LD [M] drivers/net/usb/cdc_ether.ko
  2671. LD [M] drivers/net/usb/cdc_mbim.ko
  2672. LD [M] drivers/net/usb/cdc_ncm.ko
  2673. LD [M] drivers/net/usb/huawei_cdc_ncm.ko
  2674. LD [M] drivers/net/usb/qmi_wwan.ko
  2675. LD [M] drivers/net/usb/rndis_host.ko
  2676. LD [M] drivers/net/usb/sierra_net.ko
  2677. LD [M] drivers/net/usb/usbnet.ko
  2678. LD [M] drivers/net/wireless/ralink/mt76x2_ap/mt76x2_ap.ko
  2679. LD [M] drivers/net/wireless/ralink/mt76x3_ap/mt76x3_ap.ko
  2680. LD [M] drivers/scsi/sr_mod.ko
  2681. LD [M] drivers/usb/class/cdc-acm.ko
  2682. LD [M] drivers/usb/class/cdc-wdm.ko
  2683. LD [M] drivers/usb/host/xhci-hcd.ko
  2684. LD [M] drivers/usb/class/usblp.ko
  2685. LD [M] drivers/usb/serial/option.ko
  2686. LD [M] drivers/usb/serial/pl2303.ko
  2687. LD [M] drivers/usb/serial/qcserial.ko
  2688. LD [M] drivers/usb/serial/sierra.ko
  2689. LD [M] drivers/usb/serial/usb_wwan.ko
  2690. LD [M] drivers/usb/serial/usbserial.ko
  2691. LD [M] drivers/usb/storage/usb-storage.ko
  2692. LD [M] fs/exfat/exfat.ko
  2693. LD [M] fs/exportfs/exportfs.ko
  2694. LD [M] fs/ext4/ext4.ko
  2695. LD [M] fs/jbd2/jbd2.ko
  2696. LD [M] fs/fuse/fuse.ko
  2697. LD [M] fs/lockd/lockd.ko
  2698. LD [M] fs/mbcache.ko
  2699. LD [M] fs/nfsd/nfsd.ko
  2700. LD [M] lib/zlib_deflate/zlib_deflate.ko
  2701. LD [M] lib/zlib_inflate/zlib_inflate.ko
  2702. LD [M] net/bridge/netfilter/ebt_ip.ko
  2703. LD [M] net/bridge/netfilter/ebt_pkttype.ko
  2704. LD [M] net/bridge/netfilter/ebtable_filter.ko
  2705. LD [M] net/bridge/netfilter/ebtables.ko
  2706. LD [M] net/ipv4/ah4.ko
  2707. LD [M] net/ipv4/esp4.ko
  2708. LD [M] net/ipv4/netfilter/ipt_REDIRECT.ko
  2709. LD [M] net/ipv4/ipcomp.ko
  2710. LD [M] net/ipv4/netfilter/ipt_ah.ko
  2711. LD [M] net/ipv4/netfilter/iptable_mangle.ko
  2712. LD [M] net/ipv4/netfilter/iptable_raw.ko
  2713. LD [M] net/ipv4/netfilter/nf_nat_ftp.ko
  2714. LD [M] net/ipv4/netfilter/nf_nat_h323.ko
  2715. LD [M] net/ipv4/netfilter/nf_nat_pptp.ko
  2716. LD [M] net/ipv4/netfilter/nf_nat_proto_gre.ko
  2717. LD [M] net/ipv4/netfilter/nf_nat_rtsp.ko
  2718. LD [M] net/ipv4/xfrm4_mode_beet.ko
  2719. LD [M] net/ipv4/netfilter/nf_nat_sip.ko
  2720. LD [M] net/ipv4/xfrm4_tunnel.ko
  2721. LD [M] net/ipv6/ah6.ko
  2722. LD [M] net/ipv6/esp6.ko
  2723. LD [M] net/ipv6/ipcomp6.ko
  2724. LD [M] net/ipv6/netfilter/ip6t_ah.ko
  2725. LD [M] net/ipv6/netfilter/ip6table_mangle.ko
  2726. LD [M] net/ipv6/tunnel6.ko
  2727. LD [M] net/ipv6/xfrm6_mode_beet.ko
  2728. LD [M] net/ipv6/xfrm6_tunnel.ko
  2729. LD [M] net/key/af_key.ko
  2730. LD [M] net/nat/hw_nat/hw_nat.ko
  2731. LD [M] net/netfilter/nf_conntrack_ftp.ko
  2732. LD [M] net/netfilter/nf_conntrack_h323.ko
  2733. LD [M] net/netfilter/nf_conntrack_pptp.ko
  2734. LD [M] net/netfilter/nf_conntrack_proto_gre.ko
  2735. LD [M] net/netfilter/nf_conntrack_rtsp.ko
  2736. LD [M] net/netfilter/nf_conntrack_sip.ko
  2737. LD [M] net/netfilter/nfnetlink.ko
  2738. LD [M] net/netfilter/xt_CT.ko
  2739. LD [M] net/netfilter/xt_DSCP.ko
  2740. LD [M] net/netfilter/xt_HL.ko
  2741. LD [M] net/netfilter/xt_connbytes.ko
  2742. LD [M] net/netfilter/xt_NOTRACK.ko
  2743. LD [M] net/netfilter/xt_dscp.ko
  2744. LD [M] net/netfilter/xt_hl.ko
  2745. LD [M] net/netfilter/xt_length.ko
  2746. LD [M] net/netfilter/xt_physdev.ko
  2747. LD [M] net/netfilter/xt_policy.ko
  2748. LD [M] net/netfilter/xt_webstr.ko
  2749. LD [M] net/sunrpc/sunrpc.ko
  2750. LD [M] net/xfrm/xfrm_ipcomp.ko
  2751. LD [M] net/xfrm/xfrm_user.ko
  2752. make[1]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
  2753. if [ -f linux-3.4.x/vmlinux ]; then \
  2754. ln -f linux-3.4.x/vmlinux linux-3.4.x/linux ; \
  2755. fi
  2756. make[1]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc'
  2757. cp -fL /home/attilav/dm38/prometheus-arch/padavan-ng/trunk/configs/boards/uclibc-mipsel.config uClibc-1.0.3X/.config
  2758. make -j4 -C uClibc-1.0.3X oldconfig || exit $? ; \
  2759. if [ ! -f /home/attilav/dm38/prometheus-arch/padavan-ng/trunk/stage/.installed_uClibc-1.0.3X ] ; then \
  2760. make -C uClibc-1.0.3X PREFIX=/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/stage DEVEL_PREFIX=/ MULTILIB_DIR=lib install_runtime install_utils && \
  2761. touch /home/attilav/dm38/prometheus-arch/padavan-ng/trunk/stage/.installed_uClibc-1.0.3X ; \
  2762. fi
  2763. make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc/uClibc-1.0.3X'
  2764. MKDIR include/config
  2765. MKDIR include/generated
  2766. HOSTCC-o extra/config/conf.o
  2767. GEN extra/config/zconf.hash.c
  2768. GEN extra/config/zconf.tab.c
  2769. GEN extra/config/zconf.lex.c
  2770. HOSTCC-o extra/config/zconf.tab.o
  2771. HOSTCC extra/config/conf
  2772. #
  2773. # configuration written to /home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc/uClibc-1.0.3X/.config
  2774. #
  2775. make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc/uClibc-1.0.3X'
  2776. make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc/uClibc-1.0.3X'
  2777. mipsel-linux-uclibc-gcc: error: unrecognized argument in option '-mtune=1004kc-Wall'
  2778. mipsel-linux-uclibc-gcc: note: valid arguments to '-mtune=' are: 10000 1004kc 1004kf 1004kf1_1 1004kf2_1 10k 12000 12k 14000 14k 16000 16k 2000 20kc 24kc 24kec 24kef 24kef1_1 24kef2_1 24kefx 24kex 24kf 24kf1_1 24kf2_1 24kfx 24kx 2k 3000 34kc 34kf 34kf1_1 34kf2_1 34kfx 34kn 34kx 3900 3k 4000 4100 4111 4120 4130 4300 4400 4600 4650 4700 4k 4kc 4kec 4kem 4kep 4km 4kp 4ksc 4ksd 5000 5400 5500 5900 5k 5kc 5kf 6000 6k 7000 74kc 74kf 74kf1_1 74kf2_1 74kf3_2 74kfx 74kx 7k 8000 8k 9000 9k from-abi i6400 interaptiv loongson2e loongson2f loongson3a m14k m14kc m14ke m14kec m4k m5100 m5101 mips1 mips2 mips3 mips32 mips32r2 mips32r3 mips32r5 mips32r6 mips4 mips64 mips64r2 mips64r3 mips64r5 mips64r6 native octeon octeon+ octeon2 octeon3 orion p5600 r10000 r1004kc r1004kf r1004kf1_1 r1004kf2_1 r10k r12000 r12k r14000 r14k r16000 r16k r2000 r20kc r24kc r24kec r24kef r24kef1_1 r24kef2_1 r24kefx r24kex r24kf r24kf1_1 r24kf2_1 r24kfx r24kx r2k r3000 r34kc r34kf r34kf1_1 r34kf2_1 r34kfx r34kn r34kx r3900 r3k r4000 r4100 r4111 r4120 r4130 r4300 r4400 r4600 r4650 r4700 r4k r4kc r4kec r4kem r4kep r4km r4kp r4ksc r4ksd r5000 r5400 r5500 r5900 r5k r5kc r5kf r6000 r6k r7000 r74kc r74kf r74kf1_1 r74kf2_1 r74kf3_2 r74kfx r74kx r7k r8000 r8k r9000 r9k rm7000 rm7k rm9000 rm9k sb1 sb1a sr71000 sr71k vr4100 vr4111 vr4120 vr4130 vr4300 vr5000 vr5400 vr5500 vr5k xlp xlr; did you mean '1004kc'?
  2779. mipsel-linux-uclibc-gcc: error: unrecognized argument in option '-mtune=1004kc-Wall'
  2780. mipsel-linux-uclibc-gcc: note: valid arguments to '-mtune=' are: 10000 1004kc 1004kf 1004kf1_1 1004kf2_1 10k 12000 12k 14000 14k 16000 16k 2000 20kc 24kc 24kec 24kef 24kef1_1 24kef2_1 24kefx 24kex 24kf 24kf1_1 24kf2_1 24kfx 24kx 2k 3000 34kc 34kf 34kf1_1 34kf2_1 34kfx 34kn 34kx 3900 3k 4000 4100 4111 4120 4130 4300 4400 4600 4650 4700 4k 4kc 4kec 4kem 4kep 4km 4kp 4ksc 4ksd 5000 5400 5500 5900 5k 5kc 5kf 6000 6k 7000 74kc 74kf 74kf1_1 74kf2_1 74kf3_2 74kfx 74kx 7k 8000 8k 9000 9k from-abi i6400 interaptiv loongson2e loongson2f loongson3a m14k m14kc m14ke m14kec m4k m5100 m5101 mips1 mips2 mips3 mips32 mips32r2 mips32r3 mips32r5 mips32r6 mips4 mips64 mips64r2 mips64r3 mips64r5 mips64r6 native octeon octeon+ octeon2 octeon3 orion p5600 r10000 r1004kc r1004kf r1004kf1_1 r1004kf2_1 r10k r12000 r12k r14000 r14k r16000 r16k r2000 r20kc r24kc r24kec r24kef r24kef1_1 r24kef2_1 r24kefx r24kex r24kf r24kf1_1 r24kf2_1 r24kfx r24kx r2k r3000 r34kc r34kf r34kf1_1 r34kf2_1 r34kfx r34kn r34kx r3900 r3k r4000 r4100 r4111 r4120 r4130 r4300 r4400 r4600 r4650 r4700 r4k r4kc r4kec r4kem r4kep r4km r4kp r4ksc r4ksd r5000 r5400 r5500 r5900 r5k r5kc r5kf r6000 r6k r7000 r74kc r74kf r74kf1_1 r74kf2_1 r74kf3_2 r74kfx r74kx r7k r8000 r8k r9000 r9k rm7000 rm7k rm9000 rm9k sb1 sb1a sr71000 sr71k vr4100 vr4111 vr4120 vr4130 vr4300 vr5000 vr5400 vr5500 vr5k xlp xlr; did you mean '1004kc'?
  2781. MKDIR include/bits
  2782. GEN include/bits/uClibc_config.h
  2783. LN include/semaphore.h
  2784. LN include/pthread.h
  2785. LN include/bits/libc-lock.h
  2786. LN include/bits/stdio-lock.h
  2787. LN include/bits/pthreadtypes.h
  2788. LN include/bits/semaphore.h
  2789. LN include/sgidefs.h
  2790. LN include/regdef.h
  2791. GEN include/bits/sysnum.h
  2792. LN include/fpu_control.h
  2793. LN include/jmpbuf-offsets.h
  2794. LN include/jmpbuf-unwind.h
  2795. LN include/dl-osinfo.h
  2796. LN include/not-cancel.h
  2797. LN include/bits/byteswap-16.h
  2798. LN include/bits/byteswap-common.h
  2799. LN include/bits/byteswap.h
  2800. LN include/bits/cmathcalls.h
  2801. LN include/bits/confname.h
  2802. LN include/bits/dirent.h
  2803. LN include/bits/elfclass.h
  2804. LN include/bits/environments.h
  2805. LN include/bits/errno.h
  2806. LN include/bits/fenvinline.h
  2807. LN include/bits/getopt.h
  2808. LN include/bits/getopt_int.h
  2809. LN include/bits/huge_val.h
  2810. LN include/bits/huge_valf.h
  2811. LN include/bits/huge_vall.h
  2812. LN include/bits/in.h
  2813. LN include/bits/inf.h
  2814. LN include/bits/initspin.h
  2815. LN include/bits/ioctls.h
  2816. LN include/bits/kernel-features.h
  2817. LN include/bits/locale.h
  2818. LN include/bits/mathcalls.h
  2819. LN include/bits/mathinline.h
  2820. LN include/bits/mman-common.h
  2821. LN include/bits/mman-linux.h
  2822. LN include/bits/mman-shared.h
  2823. LN include/bits/mqueue.h
  2824. LN include/bits/nan.h
  2825. LN include/bits/netdb.h
  2826. LN include/bits/posix1_lim.h
  2827. LN include/bits/posix2_lim.h
  2828. LN include/bits/sched.h
  2829. LN include/bits/select.h
  2830. LN include/bits/sigset.h
  2831. LN include/bits/sigthread.h
  2832. LN include/bits/sockaddr.h
  2833. LN include/bits/socket.h
  2834. LN include/bits/statvfs.h
  2835. LN include/bits/statx.h
  2836. LN include/bits/stdio.h
  2837. LN include/bits/stdio_lim.h
  2838. LN include/bits/syscalls-common.h
  2839. LN include/bits/time.h
  2840. LN include/bits/types.h
  2841. LN include/bits/typesizes.h
  2842. LN include/bits/uClibc_alloc.h
  2843. LN include/bits/uClibc_charclass.h
  2844. LN include/bits/uClibc_clk_tck.h
  2845. LN include/bits/uClibc_ctype.h
  2846. LN include/bits/uClibc_fpmax.h
  2847. LN include/bits/uClibc_local_lim.h
  2848. LN include/bits/uClibc_locale.h
  2849. LN include/bits/uClibc_mutex.h
  2850. LN include/bits/uClibc_posix_opt.h
  2851. LN include/bits/uClibc_pthread.h
  2852. LN include/bits/uClibc_stdio.h
  2853. LN include/bits/uClibc_touplow.h
  2854. LN include/bits/uClibc_uintmaxtostr.h
  2855. LN include/bits/uClibc_uwchar.h
  2856. LN include/bits/uClibc_va_copy.h
  2857. LN include/bits/uio.h
  2858. LN include/bits/ustat.h
  2859. LN include/bits/utmp.h
  2860. LN include/bits/utmpx.h
  2861. LN include/bits/utsname.h
  2862. LN include/bits/waitflags.h
  2863. LN include/bits/waitstatus.h
  2864. LN include/bits/wchar.h
  2865. LN include/bits/xopen_lim.h
  2866. LN include/bits/atomic.h
  2867. LN include/bits/dlfcn.h
  2868. LN include/bits/endian.h
  2869. LN include/bits/epoll.h
  2870. LN include/bits/eventfd.h
  2871. LN include/bits/fcntl.h
  2872. LN include/bits/fenv.h
  2873. LN include/bits/inotify.h
  2874. LN include/bits/ioctl-types.h
  2875. LN include/bits/ipc.h
  2876. LN include/bits/kernel_sigaction.h
  2877. LN include/bits/kernel_stat.h
  2878. LN include/bits/kernel_types.h
  2879. LN include/bits/mathdef.h
  2880. LN include/bits/mman.h
  2881. LN include/bits/msq.h
  2882. LN include/bits/poll.h
  2883. LN include/bits/resource.h
  2884. LN include/bits/sem.h
  2885. LN include/bits/setjmp.h
  2886. LN include/bits/shm.h
  2887. LN include/bits/sigaction.h
  2888. LN include/bits/sigcontext.h
  2889. LN include/bits/sigcontextinfo.h
  2890. LN include/bits/siginfo.h
  2891. LN include/bits/signalfd.h
  2892. LN include/bits/signum.h
  2893. LN include/bits/sigstack.h
  2894. LN include/bits/socket_type.h
  2895. LN include/bits/stackinfo.h
  2896. LN include/bits/stat.h
  2897. LN include/bits/statfs.h
  2898. LN include/bits/syscalls.h
  2899. LN include/bits/termios.h
  2900. LN include/bits/timerfd.h
  2901. LN include/bits/uClibc_arch_features.h
  2902. LN include/bits/uClibc_page.h
  2903. LN include/bits/wordsize.h
  2904. LN include/sys/acct.h
  2905. LN include/sys/epoll.h
  2906. LN include/sys/eventfd.h
  2907. LN include/sys/fanotify.h
  2908. LN include/sys/inotify.h
  2909. LN include/sys/prctl.h
  2910. LN include/sys/ptrace.h
  2911. LN include/sys/random.h
  2912. LN include/sys/signalfd.h
  2913. LN include/sys/timerfd.h
  2914. LN include/sys/asm.h
  2915. LN include/sys/cachectl.h
  2916. LN include/sys/fpregdef.h
  2917. LN include/sys/procfs.h
  2918. LN include/sys/regdef.h
  2919. LN include/sys/sysmips.h
  2920. LN include/sys/tas.h
  2921. LN include/sys/ucontext.h
  2922. LN include/sys/user.h
  2923. LN include/bits/local_lim.h
  2924. LN include/bits/posix_opt.h
  2925. GEN libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.h
  2926. GEN libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.h
  2927. mipsel-linux-uclibc-gcc: error: unrecognized argument in option '-mtune=1004kc-Wall'
  2928. mipsel-linux-uclibc-gcc: note: valid arguments to '-mtune=' are: 10000 1004kc 1004kf 1004kf1_1 1004kf2_1 10k 12000 12k 14000 14k 16000 16k 2000 20kc 24kc 24kec 24kef 24kef1_1 24kef2_1 24kefx 24kex 24kf 24kf1_1 24kf2_1 24kfx 24kx 2k 3000 34kc 34kf 34kf1_1 34kf2_1 34kfx 34kn 34kx 3900 3k 4000 4100 4111 4120 4130 4300 4400 4600 4650 4700 4k 4kc 4kec 4kem 4kep 4km 4kp 4ksc 4ksd 5000 5400 5500 5900 5k 5kc 5kf 6000 6k 7000 74kc 74kf 74kf1_1 74kf2_1 74kf3_2 74kfx 74kx 7k 8000 8k 9000 9k from-abi i6400 interaptiv loongson2e loongson2f loongson3a m14k m14kc m14ke m14kec m4k m5100 m5101 mips1 mips2 mips3 mips32 mips32r2 mips32r3 mips32r5 mips32r6 mips4 mips64 mips64r2 mips64r3 mips64r5 mips64r6 native octeon octeon+ octeon2 octeon3 orion p5600 r10000 r1004kc r1004kf r1004kf1_1 r1004kf2_1 r10k r12000 r12k r14000 r14k r16000 r16k r2000 r20kc r24kc r24kec r24kef r24kef1_1 r24kef2_1 r24kefx r24kex r24kf r24kf1_1 r24kf2_1 r24kfx r24kx r2k r3000 r34kc r34kf r34kf1_1 r34kf2_1 r34kfx r34kn r34kx r3900 r3k r4000 r4100 r4111 r4120 r4130 r4300 r4400 r4600 r4650 r4700 r4k r4kc r4kec r4kem r4kep r4km r4kp r4ksc r4ksd r5000 r5400 r5500 r5900 r5k r5kc r5kf r6000 r6k r7000 r74kc r74kf r74kf1_1 r74kf2_1 r74kf3_2 r74kfx r74kx r7k r8000 r8k r9000 r9k rm7000 rm7k rm9000 rm9k sb1 sb1a sr71000 sr71k vr4100 vr4111 vr4120 vr4130 vr4300 vr5000 vr5400 vr5500 vr5k xlp xlr; did you mean '1004kc'?
  2929. make[2]: *** [libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch:137: libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.h] Error 1
  2930. make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc/uClibc-1.0.3X'
  2931. make[1]: *** [Makefile:25: all] Error 2
  2932. make[1]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc'
  2933. make: *** [Makefile:184: libc_only] Error 2
Add Comment
Please, Sign In to add comment