Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --------------------------COPY-CONFIG-----------------------------
- --------------------------MAKE-DEP--------------------------------
- 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
- make[1]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
- HOSTCC scripts/basic/fixdep
- HOSTCC scripts/kconfig/conf.o
- SHIPPED scripts/kconfig/zconf.tab.c
- SHIPPED scripts/kconfig/zconf.lex.c
- SHIPPED scripts/kconfig/zconf.hash.c
- HOSTCC scripts/kconfig/zconf.tab.o
- In file included from scripts/kconfig/zconf.tab.c:2500:
- scripts/kconfig/confdata.c: In function ‘conf_write’:
- 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=]
- sprintf(newname, "%s%s", dirname, basename);
- ^~~~~~
- scripts/kconfig/confdata.c:762:19: note: assuming directive output of 7 bytes
- scripts/kconfig/confdata.c:762:2: note: ‘sprintf’ output 1 or more bytes (assuming 4104) into a destination of size 4097
- sprintf(newname, "%s%s", dirname, basename);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- scripts/kconfig/confdata.c:765:20: warning: ‘.tmpconfig.’ directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=]
- sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
- ^~~~~~~~~~~~~~~~~
- scripts/kconfig/confdata.c:765:3: note: ‘sprintf’ output between 13 and 4119 bytes into a destination of size 4097
- sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid());
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- HOSTLD scripts/kconfig/conf
- scripts/kconfig/conf --olddefconfig Kconfig
- #
- # configuration written to .config
- #
- make[1]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
- 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
- make[1]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
- scripts/kconfig/conf --silentoldconfig Kconfig
- CHK include/linux/version.h
- UPD include/linux/version.h
- CHK include/generated/utsrelease.h
- UPD include/generated/utsrelease.h
- CC kernel/bounds.s
- GEN include/generated/bounds.h
- CC arch/mips/kernel/asm-offsets.s
- GEN include/generated/asm-offsets.h
- CALL scripts/checksyscalls.sh
- make[1]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
- 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
- make[1]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
- make[1]: Nothing to be done for 'dep'.
- make[1]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
- --------------------------MAKE-ALL--------------------------------
- make -C tools
- make[1]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools'
- make -C mkimage
- make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mkimage'
- gcc -idirafter ./include -DUSE_HOSTCC -O -c mkimage.c
- gcc -idirafter ./include -DUSE_HOSTCC -O -c crc32.c
- gcc -idirafter ./include -DUSE_HOSTCC -O -o mkimage mkimage.o crc32.o
- strip mkimage
- make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mkimage'
- make -C mktplinkfw
- make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mktplinkfw'
- gcc -idirafter -DUSE_HOSTCC -fgnu89-inline -O -c mktplinkfw2.c
- gcc -idirafter -DUSE_HOSTCC -fgnu89-inline -O -c mktplinkfw-lib.c
- gcc -idirafter -DUSE_HOSTCC -fgnu89-inline -O -idirafter -DUSE_HOSTCC -fgnu89-inline -c -o md5.o md5.c
- gcc -idirafter -DUSE_HOSTCC -fgnu89-inline -O -o mktplinkfw2 mktplinkfw2.o mktplinkfw-lib.o md5.o
- strip mktplinkfw2
- make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mktplinkfw'
- make -C sstrip
- make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/sstrip'
- make -C ./elfrw libelfrw.a
- make[3]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/sstrip/elfrw'
- gcc -Wall -Wextra -O3 -c -o elfrw.o elfrw.c
- gcc -Wall -Wextra -O3 -c -o elfrw_dyn.o elfrw_dyn.c
- gcc -Wall -Wextra -O3 -c -o elfrw_ehdr.o elfrw_ehdr.c
- gcc -Wall -Wextra -O3 -c -o elfrw_phdr.o elfrw_phdr.c
- gcc -Wall -Wextra -O3 -c -o elfrw_rel.o elfrw_rel.c
- gcc -Wall -Wextra -O3 -c -o elfrw_shdr.o elfrw_shdr.c
- gcc -Wall -Wextra -O3 -c -o elfrw_sym.o elfrw_sym.c
- gcc -Wall -Wextra -O3 -c -o elfrw_ver.o elfrw_ver.c
- 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
- make[3]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/sstrip/elfrw'
- gcc -Wall -Wextra -I ./elfrw sstrip.c elfrw/libelfrw.a -o sstrip
- make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/sstrip'
- make -C lzma
- make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/lzma'
- make -j4 -C lzma-4.65/CPP/7zip/Compress/LZMA_Alone -f makefile.gcc ;\
- cp lzma-4.65/CPP/7zip/Compress/LZMA_Alone/lzma ./lzma
- make[3]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/lzma/lzma-4.65/CPP/7zip/Compress/LZMA_Alone'
- g++ -O2 -Wall -c LzmaAlone.cpp
- g++ -O2 -Wall -c LzmaBench.cpp
- g++ -O2 -Wall -c LzmaBenchCon.cpp
- g++ -O2 -Wall -c ../LzmaDecoder.cpp
- In file included from ../../../Common/CommandLineParser.h:6,
- from LzmaAlone.cpp:18:
- ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
- ../../../Common/MyString.h:414:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
- for (int i = 0; i < _length; i++)
- ^~~
- ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
- return -1;
- ^~~~~~
- g++ -O2 -Wall -c ../LzmaEncoder.cpp
- g++ -O2 -Wall -c ../../Common/InBuffer.cpp
- ../LzmaEncoder.cpp: In member function ‘virtual LONG NCompress::NLzma::CEncoder::SetCoderProperties(const PROPID*, const PROPVARIANT*, UInt32)’:
- ../LzmaEncoder.cpp:123:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.fb = prop.ulVal; break;
- ^~
- ../LzmaEncoder.cpp:123:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.fb = prop.ulVal; break;
- ^~~~~
- ../LzmaEncoder.cpp:125:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.mc = prop.ulVal; break;
- ^~
- ../LzmaEncoder.cpp:125:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.mc = prop.ulVal; break;
- ^~~~~
- ../LzmaEncoder.cpp:127:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.algo = prop.ulVal; break;
- ^~
- ../LzmaEncoder.cpp:127:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.algo = prop.ulVal; break;
- ^~~~~
- ../LzmaEncoder.cpp:129:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.dictSize = prop.ulVal; break;
- ^~
- ../LzmaEncoder.cpp:129:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.dictSize = prop.ulVal; break;
- ^~~~~
- ../LzmaEncoder.cpp:131:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.pb = prop.ulVal; break;
- ^~
- ../LzmaEncoder.cpp:131:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.pb = prop.ulVal; break;
- ^~~~~
- ../LzmaEncoder.cpp:133:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.lp = prop.ulVal; break;
- ^~
- ../LzmaEncoder.cpp:133:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.lp = prop.ulVal; break;
- ^~~~~
- ../LzmaEncoder.cpp:135:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.lc = prop.ulVal; break;
- ^~
- ../LzmaEncoder.cpp:135:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.lc = prop.ulVal; break;
- ^~~~~
- ../LzmaEncoder.cpp:137:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.numThreads = prop.ulVal; break;
- ^~
- ../LzmaEncoder.cpp:137:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- if (prop.vt != VT_UI4) return E_INVALIDARG; props.numThreads = prop.ulVal; break;
- ^~~~~
- ../LzmaEncoder.cpp:139:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- if (prop.vt != VT_BOOL) return E_INVALIDARG; props.numThreads = ((prop.boolVal == VARIANT_TRUE) ? 2 : 1); break;
- ^~
- ../LzmaEncoder.cpp:139:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- if (prop.vt != VT_BOOL) return E_INVALIDARG; props.numThreads = ((prop.boolVal == VARIANT_TRUE) ? 2 : 1); break;
- ^~~~~
- ../LzmaEncoder.cpp:141:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break;
- ^~
- ../LzmaEncoder.cpp:141:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break;
- ^~~~~
- ../LzmaEncoder.cpp:144:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
- if (!ParseMatchFinder(prop.bstrVal, &props.btMode, &props.numHashBytes /* , &_matchFinderBase.skipModeBits */))
- ^~
- ../LzmaEncoder.cpp:145:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
- return E_INVALIDARG; break;
- ^~~~~
- g++ -O2 -Wall -c ../../Common/OutBuffer.cpp
- g++ -O2 -Wall -c ../../Common/FileStreams.cpp
- g++ -O2 -Wall -c ../../Common/StreamUtils.cpp
- g++ -O2 -Wall -c ../../../Common/C_FileIO.cpp
- g++ -O2 -Wall -c ../../../Common/CommandLineParser.cpp
- In file included from ../../../Common/CommandLineParser.h:6,
- from ../../../Common/CommandLineParser.cpp:5:
- ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
- ../../../Common/MyString.h:414:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
- for (int i = 0; i < _length; i++)
- ^~~
- ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
- return -1;
- ^~~~~~
- g++ -O2 -Wall -c ../../../Common/CRC.cpp
- g++ -O2 -Wall -c ../../../Common/IntToString.cpp
- g++ -O2 -Wall -c ../../../Common/MyString.cpp
- g++ -O2 -Wall -c ../../../Common/StringConvert.cpp
- g++ -O2 -Wall -c ../../../Common/StringToInt.cpp
- In file included from ../../../Common/StringConvert.h:7,
- from ../../../Common/MyString.cpp:10:
- ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
- ../../../Common/MyString.h:414:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
- for (int i = 0; i < _length; i++)
- ^~~
- ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
- return -1;
- ^~~~~~
- g++ -O2 -Wall -c ../../../Common/MyVector.cpp
- In file included from ../../../Common/StringConvert.h:7,
- from ../../../Common/StringConvert.cpp:5:
- ../../../Common/MyString.h: In member function ‘int CStringBase<T>::FindOneOf(const CStringBase<T>&) const’:
- ../../../Common/MyString.h:414:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
- for (int i = 0; i < _length; i++)
- ^~~
- ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
- return -1;
- ^~~~~~
- gcc -O2 -Wall -c ../../../../C/7zCrc.c
- gcc -O2 -Wall -c ../../../../C/Alloc.c
- gcc -O2 -Wall -c ../../../../C/Bra86.c
- gcc -O2 -Wall -c ../../../../C/LzFind.c
- gcc -O2 -Wall -c ../../../../C/LzmaDec.c
- gcc -O2 -Wall -c ../../../../C/LzmaEnc.c
- ../../../../C/LzmaEnc.c: In function ‘LzmaEnc_Alloc’:
- ../../../../C/LzmaEnc.c:1922:8: warning: variable ‘btMode’ set but not used [-Wunused-but-set-variable]
- Bool btMode;
- ^~~~~~
- gcc -O2 -Wall -c ../../../../C/LzmaUtil/Lzma86Dec.c
- gcc -O2 -Wall -c ../../../../C/LzmaUtil/Lzma86Enc.c
- 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
- make[3]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/lzma/lzma-4.65/CPP/7zip/Compress/LZMA_Alone'
- make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/lzma'
- make -C mksquashfs_xz
- make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz'
- ( if [ -f ./config_xz_done ]; then \
- echo "the same configuration"; \
- else \
- make configure_xz && touch config_xz_done; \
- fi )
- make[3]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz'
- ( cd xz-5.2.4 ; \
- ./autogen.sh ; \
- ./configure \
- --disable-shared \
- --disable-werror \
- --disable-xz \
- --disable-xzdec \
- --disable-lzmadec \
- --disable-lzmainfo \
- CFLAGS="-std=c99" ; \
- )
- + autopoint -f
- + libtoolize -c -f
- libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
- libtoolize: copying file 'build-aux/ltmain.sh'
- libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
- libtoolize: copying file 'm4/libtool.m4'
- libtoolize: copying file 'm4/ltoptions.m4'
- libtoolize: copying file 'm4/ltsugar.m4'
- libtoolize: copying file 'm4/ltversion.m4'
- libtoolize: copying file 'm4/lt~obsolete.m4'
- + aclocal -I m4
- + autoconf
- + autoheader
- + automake -acf --foreign
- configure.ac:540: installing 'build-aux/compile'
- configure.ac:537: installing 'build-aux/missing'
- debug/Makefile.am: installing 'build-aux/depcomp'
- XZ Utils 5.2.4
- System type:
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- Configure options:
- checking if debugging code should be compiled... no
- checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
- checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
- checking which match finders to build... hc3 hc4 bt2 bt3 bt4
- checking which integrity checks to build... crc32 crc64 sha256
- checking if external SHA-256 should be used... no
- checking if assembler optimizations should be used... x86_64
- checking if small size is preferred over speed... no
- checking if threading support is wanted... yes, posix
- checking how much RAM to assume if the real amount is unknown... 128 MiB
- checking if library symbol versioning should be used... yes
- checking if sandboxing should be used... no
- checking for a shell that conforms to POSIX... /bin/sh
- Initializing Automake:
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether ln -s works... yes
- checking whether make supports the include directive... yes (GNU style)
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking dependency style of gcc... gcc3
- checking for gcc option to accept ISO C99... none needed
- checking dependency style of gcc... gcc3
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- POSIX threading support:
- checking if compiler needs -Werror to reject unknown flags... no
- checking for the pthreads library -lpthreads... no
- checking whether pthreads work without any flags... no
- checking whether pthreads work with -Kthread... no
- checking whether pthreads work with -kthread... no
- checking for the pthreads library -llthread... no
- checking whether pthreads work with -pthread... yes
- checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
- checking if more special flags are required for pthreads... no
- checking for PTHREAD_PRIO_INHERIT... yes
- checking for library containing clock_gettime... none required
- checking for clock_gettime... yes
- checking for pthread_condattr_setclock... yes
- checking whether CLOCK_MONOTONIC is declared... yes
- Initializing Libtool:
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by gcc... ld
- checking if the linker (ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... nm
- checking the name lister (nm) interface... BSD nm
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse nm output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /usr/bin/dd
- checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
- checking for mt... no
- checking if : is a manifest tool... no
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... no
- checking whether to build static libraries... yes
- checking for windres... no
- Initializing gettext:
- checking whether NLS is requested... yes
- checking for msgfmt... /usr/bin/msgfmt
- checking for gmsgfmt... /usr/bin/msgfmt
- checking for xgettext... /usr/bin/xgettext
- checking for msgmerge... /usr/bin/msgmerge
- checking for ld used by gcc... ld -m elf_x86_64
- checking if the linker (ld -m elf_x86_64) is GNU ld... yes
- checking for shared library run path origin... done
- checking for CFPreferencesCopyAppValue... no
- checking for CFLocaleCopyCurrent... no
- checking for GNU gettext in libc... yes
- checking whether to use NLS... yes
- checking where the gettext function comes from... libc
- System headers and functions:
- checking fcntl.h usability... yes
- checking fcntl.h presence... yes
- checking for fcntl.h... yes
- checking limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking sys/time.h usability... yes
- checking sys/time.h presence... yes
- checking for sys/time.h... yes
- checking immintrin.h usability... yes
- checking immintrin.h presence... yes
- checking for immintrin.h... yes
- checking for stdbool.h that conforms to C99... yes
- checking for _Bool... yes
- checking for uint8_t... yes
- checking for uint16_t... yes
- checking for int32_t... yes
- checking for uint32_t... yes
- checking for int64_t... yes
- checking for uint64_t... yes
- checking for uintptr_t... yes
- checking size of size_t... 8
- checking for struct stat.st_atim.tv_nsec... yes
- checking for struct stat.st_atimespec.tv_nsec... no
- checking for struct stat.st_atimensec... no
- checking for struct stat.st_uatime... no
- checking for struct stat.st_atim.st__tim.tv_nsec... no
- checking for special C compiler options needed for large files... no
- checking for _FILE_OFFSET_BITS value needed for large files... no
- checking whether byte ordering is bigendian... no
- checking getopt.h usability... yes
- checking getopt.h presence... yes
- checking for getopt.h... yes
- checking for getopt_long... yes
- checking whether optreset is declared... no
- checking for futimens... yes
- checking for posix_fadvise... yes
- checking whether program_invocation_name is declared... yes
- checking byteswap.h usability... yes
- checking byteswap.h presence... yes
- checking for byteswap.h... yes
- checking if bswap_16 is available... yes
- checking if bswap_32 is available... yes
- checking if bswap_64 is available... yes
- checking if unaligned memory access should be used... yes
- checking sys/param.h usability... yes
- checking sys/param.h presence... yes
- checking for sys/param.h... yes
- checking how to detect the amount of physical memory... sysconf
- checking for sys/param.h... (cached) yes
- checking how to detect the number of available CPU cores... sched_getaffinity
- checking whether mbrtowc and mbstate_t are properly declared... yes
- checking for wcwidth... yes
- checking whether _mm_movemask_epi8 is declared... yes
- GCC extensions:
- checking whether the -Werror option is usable... yes
- checking for simple visibility declarations... yes
- checking if gcc accepts -Wall... yes
- checking if gcc accepts -Wextra... yes
- checking if gcc accepts -Wvla... yes
- checking if gcc accepts -Wformat=2... yes
- checking if gcc accepts -Winit-self... yes
- checking if gcc accepts -Wmissing-include-dirs... yes
- checking if gcc accepts -Wstrict-aliasing... yes
- checking if gcc accepts -Wfloat-equal... yes
- checking if gcc accepts -Wundef... yes
- checking if gcc accepts -Wshadow... yes
- checking if gcc accepts -Wpointer-arith... yes
- checking if gcc accepts -Wbad-function-cast... yes
- checking if gcc accepts -Wwrite-strings... yes
- checking if gcc accepts -Wlogical-op... yes
- checking if gcc accepts -Waggregate-return... yes
- checking if gcc accepts -Wstrict-prototypes... yes
- checking if gcc accepts -Wold-style-definition... yes
- checking if gcc accepts -Wmissing-prototypes... yes
- checking if gcc accepts -Wmissing-declarations... yes
- checking if gcc accepts -Wmissing-noreturn... yes
- checking if gcc accepts -Wredundant-decls... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Doxyfile
- config.status: creating Makefile
- config.status: creating po/Makefile.in
- config.status: creating lib/Makefile
- config.status: creating src/Makefile
- config.status: creating src/liblzma/Makefile
- config.status: creating src/liblzma/api/Makefile
- config.status: creating src/xz/Makefile
- config.status: creating src/xzdec/Makefile
- config.status: creating src/lzmainfo/Makefile
- config.status: creating src/scripts/Makefile
- config.status: creating tests/Makefile
- config.status: creating debug/Makefile
- config.status: creating src/scripts/xzdiff
- config.status: creating src/scripts/xzgrep
- config.status: creating src/scripts/xzmore
- config.status: creating src/scripts/xzless
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- config.status: executing po-directories commands
- config.status: creating po/POTFILES
- config.status: creating po/Makefile
- make[3]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz'
- make -j4 -C xz-5.2.4
- make[3]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
- (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)
- rm -f stamp-h1
- touch config.h.in
- cd . && /bin/sh ./config.status config.h
- config.status: creating config.h
- config.status: config.h is unchanged
- make all-recursive
- make[4]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
- Making all in src
- make[5]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src'
- Making all in liblzma
- make[6]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma'
- Making all in api
- make[7]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api'
- make[7]: Nothing to be done for 'all'.
- make[7]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma/api'
- make[7]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma'
- /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
- /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
- /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
- /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
- 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
- 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
- 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
- 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
- mv -f .deps/liblzma_la-tuklib_physmem.Tpo .deps/liblzma_la-tuklib_physmem.Plo
- /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
- mv -f .deps/liblzma_la-block_util.Tpo .deps/liblzma_la-block_util.Plo
- /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
- mv -f .deps/liblzma_la-tuklib_cpucores.Tpo .deps/liblzma_la-tuklib_cpucores.Plo
- /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
- mv -f .deps/liblzma_la-common.Tpo .deps/liblzma_la-common.Plo
- /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
- 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
- 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
- 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
- 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
- mv -f .deps/liblzma_la-easy_preset.Tpo .deps/liblzma_la-easy_preset.Plo
- /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
- mv -f .deps/liblzma_la-filter_common.Tpo .deps/liblzma_la-filter_common.Plo
- mv -f .deps/liblzma_la-hardware_physmem.Tpo .deps/liblzma_la-hardware_physmem.Plo
- /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
- /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
- mv -f .deps/liblzma_la-index.Tpo .deps/liblzma_la-index.Plo
- /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
- 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
- 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
- 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
- mv -f .deps/liblzma_la-stream_flags_common.Tpo .deps/liblzma_la-stream_flags_common.Plo
- /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
- mv -f .deps/liblzma_la-hardware_cputhreads.Tpo .deps/liblzma_la-hardware_cputhreads.Plo
- /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
- mv -f .deps/liblzma_la-vli_size.Tpo .deps/liblzma_la-vli_size.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-alone_encoder.Tpo .deps/liblzma_la-alone_encoder.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-block_buffer_encoder.Tpo .deps/liblzma_la-block_buffer_encoder.Plo
- /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
- mv -f .deps/liblzma_la-block_header_encoder.Tpo .deps/liblzma_la-block_header_encoder.Plo
- /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
- 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
- mv -f .deps/liblzma_la-block_encoder.Tpo .deps/liblzma_la-block_encoder.Plo
- /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
- mv -f .deps/liblzma_la-easy_buffer_encoder.Tpo .deps/liblzma_la-easy_buffer_encoder.Plo
- /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
- 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
- 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
- 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
- mv -f .deps/liblzma_la-easy_encoder.Tpo .deps/liblzma_la-easy_encoder.Plo
- /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
- mv -f .deps/liblzma_la-easy_encoder_memusage.Tpo .deps/liblzma_la-easy_encoder_memusage.Plo
- /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
- mv -f .deps/liblzma_la-filter_buffer_encoder.Tpo .deps/liblzma_la-filter_buffer_encoder.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-filter_encoder.Tpo .deps/liblzma_la-filter_encoder.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-filter_flags_encoder.Tpo .deps/liblzma_la-filter_flags_encoder.Plo
- /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
- mv -f .deps/liblzma_la-index_encoder.Tpo .deps/liblzma_la-index_encoder.Plo
- mv -f .deps/liblzma_la-stream_buffer_encoder.Tpo .deps/liblzma_la-stream_buffer_encoder.Plo
- /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
- /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
- 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
- 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
- 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
- mv -f .deps/liblzma_la-stream_encoder.Tpo .deps/liblzma_la-stream_encoder.Plo
- 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
- /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
- mv -f .deps/liblzma_la-stream_flags_encoder.Tpo .deps/liblzma_la-stream_flags_encoder.Plo
- mv -f .deps/liblzma_la-outqueue.Tpo .deps/liblzma_la-outqueue.Plo
- /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
- /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
- mv -f .deps/liblzma_la-vli_encoder.Tpo .deps/liblzma_la-vli_encoder.Plo
- /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
- 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
- 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
- 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
- mv -f .deps/liblzma_la-stream_encoder_mt.Tpo .deps/liblzma_la-stream_encoder_mt.Plo
- 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
- /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
- mv -f .deps/liblzma_la-auto_decoder.Tpo .deps/liblzma_la-auto_decoder.Plo
- mv -f .deps/liblzma_la-block_buffer_decoder.Tpo .deps/liblzma_la-block_buffer_decoder.Plo
- /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
- /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
- mv -f .deps/liblzma_la-alone_decoder.Tpo .deps/liblzma_la-alone_decoder.Plo
- /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
- 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
- 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
- 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
- mv -f .deps/liblzma_la-block_decoder.Tpo .deps/liblzma_la-block_decoder.Plo
- /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
- mv -f .deps/liblzma_la-block_header_decoder.Tpo .deps/liblzma_la-block_header_decoder.Plo
- /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
- mv -f .deps/liblzma_la-easy_decoder_memusage.Tpo .deps/liblzma_la-easy_decoder_memusage.Plo
- /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
- 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
- mv -f .deps/liblzma_la-filter_buffer_decoder.Tpo .deps/liblzma_la-filter_buffer_decoder.Plo
- /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
- 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
- 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
- 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
- mv -f .deps/liblzma_la-filter_flags_decoder.Tpo .deps/liblzma_la-filter_flags_decoder.Plo
- /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
- mv -f .deps/liblzma_la-filter_decoder.Tpo .deps/liblzma_la-filter_decoder.Plo
- /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
- mv -f .deps/liblzma_la-index_decoder.Tpo .deps/liblzma_la-index_decoder.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-index_hash.Tpo .deps/liblzma_la-index_hash.Plo
- 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
- /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
- 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
- mv -f .deps/liblzma_la-stream_buffer_decoder.Tpo .deps/liblzma_la-stream_buffer_decoder.Plo
- /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
- mv -f .deps/liblzma_la-stream_decoder.Tpo .deps/liblzma_la-stream_decoder.Plo
- /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
- 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
- mv -f .deps/liblzma_la-stream_flags_decoder.Tpo .deps/liblzma_la-stream_flags_decoder.Plo
- /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
- mv -f .deps/liblzma_la-vli_decoder.Tpo .deps/liblzma_la-vli_decoder.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-crc32_table.Tpo .deps/liblzma_la-crc32_table.Plo
- /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
- 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
- mv -f .deps/liblzma_la-check.Tpo .deps/liblzma_la-check.Plo
- /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
- 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
- mv -f .deps/liblzma_la-crc32_fast.Tpo .deps/liblzma_la-crc32_fast.Plo
- /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
- mv -f .deps/liblzma_la-crc64_table.Tpo .deps/liblzma_la-crc64_table.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-crc64_fast.Tpo .deps/liblzma_la-crc64_fast.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-sha256.Tpo .deps/liblzma_la-sha256.Plo
- /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
- 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
- mv -f .deps/liblzma_la-lz_decoder.Tpo .deps/liblzma_la-lz_decoder.Plo
- /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
- 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
- mv -f .deps/liblzma_la-lz_encoder.Tpo .deps/liblzma_la-lz_encoder.Plo
- /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
- 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
- mv -f .deps/liblzma_la-lz_encoder_mf.Tpo .deps/liblzma_la-lz_encoder_mf.Plo
- mv -f .deps/liblzma_la-lzma_encoder_presets.Tpo .deps/liblzma_la-lzma_encoder_presets.Plo
- /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
- /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
- 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
- mv -f .deps/liblzma_la-lzma_encoder.Tpo .deps/liblzma_la-lzma_encoder.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-fastpos_table.Tpo .deps/liblzma_la-fastpos_table.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-lzma2_encoder.Tpo .deps/liblzma_la-lzma2_encoder.Plo
- /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
- mv -f .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo .deps/liblzma_la-lzma_encoder_optimum_fast.Plo
- /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
- 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
- mv -f .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo .deps/liblzma_la-lzma_encoder_optimum_normal.Plo
- /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
- 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
- mv -f .deps/liblzma_la-lzma_decoder.Tpo .deps/liblzma_la-lzma_decoder.Plo
- /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
- mv -f .deps/liblzma_la-lzma2_decoder.Tpo .deps/liblzma_la-lzma2_decoder.Plo
- mv -f .deps/liblzma_la-price_table.Tpo .deps/liblzma_la-price_table.Plo
- /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
- /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
- 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
- mv -f .deps/liblzma_la-delta_common.Tpo .deps/liblzma_la-delta_common.Plo
- 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
- /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
- 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
- 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
- mv -f .deps/liblzma_la-delta_encoder.Tpo .deps/liblzma_la-delta_encoder.Plo
- /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
- mv -f .deps/liblzma_la-delta_decoder.Tpo .deps/liblzma_la-delta_decoder.Plo
- /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
- mv -f .deps/liblzma_la-simple_coder.Tpo .deps/liblzma_la-simple_coder.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-simple_encoder.Tpo .deps/liblzma_la-simple_encoder.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-x86.Tpo .deps/liblzma_la-x86.Plo
- mv -f .deps/liblzma_la-simple_decoder.Tpo .deps/liblzma_la-simple_decoder.Plo
- /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
- /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
- 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
- mv -f .deps/liblzma_la-powerpc.Tpo .deps/liblzma_la-powerpc.Plo
- /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
- 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
- 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
- mv -f .deps/liblzma_la-ia64.Tpo .deps/liblzma_la-ia64.Plo
- rm -f liblzma.pc
- sed \
- -e 's,@prefix[@],/usr/local,g' \
- -e 's,@exec_prefix[@],/usr/local,g' \
- -e 's,@libdir[@],/usr/local/lib,g' \
- -e 's,@includedir[@],/usr/local/include,g' \
- -e 's,@PACKAGE_URL[@],https://tukaani.org/xz/,g' \
- -e 's,@PACKAGE_VERSION[@],5.2.4,g' \
- -e 's,@PTHREAD_CFLAGS[@],-pthread,g' \
- -e 's,@LIBS[@],,g' \
- < ./liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; }
- 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
- mv -f .deps/liblzma_la-arm.Tpo .deps/liblzma_la-arm.Plo
- mv -f .deps/liblzma_la-armthumb.Tpo .deps/liblzma_la-armthumb.Plo
- mv -f .deps/liblzma_la-sparc.Tpo .deps/liblzma_la-sparc.Plo
- /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
- 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
- libtool: link: ranlib .libs/liblzma.a
- libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" )
- make[7]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma'
- make[6]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/liblzma'
- Making all in xzdec
- make[6]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/xzdec'
- make[6]: Nothing to be done for 'all'.
- make[6]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/xzdec'
- Making all in scripts
- make[6]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/scripts'
- make[6]: Nothing to be done for 'all'.
- make[6]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src/scripts'
- make[6]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src'
- make[6]: Nothing to be done for 'all-am'.
- make[6]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src'
- make[5]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/src'
- Making all in po
- make[5]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/po'
- make[5]: Nothing to be done for 'all'.
- make[5]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/po'
- Making all in tests
- make[5]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/tests'
- make[5]: Nothing to be done for 'all'.
- make[5]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4/tests'
- make[5]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
- make[5]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
- make[4]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
- make[3]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4'
- make -j4 -C squashfs-4.3 XZUTILSDIR=/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/xz-5.2.4 ; \
- cp squashfs-4.3/mksquashfs ./
- make[3]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/squashfs-4.3'
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- make[3]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz/squashfs-4.3'
- make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools/mksquashfs_xz'
- make[1]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/tools'
- 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
- make[1]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
- CHK include/linux/version.h
- CHK include/generated/utsrelease.h
- CC scripts/mod/empty.o
- HOSTCC scripts/mod/mk_elfconfig
- MKELF scripts/mod/elfconfig.h
- HOSTCC scripts/mod/modpost.o
- HOSTCC scripts/mod/file2alias.o
- HOSTCC scripts/mod/sumversion.o
- CC kernel/bounds.s
- GEN include/generated/bounds.h
- CC arch/mips/kernel/asm-offsets.s
- GEN include/generated/asm-offsets.h
- CALL scripts/checksyscalls.sh
- HOSTLD scripts/mod/modpost
- CHK include/generated/compile.h
- CC init/do_mounts.o
- CC init/main.o
- UPD include/generated/compile.h
- CC init/noinitramfs.o
- LD usr/built-in.o
- CC init/calibrate.o
- CC arch/mips/kernel/cpu-probe.o
- CC arch/mips/kernel/branch.o
- CC arch/mips/math-emu/cp1emu.o
- AS arch/mips/kernel/entry.o
- AS arch/mips/kernel/genex.o
- CC arch/mips/kernel/irq.o
- CC arch/mips/kernel/process.o
- CC init/init_task.o
- CC arch/mips/math-emu/ieee754m.o
- CC arch/mips/kernel/ptrace.o
- CC arch/mips/math-emu/ieee754d.o
- CC arch/mips/math-emu/ieee754dp.o
- CC arch/mips/kernel/reset.o
- CC arch/mips/kernel/setup.o
- CC arch/mips/math-emu/ieee754sp.o
- CC arch/mips/mm/cache.o
- CC arch/mips/math-emu/ieee754.o
- CC arch/mips/kernel/signal.o
- CC init/version.o
- CC arch/mips/math-emu/ieee754xcpt.o
- CC arch/mips/mm/dma-default.o
- LD init/mounts.o
- LD init/built-in.o
- CC arch/mips/math-emu/dp_frexp.o
- CC arch/mips/math-emu/dp_modf.o
- CC arch/mips/mm/extable.o
- CC arch/mips/math-emu/dp_div.o
- CC arch/mips/math-emu/dp_mul.o
- CC arch/mips/mm/fault.o
- CC arch/mips/kernel/syscall.o
- CC arch/mips/mm/gup.o
- CC arch/mips/math-emu/dp_sub.o
- CC arch/mips/kernel/time.o
- CC arch/mips/mm/init.o
- CC arch/mips/math-emu/dp_add.o
- CC arch/mips/rt2880/reset.o
- CC arch/mips/rt2880/init.o
- CC arch/mips/kernel/topology.o
- CC arch/mips/mm/mmap.o
- CC arch/mips/math-emu/dp_fsp.o
- CC arch/mips/rt2880/memory.o
- CC arch/mips/kernel/traps.o
- CC arch/mips/math-emu/dp_cmp.o
- CC arch/mips/rt2880/printf.o
- CC arch/mips/mm/page.o
- CC arch/mips/rt2880/cmdline.o
- CC arch/mips/math-emu/dp_logb.o
- CC arch/mips/rt2880/setup.o
- CC arch/mips/rt2880/time.o
- CC arch/mips/math-emu/dp_scalb.o
- CC arch/mips/math-emu/dp_simple.o
- CC arch/mips/kernel/unaligned.o
- CC arch/mips/rt2880/irq-gic.o
- AS arch/mips/mm/page-funcs.o
- CC arch/mips/math-emu/dp_tint.o
- CC arch/mips/mm/tlbex.o
- CC arch/mips/kernel/watch.o
- CC arch/mips/rt2880/malta-amon.o
- CC arch/mips/kernel/vdso.o
- CC arch/mips/math-emu/dp_fint.o
- CC arch/mips/rt2880/pci.o
- AS arch/mips/mm/tlbex-fault.o
- CC arch/mips/math-emu/dp_tlong.o
- CC arch/mips/mm/uasm.o
- CC arch/mips/kernel/cevt-r4k.o
- CC arch/mips/math-emu/dp_flong.o
- CC arch/mips/kernel/csrc-r4k.o
- CC arch/mips/rt2880/dev-xhci.o
- CC arch/mips/math-emu/sp_frexp.o
- CC arch/mips/mm/ioremap.o
- CC arch/mips/rt2880/uphy.o
- CC arch/mips/kernel/sync-r4k.o
- CC arch/mips/math-emu/sp_modf.o
- CC arch/mips/mm/pgtable-32.o
- CC [M] arch/mips/rt2880/rt_timer_wdg.o
- CC arch/mips/kernel/mips_ksyms.o
- CC arch/mips/math-emu/sp_div.o
- CC arch/mips/mm/c-r4k.o
- LD arch/mips/rt2880/built-in.o
- AS arch/mips/mm/cex-gen.o
- CC arch/mips/kernel/module.o
- CC arch/mips/mm/tlb-r4k.o
- CC arch/mips/math-emu/sp_mul.o
- CC arch/mips/math-emu/sp_sub.o
- AS arch/mips/kernel/r4k_fpu.o
- AS arch/mips/kernel/r4k_switch.o
- CC arch/mips/kernel/smp.o
- CC arch/mips/math-emu/sp_add.o
- CC arch/mips/mm/sc-mips.o
- CC kernel/fork.o
- CC arch/mips/math-emu/sp_fdp.o
- LD arch/mips/mm/built-in.o
- CC arch/mips/kernel/smp-up.o
- CC kernel/exec_domain.o
- CC arch/mips/math-emu/sp_cmp.o
- CC arch/mips/kernel/mips-mt.o
- CC arch/mips/math-emu/sp_logb.o
- CC kernel/panic.o
- CC arch/mips/math-emu/sp_scalb.o
- CC arch/mips/kernel/mips-mt-fpaff.o
- CC arch/mips/math-emu/sp_simple.o
- CC kernel/printk.o
- CC arch/mips/kernel/smp-mt.o
- CC kernel/cpu.o
- CC arch/mips/math-emu/sp_tint.o
- CC arch/mips/kernel/smp-cmp.o
- CC arch/mips/math-emu/sp_fint.o
- CC arch/mips/kernel/smp-gic.o
- CC arch/mips/math-emu/sp_tlong.o
- CC mm/filemap.o
- CC arch/mips/kernel/spram.o
- CC kernel/exit.o
- CC arch/mips/math-emu/sp_flong.o
- CC arch/mips/kernel/irq_cpu.o
- CC arch/mips/math-emu/dp_sqrt.o
- CC arch/mips/kernel/irq-gic.o
- CC arch/mips/math-emu/sp_sqrt.o
- AS arch/mips/kernel/scall32-o32.o
- CC arch/mips/math-emu/kernel_linkage.o
- CC arch/mips/kernel/proc.o
- CC arch/mips/math-emu/dsemul.o
- CC kernel/itimer.o
- AS arch/mips/kernel/head.o
- LDS arch/mips/kernel/vmlinux.lds
- CC mm/mempool.o
- LD arch/mips/kernel/built-in.o
- LD arch/mips/math-emu/built-in.o
- CC mm/oom_kill.o
- LD arch/mips/built-in.o
- TIMEC kernel/timeconst.h
- CC mm/fadvise.o
- CC kernel/softirq.o
- CC fs/open.o
- CC mm/maccess.o
- CC mm/page_alloc.o
- CC fs/read_write.o
- CC kernel/resource.o
- CC fs/file_table.o
- CC fs/super.o
- CC fs/char_dev.o
- CC kernel/sysctl.o
- CC fs/stat.o
- CC fs/exec.o
- CC fs/pipe.o
- CC mm/page-writeback.o
- CC kernel/sysctl_binary.o
- CC mm/readahead.o
- CC fs/namei.o
- CC mm/swap.o
- CC kernel/capability.o
- CC mm/truncate.o
- CC kernel/ptrace.o
- CC mm/vmscan.o
- CC kernel/timer.o
- CC kernel/user.o
- CC kernel/signal.o
- CC kernel/sys.o
- CC fs/fcntl.o
- CC mm/shmem.o
- CC fs/ioctl.o
- CC kernel/kmod.o
- CC fs/readdir.o
- CC fs/select.o
- CC kernel/workqueue.o
- CC mm/prio_tree.o
- CC mm/util.o
- CC fs/fifo.o
- CC fs/dcache.o
- CC mm/mmzone.o
- CC mm/vmstat.o
- CC mm/backing-dev.o
- CC kernel/pid.o
- CC mm/page_isolation.o
- CC mm/mm_init.o
- CC mm/mmu_context.o
- CC fs/inode.o
- CC mm/percpu.o
- CC kernel/rcupdate.o
- CC fs/attr.o
- CC kernel/extable.o
- CC fs/bad_inode.o
- CC kernel/params.o
- CC fs/file.o
- CC ipc/util.o
- CC mm/fremap.o
- CC kernel/posix-timers.o
- CC fs/filesystems.o
- CC ipc/msgutil.o
- CC mm/highmem.o
- CC ipc/msg.o
- CC fs/namespace.o
- CC mm/madvise.o
- CC kernel/kthread.o
- CC kernel/wait.o
- CC mm/memory.o
- CC ipc/sem.o
- CC kernel/kfifo.o
- CC kernel/sys_ni.o
- CC fs/seq_file.o
- CC kernel/posix-cpu-timers.o
- CC ipc/shm.o
- CC mm/mincore.o
- CC fs/xattr.o
- CC ipc/ipcns_notifier.o
- CC kernel/mutex.o
- CC mm/mlock.o
- CC ipc/syscall.o
- CC fs/libfs.o
- CC ipc/ipc_sysctl.o
- CC mm/mmap.o
- CC kernel/hrtimer.o
- LD ipc/built-in.o
- CC fs/fs-writeback.o
- CC security/commoncap.o
- CC kernel/rwsem.o
- CC security/min_addr.o
- CC fs/pnode.o
- CC mm/mprotect.o
- CC kernel/nsproxy.o
- CC fs/drop_caches.o
- CC mm/mremap.o
- LD security/built-in.o
- CC fs/splice.o
- CC fs/sync.o
- CC kernel/srcu.o
- CC kernel/semaphore.o
- CC mm/msync.o
- CC fs/utimes.o
- CC kernel/notifier.o
- CC mm/rmap.o
- CC mm/vmalloc.o
- CC fs/stack.o
- CC kernel/ksysfs.o
- kernel/ksysfs.c:56:16: warning: 'uevent_helper_attr' defined but not used [-Wunused-variable]
- KERNEL_ATTR_RW(uevent_helper);
- ^
- kernel/ksysfs.c:27:30: note: in definition of macro 'KERNEL_ATTR_RW'
- static struct kobj_attribute _name##_attr = \
- ^~~~~
- kernel/ksysfs.c:36:16: warning: 'uevent_seqnum_attr' defined but not used [-Wunused-variable]
- KERNEL_ATTR_RO(uevent_seqnum);
- ^
- kernel/ksysfs.c:24:30: note: in definition of macro 'KERNEL_ATTR_RO'
- static struct kobj_attribute _name##_attr = __ATTR_RO(_name)
- ^~~~~
- CC fs/fs_struct.o
- CC kernel/cred.o
- CC mm/pagewalk.o
- CC fs/statfs.o
- CC kernel/async.o
- CC mm/pgtable-generic.o
- CC kernel/range.o
- CC fs/buffer.o
- CC kernel/groups.o
- CC fs/bio.o
- CC mm/process_vm_access.o
- CC kernel/irq/irqdesc.o
- CC mm/init-mm.o
- CC mm/bootmem.o
- CC kernel/irq/handle.o
- CC fs/block_dev.o
- CC kernel/irq/manage.o
- CC mm/memblock.o
- CC fs/direct-io.o
- CC kernel/irq/spurious.o
- CC fs/mpage.o
- CC mm/page_io.o
- CC kernel/irq/resend.o
- CC mm/swap_state.o
- CC kernel/irq/chip.o
- CC mm/swapfile.o
- CC kernel/irq/dummychip.o
- CC kernel/irq/devres.o
- CC kernel/irq/autoprobe.o
- CC fs/ioprio.o
- CC kernel/irq/proc.o
- CC fs/proc_namespace.o
- CC mm/thrash.o
- CC fs/devpts/inode.o
- LD fs/exfat/built-in.o
- LD kernel/irq/built-in.o
- CC [M] fs/exfat/exfat_core.o
- CC kernel/power/qos.o
- CC mm/dmapool.o
- LD fs/devpts/devpts.o
- LD fs/devpts/built-in.o
- LD fs/exofs/built-in.o
- LD kernel/power/built-in.o
- CC mm/slab.o
- fs/exfat/exfat_core.c: In function 'ffsMountVol':
- fs/exfat/exfat_core.c:183:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if (sector_read(sb, 0, &tmp_bh, 1) != FFS_SUCCESS)
- ^~
- fs/exfat/exfat_core.c:186:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
- p_fs->PBR_sector = 0;
- ^~~~
- CC kernel/sched/core.o
- LD fs/exportfs/built-in.o
- CC [M] fs/exportfs/expfs.o
- LD [M] fs/exportfs/exportfs.o
- CC kernel/sched/clock.o
- CC kernel/sched/idle_task.o
- LD mm/built-in.o
- CC kernel/sched/fair.o
- CC crypto/api.o
- CC crypto/cipher.o
- crypto/cipher.c: In function 'cipher_crypt_unaligned':
- crypto/cipher.c:70:2: warning: ISO C90 forbids variable length array 'buffer' [-Wvla]
- u8 buffer[size + alignmask];
- ^~
- CC [M] fs/exfat/exfat_super.o
- CC crypto/compress.o
- CC crypto/algapi.o
- CC kernel/sched/rt.o
- CC block/elevator.o
- CC crypto/scatterwalk.o
- CC kernel/sched/stop_task.o
- CC block/blk-core.o
- CC [M] fs/exfat/exfat_api.o
- CC kernel/sched/cpupri.o
- CC crypto/proc.o
- CC [M] fs/exfat/exfat_blkdev.o
- CC crypto/ablkcipher.o
- LD kernel/sched/built-in.o
- CC kernel/time/timekeeping.o
- CC [M] fs/exfat/exfat_cache.o
- CC crypto/blkcipher.o
- CC kernel/time/ntp.o
- CC [M] fs/exfat/exfat_data.o
- CC block/blk-tag.o
- CC kernel/time/clocksource.o
- CC [M] fs/exfat/exfat_bitmap.o
- CC [M] fs/exfat/exfat_nls.o
- CC crypto/ahash.o
- CC block/blk-sysfs.o
- CC kernel/time/jiffies.o
- CC kernel/time/timer_list.o
- CC [M] fs/exfat/exfat_oal.o
- CC crypto/shash.o
- CC block/blk-flush.o
- CC [M] fs/exfat/exfat_upcase.o
- crypto/shash.c: In function 'shash_update_unaligned':
- crypto/shash.c:83:3: warning: ISO C90 forbids variable length array 'ubuf' [-Wvla]
- __attribute__ ((aligned));
- ^~~~~~~~~~~~~
- crypto/shash.c: In function 'shash_final_unaligned':
- crypto/shash.c:119:3: warning: ISO C90 forbids variable length array 'ubuf' [-Wvla]
- __attribute__ ((aligned));
- ^~~~~~~~~~~~~
- CC kernel/time/timecompare.o
- LD [M] fs/exfat/exfat.o
- LD fs/ext4/built-in.o
- CC block/blk-settings.o
- CC crypto/algboss.o
- CC [M] fs/ext4/balloc.o
- CC kernel/time/timeconv.o
- CC kernel/time/posix-clock.o
- CC crypto/testmgr.o
- CC block/blk-ioc.o
- CC kernel/time/alarmtimer.o
- CC block/blk-map.o
- CC crypto/crypto_wq.o
- CC [M] fs/ext4/bitmap.o
- LD crypto/crypto_algapi.o
- CC crypto/aead.o
- CC block/blk-exec.o
- CC kernel/time/clockevents.o
- CC [M] fs/ext4/dir.o
- LD crypto/crypto_blkcipher.o
- CC crypto/chainiv.o
- CC kernel/time/tick-common.o
- CC block/blk-merge.o
- CC [M] fs/ext4/file.o
- CC kernel/time/tick-oneshot.o
- CC crypto/eseqiv.o
- CC kernel/time/tick-sched.o
- CC [M] fs/ext4/fsync.o
- CC block/blk-softirq.o
- LD crypto/crypto_hash.o
- LD crypto/cryptomgr.o
- CC crypto/hmac.o
- CC block/blk-timeout.o
- LD kernel/time/built-in.o
- CC [M] fs/ext4/ialloc.o
- CC kernel/futex.o
- crypto/hmac.c: In function 'hmac_setkey':
- crypto/hmac.c:57:3: warning: ISO C90 forbids variable length array 'ctx' [-Wvla]
- char ctx[crypto_shash_descsize(hash)];
- ^~~~
- CC crypto/sha1_generic.o
- CC crypto/ecb.o
- CC block/blk-iopoll.o
- CC crypto/cbc.o
- CC block/blk-lib.o
- CC [M] fs/ext4/inode.o
- crypto/cbc.c: In function 'crypto_cbc_decrypt_inplace':
- crypto/cbc.c:149:2: warning: ISO C90 forbids variable length array 'last_iv' [-Wvla]
- u8 last_iv[bsize];
- ^~
- CC crypto/des_generic.o
- CC block/ioctl.o
- CC kernel/rtmutex.o
- CC block/genhd.o
- CC kernel/smp.o
- CC crypto/aes_generic.o
- CC kernel/spinlock.o
- CC kernel/module.o
- CC block/scsi_ioctl.o
- CC crypto/arc4.o
- CC block/partition-generic.o
- CC crypto/authenc.o
- CC block/partitions/check.o
- CC kernel/stop_machine.o
- CC [M] fs/ext4/page-io.o
- CC crypto/authencesn.o
- CC kernel/rcutree.o
- CC block/partitions/msdos.o
- CC [M] fs/ext4/ioctl.o
- CC crypto/rng.o
- CC block/partitions/efi.o
- CC crypto/krng.o
- CC [M] fs/ext4/namei.o
- CC kernel/utsname_sysctl.o
- CC [M] crypto/md5.o
- LD block/partitions/built-in.o
- CC block/noop-iosched.o
- CC kernel/elfcore.o
- CC [M] crypto/sha256_generic.o
- CC kernel/time.o
- LD block/built-in.o
- CC [M] fs/ext4/super.o
- LD kernel/built-in.o
- LD drivers/auxdisplay/built-in.o
- CC [M] crypto/deflate.o
- CC drivers/base/core.o
- CC drivers/base/bus.o
- LD crypto/crypto.o
- LD crypto/built-in.o
- LD sound/built-in.o
- LD firmware/built-in.o
- CC drivers/base/dd.o
- CC drivers/base/syscore.o
- CC drivers/base/driver.o
- CC [M] fs/ext4/symlink.o
- CC drivers/base/class.o
- CC drivers/base/platform.o
- CC drivers/base/cpu.o
- CC drivers/base/firmware.o
- CC [M] fs/ext4/hash.o
- CC drivers/base/init.o
- CC drivers/base/map.o
- CC arch/mips/pci/pci.o
- CC net/socket.o
- CC [M] fs/ext4/resize.o
- CC drivers/base/devres.o
- LD arch/mips/pci/built-in.o
- CC lib/bcd.o
- CC drivers/base/attribute_container.o
- CC lib/div64.o
- CC drivers/base/transport_class.o
- CC lib/sort.o
- CC lib/parser.o
- CC drivers/base/topology.o
- CC lib/halfmd4.o
- CC net/802/p8022.o
- LD drivers/base/power/built-in.o
- CC lib/debug_locks.o
- CC [M] fs/ext4/extents.o
- CC drivers/base/dma-mapping.o
- CC lib/random32.o
- CC drivers/base/module.o
- CC lib/bust_spinlocks.o
- CC net/802/psnap.o
- LD drivers/base/built-in.o
- CC drivers/block/loop.o
- CC lib/hexdump.o
- CC net/802/stp.o
- CC lib/kasprintf.o
- CC lib/bitmap.o
- LD net/802/built-in.o
- CC net/8021q/vlan_core.o
- LD drivers/block/built-in.o
- LD drivers/cdrom/built-in.o
- CC [M] drivers/cdrom/cdrom.o
- CC [M] fs/ext4/ext4_jbd2.o
- CC lib/scatterlist.o
- CC net/8021q/vlan.o
- CC [M] fs/ext4/migrate.o
- CC lib/string_helpers.o
- CC lib/gcd.o
- CC lib/lcm.o
- CC lib/list_sort.o
- CC net/8021q/vlan_dev.o
- CC lib/uuid.o
- CC [M] fs/ext4/mballoc.o
- CC lib/flex_array.o
- CC lib/bsearch.o
- CC net/8021q/vlan_netlink.o
- CC drivers/char/mem.o
- CC lib/find_last_bit.o
- CC lib/find_next_bit.o
- CC lib/llist.o
- CC net/8021q/vlanproc.o
- CC lib/kstrtox.o
- CC drivers/char/random.o
- CC lib/pci_iomap.o
- LD net/8021q/8021q.o
- LD net/8021q/built-in.o
- CC net/bridge/br.o
- CC lib/iomap_copy.o
- CC drivers/char/misc.o
- CC lib/devres.o
- CC net/bridge/br_device.o
- CC drivers/char/ralink/ralink_gpio.o
- CC lib/hweight.o
- CC lib/bitrev.o
- CC net/bridge/br_fdb.o
- LD drivers/char/ralink/built-in.o
- CC [M] fs/ext4/block_validity.o
- CC lib/crc-ccitt.o
- LD drivers/char/built-in.o
- LD drivers/clk/built-in.o
- CC lib/crc16.o
- LD drivers/clocksource/built-in.o
- LD drivers/crypto/built-in.o
- HOSTCC lib/gen_crc32table
- CC [M] fs/ext4/move_extent.o
- LD drivers/firewire/built-in.o
- LD drivers/firmware/built-in.o
- CC lib/xz/xz_dec_syms.o
- LD drivers/gpio/built-in.o
- CC net/bridge/br_forward.o
- LD drivers/gpu/drm/i2c/built-in.o
- LD drivers/gpu/drm/built-in.o
- CC lib/xz/xz_dec_stream.o
- LD drivers/gpu/stub/built-in.o
- LD drivers/gpu/vga/built-in.o
- LD drivers/gpu/built-in.o
- LD drivers/hsi/clients/built-in.o
- LD drivers/hsi/built-in.o
- LD drivers/i2c/algos/built-in.o
- CC [M] fs/ext4/mmp.o
- LD drivers/i2c/busses/built-in.o
- LD drivers/i2c/muxes/built-in.o
- CC net/bridge/br_if.o
- CC lib/xz/xz_dec_lzma2.o
- LD drivers/i2c/built-in.o
- LD drivers/idle/built-in.o
- LD drivers/ieee802154/built-in.o
- CC [M] fs/ext4/indirect.o
- LD drivers/leds/built-in.o
- LD drivers/lguest/built-in.o
- LD lib/xz/xz_dec.o
- LD lib/xz/built-in.o
- CC net/bridge/br_input.o
- LD lib/zlib_deflate/built-in.o
- LD drivers/macintosh/built-in.o
- CC [M] lib/zlib_deflate/deflate.o
- LD drivers/media/common/tuners/built-in.o
- LD drivers/media/common/built-in.o
- LD drivers/media/radio/built-in.o
- CC net/bridge/br_ioctl.o
- LD drivers/media/rc/keymaps/built-in.o
- CC [M] lib/zlib_deflate/deftree.o
- LD drivers/media/rc/built-in.o
- LD drivers/media/video/davinci/built-in.o
- LD drivers/media/video/uvc/built-in.o
- CC [M] drivers/media/video/uvc/uvc_driver.o
- CC [M] fs/ext4/xattr.o
- CC net/bridge/br_notify.o
- CC [M] lib/zlib_deflate/deflate_syms.o
- CC net/bridge/br_stp.o
- LD [M] lib/zlib_deflate/zlib_deflate.o
- LD lib/zlib_inflate/built-in.o
- CC [M] lib/zlib_inflate/inffast.o
- CC [M] fs/ext4/xattr_user.o
- CC [M] lib/zlib_inflate/inflate.o
- CC net/bridge/br_stp_bpdu.o
- CC [M] fs/ext4/xattr_trusted.o
- CC [M] drivers/media/video/uvc/uvc_queue.o
- LD [M] fs/ext4/ext4.o
- LD fs/fuse/built-in.o
- CC [M] lib/zlib_inflate/infutil.o
- CC [M] fs/fuse/dev.o
- CC net/bridge/br_stp_if.o
- CC [M] drivers/media/video/uvc/uvc_v4l2.o
- CC [M] lib/zlib_inflate/inftrees.o
- CC [M] lib/zlib_inflate/inflate_syms.o
- LD [M] lib/zlib_inflate/zlib_inflate.o
- CC lib/textsearch.o
- CC net/bridge/br_stp_timer.o
- CC lib/ts_kmp.o
- CC [M] drivers/media/video/uvc/uvc_video.o
- CC net/bridge/br_netlink.o
- CC lib/ts_bm.o
- CC [M] fs/fuse/dir.o
- CC lib/ts_fsm.o
- CC net/bridge/br_sysfs_if.o
- CC lib/percpu_counter.o
- CC [M] drivers/media/video/uvc/uvc_ctrl.o
- CC lib/nlattr.o
- CC net/bridge/br_sysfs_br.o
- CC [M] fs/fuse/file.o
- CC lib/atomic64.o
- CC [M] drivers/media/video/uvc/uvc_status.o
- CC lib/cpu_rmap.o
- CC net/bridge/br_netfilter.o
- CC [M] drivers/media/video/uvc/uvc_isight.o
- CC lib/dynamic_queue_limits.o
- CC lib/argv_split.o
- CC [M] drivers/media/video/uvc/uvc_debugfs.o
- CC lib/cmdline.o
- CC [M] fs/fuse/inode.o
- CC lib/cpumask.o
- LD [M] drivers/media/video/uvc/uvcvideo.o
- CC [M] drivers/media/video/v4l2-dev.o
- CC lib/ctype.o
- CC lib/dec_and_lock.o
- CC net/bridge/br_multicast.o
- CC lib/decompress.o
- CC [M] drivers/media/video/v4l2-ioctl.o
- CC lib/dump_stack.o
- CC lib/extable.o
- CC [M] fs/fuse/control.o
- CC lib/idr.o
- LD [M] fs/fuse/fuse.o
- LD fs/jbd2/built-in.o
- CC [M] fs/jbd2/transaction.o
- CC lib/int_sqrt.o
- CC lib/ioremap.o
- CC lib/irq_regs.o
- CC lib/is_single_threaded.o
- LD net/bridge/netfilter/built-in.o
- CC [M] net/bridge/netfilter/ebtables.o
- CC lib/klist.o
- CC [M] fs/jbd2/commit.o
- CC [M] drivers/media/video/v4l2-device.o
- CC lib/kobject.o
- CC lib/kobject_uevent.o
- CC [M] drivers/media/video/v4l2-fh.o
- CC [M] net/bridge/netfilter/ebtable_filter.o
- CC [M] fs/jbd2/recovery.o
- CC [M] drivers/media/video/v4l2-event.o
- CC lib/md5.o
- CC [M] net/bridge/netfilter/ebt_ip.o
- CC lib/plist.o
- CC [M] drivers/media/video/v4l2-ctrls.o
- CC [M] fs/jbd2/checkpoint.o
- CC lib/prio_heap.o
- CC [M] net/bridge/netfilter/ebt_pkttype.o
- CC lib/prio_tree.o
- CC lib/proportions.o
- CC [M] fs/jbd2/revoke.o
- LD net/bridge/bridge.o
- LD net/bridge/built-in.o
- CC net/core/sock.o
- CC lib/radix-tree.o
- CC [M] fs/jbd2/journal.o
- CC [M] drivers/media/video/v4l2-subdev.o
- CC lib/ratelimit.o
- CC lib/rbtree.o
- CC [M] drivers/media/video/v4l2-int-device.o
- CC lib/reciprocal_div.o
- CC lib/rwsem-spinlock.o
- CC [M] drivers/media/video/v4l2-common.o
- CC lib/sha1.o
- CC net/core/request_sock.o
- CC [M] drivers/media/video/videobuf2-core.o
- CC lib/show_mem.o
- CC net/core/skbuff.o
- CC lib/string.o
- LD [M] fs/jbd2/jbd2.o
- CC lib/timerqueue.o
- LD fs/lockd/built-in.o
- CC [M] fs/lockd/clntlock.o
- CC lib/vsprintf.o
- CC [M] drivers/media/video/videobuf2-memops.o
- lib/vsprintf.c: In function 'resource_string':
- lib/vsprintf.c:503:2: warning: ISO C90 forbids variable length array 'sym' [-Wvla]
- char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE,
- ^~~~
- CC [M] drivers/media/video/videobuf2-vmalloc.o
- CC [M] fs/lockd/clntproc.o
- LD drivers/media/video/built-in.o
- LD [M] drivers/media/video/videodev.o
- CC net/core/iovec.o
- LD drivers/media/built-in.o
- GEN lib/crc32table.h
- AR lib/lib.a
- CC [M] fs/lockd/clntxdr.o
- LD drivers/mfd/built-in.o
- CC lib/crc32.o
- LD drivers/misc/carma/built-in.o
- LD drivers/misc/cb710/built-in.o
- LD drivers/misc/eeprom/built-in.o
- LD lib/built-in.o
- LD drivers/misc/lis3lv02d/built-in.o
- CC net/core/datagram.o
- LD drivers/misc/ti-st/built-in.o
- LD drivers/misc/built-in.o
- CC [M] fs/lockd/host.o
- LD arch/mips/fw/lib/built-in.o
- LD drivers/mmc/built-in.o
- AR arch/mips/fw/lib/lib.a
- CC drivers/mtd/mtdcore.o
- CC arch/mips/lib/iomap.o
- CC net/core/stream.o
- CC arch/mips/lib/iomap-pci.o
- CC [M] fs/lockd/svc.o
- CC arch/mips/lib/dump_tlb.o
- CC drivers/mtd/mtdsuper.o
- CC net/core/scm.o
- CC drivers/mtd/mtdconcat.o
- CC arch/mips/lib/ashldi3.o
- CC [M] fs/lockd/svclock.o
- CC arch/mips/lib/ashrdi3.o
- CC net/core/gen_stats.o
- CC arch/mips/lib/cmpdi2.o
- CC drivers/mtd/mtdpart.o
- CC arch/mips/lib/lshrdi3.o
- CC [M] fs/lockd/svcshare.o
- CC net/core/gen_estimator.o
- CC arch/mips/lib/ucmpdi2.o
- CC [M] fs/lockd/svcproc.o
- AS arch/mips/lib/csum_partial.o
- CC drivers/mtd/mtdchar.o
- CC arch/mips/lib/delay.o
- CC net/core/net_namespace.o
- CC arch/mips/lib/memcmp.o
- AS arch/mips/lib/memcpy.o
- AS arch/mips/lib/memset.o
- CC [M] fs/lockd/svcsubs.o
- AS arch/mips/lib/strlen_user.o
- AS arch/mips/lib/strncpy_user.o
- CC drivers/mtd/mtdsplitter.o
- AS arch/mips/lib/strnlen_user.o
- CC arch/mips/lib/uncached.o
- CC net/core/secure_seq.o
- LD arch/mips/lib/built-in.o
- CC drivers/mtd/mtd_blkdevs.o
- AR arch/mips/lib/lib.a
- CC drivers/mtd/mtdblock.o
- CC net/core/sysctl_net_core.o
- CC [M] fs/lockd/mon.o
- CC [M] fs/lockd/xdr.o
- CC drivers/mtd/chips/chipreg.o
- CC [M] fs/lockd/grace.o
- CC net/core/dev.o
- LD drivers/mtd/chips/built-in.o
- LD drivers/mtd/devices/built-in.o
- CC [M] fs/lockd/clnt4xdr.o
- LD drivers/mtd/lpddr/built-in.o
- LD drivers/mtd/nand/built-in.o
- LD drivers/mtd/maps/built-in.o
- LD drivers/mtd/onenand/built-in.o
- CC drivers/mtd/ralink/ralink-flash.o
- LD drivers/mtd/tests/built-in.o
- CC drivers/mtd/ralink/ralink_spi_bbu.o
- CC [M] fs/lockd/xdr4.o
- CC [M] fs/lockd/svc4proc.o
- drivers/mtd/ralink/ralink_spi_bbu.c: In function 'spic_init':
- drivers/mtd/ralink/ralink_spi_bbu.c:188:33: warning: unused variable 'reg' [-Wunused-variable]
- u32 clk_sys, clk_div, clk_out, reg;
- ^~~
- LD drivers/mtd/ralink/rt_spi.o
- LD drivers/mtd/ralink/built-in.o
- LD drivers/mtd/mtd.o
- CC net/core/dev_addr_lists.o
- LD [M] fs/lockd/lockd.o
- LD drivers/mtd/built-in.o
- LD fs/nfs_common/built-in.o
- CC drivers/net/mii.o
- LD fs/nfsd/built-in.o
- CC [M] fs/nfsd/nfssvc.o
- CC net/core/dst.o
- CC [M] fs/nfsd/nfsctl.o
- CC drivers/net/Space.o
- CC fs/nls/nls_base.o
- CC drivers/net/loopback.o
- CC fs/nls/nls_cp437.o
- CC [M] fs/nfsd/nfsproc.o
- CC net/core/netevent.o
- CC fs/nls/nls_cp866.o
- CC drivers/net/tun.o
- CC [M] fs/nfsd/nfsfh.o
- CC fs/nls/nls_iso8859-1.o
- CC net/core/neighbour.o
- CC fs/nls/nls_utf8.o
- CC [M] fs/nfsd/vfs.o
- LD fs/nls/built-in.o
- LD drivers/nfc/built-in.o
- CC net/ethernet/eth.o
- CC drivers/net/ppp/ppp_generic.o
- LD net/ethernet/built-in.o
- CC [M] fs/nfsd/export.o
- CC drivers/net/raeth/raether.o
- CC net/core/rtnetlink.o
- net/core/rtnetlink.c: In function 'rtnl_newlink':
- net/core/rtnetlink.c:1764:10: warning: ISO C90 forbids variable length array 'attr' [-Wvla]
- struct nlattr *attr[ops ? ops->maxtype + 1 : 0], **data = NULL;
- ^~~~~~
- CC [M] fs/nfsd/auth.o
- CC drivers/net/ppp/ppp_async.o
- CC [M] fs/nfsd/lockd.o
- CC drivers/net/raeth/mii_mgr.o
- CC net/core/utils.o
- CC [M] fs/nfsd/nfscache.o
- CC drivers/net/ppp/ppp_mppe.o
- CC drivers/net/raeth/ra_ioctl.o
- CC [M] fs/nfsd/nfsxdr.o
- CC net/core/link_watch.o
- CC drivers/net/ppp/ppp_synctty.o
- CC drivers/net/raeth/ra_mac.o
- CC net/core/filter.o
- CC [M] fs/nfsd/stats.o
- CC drivers/net/raeth/ra_phy.o
- CC drivers/net/ppp/pppox.o
- CC [M] fs/nfsd/nfs3proc.o
- CC drivers/net/raeth/ra_eth.o
- CC net/core/flow.o
- CC drivers/net/ppp/pppoe.o
- CC drivers/net/raeth/ra_eth_mt7621.o
- CC [M] fs/nfsd/nfs3xdr.o
- CC net/core/net-sysfs.o
- CC drivers/net/raeth/mtk_esw/ioctl_mt762x.o
- CC drivers/net/ppp/pptp.o
- LD [M] fs/nfsd/nfsd.o
- CC fs/notify/fsnotify.o
- LD drivers/net/ppp/built-in.o
- CC fs/notify/notification.o
- CC fs/proc/mmu.o
- CC net/core/fib_rules.o
- CC fs/proc/task_mmu.o
- CC drivers/net/raeth/mtk_esw/ioctl_igmp.o
- CC fs/notify/group.o
- CC fs/proc/inode.o
- CC net/core/pthrough/pthrough.o
- CC fs/notify/inode_mark.o
- CC drivers/net/raeth/ra_esw_base.o
- CC fs/proc/root.o
- CC net/core/pthrough/pppoe_pthrough.o
- CC fs/notify/mark.o
- CC drivers/net/raeth/ra_gsw_mt7530.o
- CC fs/proc/base.o
- CC fs/notify/vfsmount_mark.o
- LD net/core/pthrough/built-in.o
- LD drivers/net/raeth/raeth.o
- LD net/core/built-in.o
- LD drivers/net/raeth/built-in.o
- LD drivers/net/usb/built-in.o
- CC [M] drivers/net/usb/cdc_ether.o
- CC net/ipv4/route.o
- LD fs/notify/dnotify/built-in.o
- LD fs/notify/fanotify/built-in.o
- CC fs/notify/inotify/inotify_fsnotify.o
- CC fs/notify/inotify/inotify_user.o
- CC [M] drivers/net/usb/rndis_host.o
- CC fs/proc/generic.o
- LD fs/notify/inotify/built-in.o
- LD fs/notify/built-in.o
- CC [M] drivers/net/usb/usbnet.o
- LD fs/quota/built-in.o
- CC fs/proc/array.o
- CC [M] drivers/net/usb/sierra_net.o
- CC net/ipv4/inetpeer.o
- CC fs/proc/proc_tty.o
- CC net/ipv4/protocol.o
- CC [M] drivers/net/usb/cdc_ncm.o
- CC fs/proc/cmdline.o
- CC [M] drivers/net/usb/huawei_cdc_ncm.o
- CC fs/proc/consoles.o
- CC net/ipv4/ip_input.o
- CC fs/proc/cpuinfo.o
- CC fs/proc/devices.o
- CC net/ipv4/ip_fragment.o
- CC fs/proc/interrupts.o
- CC net/ipv4/ip_forward.o
- CC [M] drivers/net/usb/qmi_wwan.o
- CC fs/proc/loadavg.o
- CC fs/proc/meminfo.o
- CC [M] drivers/net/usb/cdc_mbim.o
- CC net/ipv4/ip_options.o
- CC net/ipv4/ip_output.o
- CC fs/proc/stat.o
- CC fs/proc/uptime.o
- LD drivers/net/wireless/built-in.o
- LD drivers/net/wireless/ralink/mt76x2_ap/built-in.o
- CC fs/proc/version.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/crypt_md5.o
- CC fs/ramfs/inode.o
- CC fs/proc/softirqs.o
- CC fs/proc/namespaces.o
- CC fs/ramfs/file-mmu.o
- LD fs/ramfs/ramfs.o
- CC net/ipv4/ip_sockglue.o
- LD fs/ramfs/built-in.o
- CC fs/proc/proc_sysctl.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/crypt_sha2.o
- LD drivers/net/wireless/ralink/mt76x3_ap/built-in.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/crypt_md5.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/crypt_hmac.o
- CC fs/proc/proc_net.o
- CC net/ipv4/inet_hashtables.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/crypt_sha2.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/crypt_aes.o
- CC fs/proc/kcore.o
- CC net/ipv4/inet_timewait_sock.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/crypt_hmac.o
- CC fs/proc/kmsg.o
- LD fs/proc/proc.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/crypt_arc4.o
- LD fs/proc/built-in.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/crypt_aes.o
- CC fs/squashfs/block.o
- CC net/ipv4/inet_connection_sock.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/mlme.o
- CC fs/squashfs/cache.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/crypt_arc4.o
- CC net/ipv4/tcp.o
- CC fs/squashfs/dir.o
- CC fs/squashfs/export.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/mlme.o
- CC fs/squashfs/file.o
- CC fs/squashfs/fragment.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/action.o
- CC fs/squashfs/id.o
- CC fs/squashfs/inode.o
- CC fs/squashfs/namei.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/ba_action.o
- CC net/ipv4/tcp_input.o
- CC fs/squashfs/super.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/action.o
- CC fs/squashfs/symlink.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_wep.o
- CC fs/squashfs/decompressor.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/ba_action.o
- CC fs/squashfs/xz_wrapper.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_wpa.o
- LD fs/squashfs/squashfs.o
- LD fs/squashfs/built-in.o
- CC fs/sysfs/inode.o
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_wpa.c: In function 'WPAStart2WayGroupHS':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_wpa.c:2308:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if ((!pEntry) || !IS_ENTRY_CLIENT(pEntry))
- ^~
- 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'
- RTMPCancelTimer(&pEntry->RetryTimer, &Cancelled);
- ^~~~~~~~~~~~~~~
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_wep.o
- CC fs/sysfs/file.o
- CC net/ipv4/tcp_output.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_wpa.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_tkip.o
- CC fs/sysfs/dir.o
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_wpa.c: In function 'WPAStart2WayGroupHS':
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_wpa.c:2111:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if ((!pEntry) || !IS_ENTRY_CLIENT(pEntry))
- ^~
- 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'
- RTMPCancelTimer(&pEntry->RetryTimer, &Cancelled);
- ^~~~~~~~~~~~~~~
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_aes.o
- CC fs/sysfs/symlink.o
- CC net/ipv4/tcp_timer.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_data.o
- CC fs/sysfs/mount.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_tkip.o
- CC fs/sysfs/bin.o
- CC net/ipv4/tcp_ipv4.o
- CC fs/sysfs/group.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_aes.o
- LD fs/sysfs/built-in.o
- CC fs/eventpoll.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_data_pci.o
- CC fs/anon_inodes.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_data.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_mac_pci.o
- CC net/ipv4/tcp_minisocks.o
- CC fs/signalfd.o
- CC fs/timerfd.o
- CC net/ipv4/tcp_cong.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_sync.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_data_pci.o
- CC fs/eventfd.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_sanity.o
- CC net/ipv4/datagram.o
- CC fs/aio.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_mac_pci.o
- CC net/ipv4/raw.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.o
- CC net/ipv4/udp.o
- CC fs/locks.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_sync.o
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c: In function 'GetEncryptType':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c:2563:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if(enc == Ndis802_11AESEnable)
- ^~
- 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'
- if(enc == Ndis802_11TKIPAESMix)
- ^~
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c: In function 'GetAuthMode':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c:2579:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if(auth == Ndis802_11AuthModeShared)
- ^~
- 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'
- if(auth == Ndis802_11AuthModeAutoSwitch)
- ^~
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c:2591:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if(auth == Ndis802_11AuthModeWPA2PSK)
- ^~
- 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'
- if(auth == Ndis802_11AuthModeWPA1WPA2)
- ^~
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c: In function 'Show_PMK_Proc':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_info.c:6164:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
- for (idx = 0; idx < 32; idx++)
- ^~~
- 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'
- return 0;
- ^~~~~~
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_sanity.o
- CC fs/binfmt_script.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_cfg.o
- CC net/ipv4/arp.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.o
- CC fs/binfmt_elf.o
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c: In function 'GetEncryptType':
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c:2280:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if(enc == Ndis802_11AESEnable)
- ^~
- 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'
- if(enc == Ndis802_11TKIPAESMix)
- ^~
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c: In function 'GetAuthMode':
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c:2296:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if(auth == Ndis802_11AuthModeShared)
- ^~
- 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'
- if(auth == Ndis802_11AuthModeAutoSwitch)
- ^~
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_info.c:2308:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if(auth == Ndis802_11AuthModeWPA2PSK)
- ^~
- 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'
- if(auth == Ndis802_11AuthModeWPA1WPA2)
- ^~
- CC [M] fs/mbcache.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_profile.o
- CC net/ipv4/icmp.o
- LD fs/built-in.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_cfg.o
- CC net/ipv4/devinet.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_profile.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_cmd.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_asic.o
- CC net/ipv4/af_inet.o
- CC net/ipv4/igmp.o
- CC net/ipv4/fib_frontend.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_cmd.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_radar.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_radar.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/rtmp_init.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/rtmp_init.o
- CC net/ipv4/fib_semantics.o
- CC net/ipv4/fib_trie.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/rtmp_init_inf.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/rtmp_init_inf.o
- CC net/ipv4/inet_fragment.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/rtmp_timer.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/rtmp_timer.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/rt_channel.o
- CC net/ipv4/ping.o
- CC net/ipv4/sysctl_net_ipv4.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/rt_os_util.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/rt_channel.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/spectrum.o
- CC net/ipv4/proc.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/rt_os_util.o
- CC net/ipv4/fib_rules.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/spectrum.o
- CC net/ipv4/ipmr.o
- CC net/ipv4/gre.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/txpower.o
- CC net/ipv4/syncookies.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/txpower.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/scan.o
- CC net/ipv4/tunnel4.o
- CC net/ipv4/xfrm4_mode_transport.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/scan.o
- CC net/ipv4/xfrm4_mode_tunnel.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/ps.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/ps.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/mt_ps.o
- CC net/ipv4/netfilter.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/uapsd.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/mt_io.o
- CC net/ipv4/tcp_cubic.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/uapsd.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/eeprom.o
- CC net/ipv4/netfilter/nf_nat_rule.o
- CC net/ipv4/netfilter/nf_nat_standalone.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/ee_flash.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/eeprom.o
- CC net/ipv4/xfrm4_policy.o
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/eeprom.c: In function 'rtmp_ee_write_to_bin':
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/eeprom.c:988:2: warning: ISO C90 forbids variable length array 'pci_pm' [-Wvla]
- UCHAR pci_pm[PCI_EFUSE_SIZE];
- ^~~~~
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/eeprom.c:989:2: warning: ISO C90 forbids variable length array 'pci_efuse' [-Wvla]
- UCHAR pci_efuse[PCI_EFUSE_SIZE];
- ^~~~~
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/ee_efuse.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/ee_prom.o
- CC net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/ee_flash.o
- CC net/ipv4/netfilter/nf_conntrack_proto_icmp.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/tx_rx/wdev_tx.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/ee_efuse.o
- CC net/ipv4/netfilter/nf_nat_core.o
- CC net/ipv4/netfilter/nf_nat_helper.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mgmt/mgmt_entrytb.o
- CC net/ipv4/netfilter/nf_nat_proto_unknown.o
- CC net/ipv4/netfilter/nf_nat_proto_common.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/ee_prom.o
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mgmt/mgmt_entrytb.c: In function 'MacTableInsertEntry':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mgmt/mgmt_entrytb.c:393:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if (pAd->MacTab.Size >= MAX_LEN_OF_MAC_TABLE)
- ^~
- 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'
- FirstWcid = 1;
- ^~~~~~~~~
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/tx_rx/wdev.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mgmt/mgmt_ht.o
- CC net/ipv4/netfilter/nf_nat_proto_tcp.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/tx_rx/wdev_tx.o
- CC net/ipv4/netfilter/nf_nat_proto_udp.o
- CC net/ipv4/netfilter/nf_nat_proto_icmp.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mac/rtmp_mac.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/tx_rx/wdev_rx.o
- CC net/ipv4/netfilter/nf_defrag_ipv4.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu.o
- CC net/ipv4/netfilter/ip_tables.o
- CC net/ipv4/netfilter/iptable_filter.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/rf.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/tx_rx/txs.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mgmt/mgmt_entrytb.o
- In file included from net/ipv4/netfilter/ip_tables.c:31:0:
- net/ipv4/netfilter/ip_tables.c: In function 'ipt_alloc_initial_table':
- net/ipv4/netfilter/ip_tables.c:76:32: warning: ISO C90 forbids variable length array 'entries' [-Wvla]
- return xt_alloc_initial_table(ipt, IPT);
- ^
- net/ipv4/netfilter/../../netfilter/xt_repldata.h:14:10: note: in definition of macro 'xt_alloc_initial_table'
- struct type##_standard entries[nhooks]; \
- ^~~~
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/rt_rf.o
- LD net/ipv4/netfilter/iptable_nat.o
- CC net/ipv4/netfilter/ipt_MASQUERADE.o
- CC net/ipv4/netfilter/ipt_NETMAP.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mgmt/mgmt_ht.o
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/rt_rf.c: In function 'RT30xxWriteRFRegister':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/rt_rf.c:166:4: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
- else
- ^~~~
- 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'
- rfcsr.non_bank.RF_CSR_DATA = IdRf;
- ^~~~~
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/phy.o
- CC net/ipv4/netfilter/ipt_REJECT.o
- CC drivers/nvram/nvram_linux.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mgmt/mgmt_hw.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/chips/rtmp_chip.o
- CC [M] net/ipv4/netfilter/nf_nat_ftp.o
- LD drivers/nvram/built-in.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mac/mt_mac.o
- CC [M] net/ipv4/netfilter/nf_nat_h323.o
- CC [M] net/ipv4/netfilter/nf_nat_pptp.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/rate_ctrl/ra_ctrl.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/rate_ctrl/alg_legacy.o
- CC [M] net/ipv4/netfilter/nf_nat_rtsp.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mcu/mcu.o
- CC [M] net/ipv4/netfilter/nf_nat_sip.o
- CC [M] net/ipv4/netfilter/nf_nat_proto_gre.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mcu/andes_core.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/rate_ctrl/alg_grp.o
- CC [M] net/ipv4/netfilter/iptable_mangle.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap.o
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/rate_ctrl/alg_grp.c: In function 'APMlmeDynamicTxRateSwitchingAdapt':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/rate_ctrl/alg_grp.c:2080:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if(TxTotalCnt > 100)
- ^~
- 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'
- if (pEntry->fLastSecAccordingRSSI == TRUE)
- ^~
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mcu/andes_mt.o
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap.c: In function 'DOT1X_InternalCmdAction':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap.c:2604:2: warning: ISO C90 forbids variable length array 'FrameBuf' [-Wvla]
- UCHAR FrameBuf[frame_len];
- ^~~~~
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap.c: In function 'DOT1X_EapTriggerAction':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap.c:2665:2: warning: ISO C90 forbids variable length array 'FrameBuf' [-Wvla]
- UCHAR FrameBuf[frame_len + 32];
- ^~~~~
- CC [M] net/ipv4/netfilter/iptable_raw.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_assoc.o
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mcu/andes_mt.c: In function 'AndesMTEraseFw':
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/mcu/andes_mt.c:2751:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if (cap->FWImageName)
- ^~
- 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'
- cap->FWImageName = NULL;
- ^~~
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_auth.o
- CC [M] net/ipv4/netfilter/ipt_ah.o
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_auth.c: In function 'APPeerDeauthReqAction':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_auth.c:180:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if (! PeerDeauthReqSanity(pAd, Elem->Msg, Elem->MsgLen, Addr2, &SeqNum, &Reason))
- ^~
- 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'
- pEntry = NULL;
- ^~~~~~
- CC [M] net/ipv4/netfilter/ipt_REDIRECT.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_connect.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_mlme.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/phy/rf.o
- LD net/ipv4/netfilter/nf_conntrack_ipv4.o
- LD net/ipv4/netfilter/nf_nat.o
- LD net/ipv4/netfilter/built-in.o
- CC net/ipv4/xfrm4_state.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/phy/phy.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_sanity.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/phy/mt_rf.o
- CC net/ipv4/xfrm4_input.o
- CC net/ipv4/xfrm4_output.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_sync.o
- CC [M] net/ipv4/ah4.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/phy/mt_phy.o
- CC [M] net/ipv4/esp4.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/hif/hif_pci.o
- CC [M] net/ipv4/ipcomp.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_wpa.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/hw_ctrl/cmm_asic_mt.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/hw_ctrl/cmm_chip_mt.o
- CC [M] net/ipv4/xfrm4_tunnel.o
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_wpa.c: In function 'HandleCounterMeasure':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_wpa.c:560:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if (!pEntry)
- ^~
- 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'
- if (IS_ENTRY_APCLI(pEntry))
- ^~
- CC [M] net/ipv4/xfrm4_mode_beet.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_data.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/hw_ctrl/mt_gpio.o
- LD net/ipv4/built-in.o
- CC net/ipv6/af_inet6.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/rate_ctrl/ra_ctrl.o
- CC net/ipv6/anycast.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/rate_ctrl/alg_legacy.o
- CC net/ipv6/ip6_output.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_autoChSel.o
- CC net/ipv6/ip6_input.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/rate_ctrl/alg_grp.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap.o
- CC net/ipv6/addrconf.o
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap.c: In function 'DOT1X_InternalCmdAction':
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap.c:2759:2: warning: ISO C90 forbids variable length array 'FrameBuf' [-Wvla]
- UCHAR FrameBuf[frame_len];
- ^~~~~
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap.c: In function 'DOT1X_EapTriggerAction':
- drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap.c:2820:2: warning: ISO C90 forbids variable length array 'FrameBuf' [-Wvla]
- UCHAR FrameBuf[frame_len+32];
- ^~~~~
- CC net/ipv6/addrlabel.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_qload.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_assoc.o
- LD net/key/built-in.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_cfg.o
- CC [M] net/key/af_key.o
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_cfg.c: In function 'Set_Enable_Channel_Timer_Proc':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_cfg.c:15703:10: warning: 'mac_val' is used uninitialized in this function [-Wuninitialized]
- mac_val &= (~0x01);
- ^~
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_auth.o
- CC net/ipv6/route.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_connect.o
- CC net/l2tp/l2tp_core.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_mlme.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/ap_ioctl.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_sanity.o
- CC net/l2tp/l2tp_ppp.o
- CC net/ipv6/ip6_fib.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_proc.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_sync.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_linux.o
- CC net/ipv6/ipv6_sockglue.o
- LD net/l2tp/built-in.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_wpa.o
- CC net/llc/llc_core.o
- CC net/llc/llc_input.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_profile.o
- CC net/ipv6/ndisc.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_data.o
- CC net/llc/llc_output.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_main_dev.o
- LD net/llc/llc.o
- LD net/llc/built-in.o
- LD net/nat/hw_nat/built-in.o
- CC [M] net/nat/hw_nat/ra_nat.o
- CC net/ipv6/udp.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_rbus_pci_drv.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_autoChSel.o
- CC [M] net/nat/hw_nat/foe_fdb.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_rbus_pci_util.o
- CC net/ipv6/raw.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_qload.o
- CC [M] net/nat/hw_nat/util.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/rt_pci_rbus.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_cfg.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/multi_main_dev.o
- CC [M] net/nat/hw_nat/hwnat_ioctl.o
- CC net/ipv6/protocol.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/chips/rt65xx.o
- CC net/ipv6/icmp.o
- LD [M] net/nat/hw_nat/hw_nat.o
- CC net/netfilter/core.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/chips/mt76x2.o
- CC net/netfilter/nf_log.o
- CC net/ipv6/mcast.o
- CC net/netfilter/nf_queue.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_nps.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/ap_ioctl.o
- CC net/netfilter/nf_sockopt.o
- CC net/ipv6/reassembly.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_proc.o
- CC net/netfilter/nf_conntrack_core.o
- CC net/ipv6/tcp_ipv6.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_linux.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.o
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c: In function 'andes_pci_erase_rom_patch':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c:205:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if (cap->rom_patch)
- ^~
- 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'
- cap->rom_patch = NULL;
- ^~~
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c: In function 'andes_pci_erasefw':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c:311:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if (cap->FWImageName)
- ^~
- CC net/netfilter/nf_conntrack_standalone.o
- 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'
- cap->FWImageName = NULL;
- ^~~
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c: In function 'andes_usb_erasefw':
- drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mcu/mcu_and.c:556:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if (cap->FWImageName)
- ^~
- 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'
- cap->FWImageName = NULL;
- ^~~
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_profile.o
- CC net/netfilter/nf_conntrack_expect.o
- CC net/ipv6/exthdrs.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_main_dev.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/mt_rf.o
- CC net/netfilter/nf_conntrack_helper.o
- CC net/ipv6/datagram.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/phy/rlt_phy.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_rbus_pci_drv.o
- CC net/netfilter/nf_conntrack_proto.o
- CC net/ipv6/ip6_flowlabel.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mac/ral_nmac.o
- CC net/netfilter/nf_conntrack_l3proto_generic.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_rbus_pci_util.o
- CC net/netfilter/nf_conntrack_proto_generic.o
- CC net/ipv6/inet6_connection_sock.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/os/linux/pci_main_dev.o
- CC net/netfilter/nf_conntrack_proto_tcp.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/rt_pci_rbus.o
- CC net/ipv6/sysctl_net_ipv6.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_wds.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/os/linux/pci_main_dev.o
- CC net/ipv6/ip6mr.o
- CC net/netfilter/nf_conntrack_proto_udp.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/chips/rtmp_chip.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_wds_inf.o
- CC net/netfilter/nf_conntrack_extend.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/chips/mt7603.o
- CC net/ipv6/xfrm6_policy.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/client_wds.o
- CC net/netfilter/nf_conntrack_acct.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_mbss.o
- CC net/netfilter/x_tables.o
- CC net/ipv6/xfrm6_state.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_wds.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_mbss_inf.o
- net/ipv6/xfrm6_state.c: In function '__xfrm6_sort':
- net/ipv6/xfrm6_state.c:64:2: warning: ISO C90 forbids variable length array 'count' [-Wvla]
- int count[maxclass];
- ^~~
- CC net/ipv6/xfrm6_input.o
- CC net/netfilter/xt_tcpudp.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_apcli.o
- CC net/ipv6/xfrm6_output.o
- CC net/netfilter/xt_mark.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_wds_inf.o
- CC net/ipv6/netfilter.o
- CC net/netfilter/xt_connmark.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/client_wds.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_mbss.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/ap_apcli_inf.o
- CC net/ipv6/fib6_rules.o
- CC net/netfilter/xt_LOG.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/apcli_assoc.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_mbss_inf.o
- CC net/ipv6/proc.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/apcli_auth.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_apcli.o
- CC net/ipv6/syncookies.o
- CC net/netfilter/xt_TCPMSS.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/apcli_ctrl.o
- CC net/ipv6/xfrm6_mode_transport.o
- CC net/ipv6/xfrm6_mode_tunnel.o
- CC net/netfilter/xt_connlimit.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/ap_apcli_inf.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/ap/apcli_sync.o
- CC net/ipv6/netfilter/ip6_tables.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/apcli_assoc.o
- CC net/netfilter/xt_conntrack.o
- In file included from net/ipv6/netfilter/ip6_tables.c:32:0:
- net/ipv6/netfilter/ip6_tables.c: In function 'ip6t_alloc_initial_table':
- net/ipv6/netfilter/ip6_tables.c:68:32: warning: ISO C90 forbids variable length array 'entries' [-Wvla]
- return xt_alloc_initial_table(ip6t, IP6T);
- ^
- net/ipv6/netfilter/../../netfilter/xt_repldata.h:14:10: note: in definition of macro 'xt_alloc_initial_table'
- struct type##_standard entries[nhooks]; \
- ^~~~
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_mat.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/apcli_auth.o
- CC net/netfilter/xt_esp.o
- CC net/ipv6/netfilter/ip6table_filter.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_mat_iparp.o
- CC net/netfilter/xt_iprange.o
- CC net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/apcli_ctrl.o
- CC net/netfilter/xt_limit.o
- CC net/ipv6/netfilter/nf_conntrack_proto_icmpv6.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_mat_pppoe.o
- CC net/ipv6/netfilter/nf_defrag_ipv6_hooks.o
- CC net/netfilter/xt_mac.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/ap/apcli_sync.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/cmm_mat_ipv6.o
- CC net/ipv6/netfilter/nf_conntrack_reasm.o
- CC net/netfilter/xt_multiport.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_mat.o
- CC net/ipv6/netfilter/ip6t_REJECT.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/vht.o
- CC net/netfilter/xt_recent.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_mat_iparp.o
- CC [M] net/ipv6/netfilter/ip6table_mangle.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/mgmt/mgmt_vht.o
- CC [M] net/ipv6/netfilter/ip6t_ah.o
- CC net/netfilter/xt_state.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_mat_pppoe.o
- CC [M] drivers/net/wireless/ralink/mt76x2_ap/../mt76x2/common/igmp_snoop.o
- LD net/ipv6/netfilter/nf_conntrack_ipv6.o
- CC net/netfilter/xt_string.o
- LD net/ipv6/netfilter/nf_defrag_ipv6.o
- LD net/ipv6/netfilter/built-in.o
- CC net/ipv6/sit.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/cmm_mat_ipv6.o
- CC net/netfilter/xt_tcpmss.o
- LD [M] drivers/net/wireless/ralink/mt76x2_ap/mt76x2_ap.o
- CC net/netfilter/xt_time.o
- CC [M] drivers/net/wireless/ralink/mt76x3_ap/../mt76x3/common/igmp_snoop.o
- CC net/netfilter/xt_u32.o
- CC net/ipv6/addrconf_core.o
- CC net/ipv6/exthdrs_core.o
- CC [M] net/netfilter/nfnetlink.o
- CC net/netlink/af_netlink.o
- net/netfilter/nfnetlink.c: In function 'nfnetlink_rcv_msg':
- net/netfilter/nfnetlink.c:166:10: warning: ISO C90 forbids variable length array 'cda' [-Wvla]
- struct nlattr *cda[ss->cb[cb_id].attr_count + 1];
- ^~~~~~
- LD [M] drivers/net/wireless/ralink/mt76x3_ap/mt76x3_ap.o
- CC [M] net/netfilter/nf_conntrack_proto_gre.o
- CC net/ipv6/output_core.o
- CC [M] net/netfilter/nf_conntrack_ftp.o
- CC net/ipv6/inet6_hashtables.o
- LD drivers/net/built-in.o
- CC [M] net/netfilter/nf_conntrack_h323_main.o
- CC drivers/pci/access.o
- CC [M] net/ipv6/ah6.o
- CC net/netlink/genetlink.o
- CC drivers/pci/bus.o
- CC [M] net/netfilter/nf_conntrack_h323_asn1.o
- CC [M] net/ipv6/esp6.o
- LD net/netlink/built-in.o
- CC drivers/pci/probe.o
- CC net/packet/af_packet.o
- CC [M] net/netfilter/nf_conntrack_pptp.o
- net/packet/af_packet.c: In function 'packet_set_ring':
- net/packet/af_packet.c:3782:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
- if (!tx_ring)
- ^~
- net/packet/af_packet.c:3784:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
- break;
- ^~~~~
- CC [M] net/ipv6/ipcomp6.o
- CC [M] net/netfilter/nf_conntrack_rtsp.o
- CC [M] net/ipv6/xfrm6_tunnel.o
- CC drivers/pci/remove.o
- CC drivers/pci/pci.o
- CC [M] net/ipv6/tunnel6.o
- CC [M] net/netfilter/nf_conntrack_sip.o
- LD net/packet/built-in.o
- CC [M] net/netfilter/xt_CT.o
- CC [M] net/ipv6/xfrm6_mode_beet.o
- LD drivers/pinctrl/built-in.o
- CC [M] net/netfilter/xt_DSCP.o
- CC [M] net/netfilter/xt_HL.o
- CC drivers/pci/pci-driver.o
- LD net/ipv6/ipv6.o
- LD net/ipv6/built-in.o
- CC drivers/pci/search.o
- CC [M] net/netfilter/xt_NOTRACK.o
- CC drivers/pci/pci-sysfs.o
- CC drivers/pci/rom.o
- CC drivers/pci/setup-res.o
- CC [M] net/netfilter/xt_connbytes.o
- CC drivers/pci/irq.o
- CC [M] net/netfilter/xt_dscp.o
- CC net/sched/sch_generic.o
- CC drivers/pci/vpd.o
- LD drivers/platform/built-in.o
- LD net/sunrpc/built-in.o
- CC [M] net/sunrpc/clnt.o
- CC drivers/pci/proc.o
- CC [M] net/netfilter/xt_hl.o
- CC drivers/pci/slot.o
- CC net/sched/sch_mq.o
- CC [M] net/netfilter/xt_length.o
- CC drivers/pci/quirks.o
- LD net/sched/built-in.o
- CC net/unix/af_unix.o
- CC [M] net/netfilter/xt_physdev.o
- CC drivers/pci/pcie/portdrv_core.o
- CC [M] net/sunrpc/xprt.o
- CC [M] net/netfilter/xt_policy.o
- CC drivers/pci/pcie/portdrv_pci.o
- CC drivers/pci/pcie/portdrv_bus.o
- CC [M] net/netfilter/xt_webstr.o
- CC [M] net/sunrpc/socklib.o
- LD drivers/pci/pcie/pcieportdrv.o
- LD drivers/pci/pcie/built-in.o
- CC drivers/pci/hotplug.o
- CC net/unix/garbage.o
- LD net/netfilter/netfilter.o
- CC [M] net/sunrpc/xprtsock.o
- LD net/netfilter/nf_conntrack.o
- CC drivers/pci/setup-bus.o
- LD [M] net/netfilter/nf_conntrack_h323.o
- LD net/netfilter/built-in.o
- CC [M] net/sunrpc/sched.o
- CC net/unix/sysctl_net_unix.o
- CC drivers/pci/setup-irq.o
- LD net/unix/unix.o
- LD net/unix/built-in.o
- CC drivers/rtc/rtc-lib.o
- LD drivers/pci/built-in.o
- CC net/wireless/wext-core.o
- CC [M] net/sunrpc/auth.o
- CC [M] net/sunrpc/auth_null.o
- LD drivers/rtc/built-in.o
- CC drivers/scsi/scsi.o
- CC [M] net/sunrpc/auth_unix.o
- CC net/wireless/wext-spy.o
- CC drivers/tty/tty_io.o
- CC [M] net/sunrpc/auth_generic.o
- CC net/wireless/wext-priv.o
- CC drivers/scsi/hosts.o
- CC [M] net/sunrpc/svc.o
- LD net/wireless/built-in.o
- LD drivers/usb/class/built-in.o
- CC [M] drivers/usb/class/cdc-acm.o
- CC drivers/scsi/scsi_ioctl.o
- CC drivers/tty/n_tty.o
- CC [M] net/sunrpc/svcsock.o
- CC drivers/scsi/constants.o
- CC [M] drivers/usb/class/usblp.o
- CC drivers/scsi/scsicam.o
- CC [M] net/sunrpc/svcauth.o
- CC drivers/scsi/scsi_error.o
- CC drivers/tty/tty_ioctl.o
- CC [M] drivers/usb/class/cdc-wdm.o
- CC [M] net/sunrpc/svcauth_unix.o
- CC drivers/tty/tty_ldisc.o
- CC drivers/usb/core/usb.o
- CC drivers/scsi/scsi_lib.o
- CC [M] net/sunrpc/addr.o
- CC drivers/tty/tty_buffer.o
- CC drivers/usb/core/hub.o
- CC [M] net/sunrpc/rpcb_clnt.o
- CC drivers/tty/tty_port.o
- CC drivers/scsi/scsi_lib_dma.o
- CC drivers/tty/tty_mutex.o
- CC [M] net/sunrpc/timer.o
- CC drivers/scsi/scsi_scan.o
- CC drivers/tty/pty.o
- LD drivers/tty/ipwireless/built-in.o
- CC [M] net/sunrpc/xdr.o
- CC drivers/usb/core/hcd.o
- CC drivers/tty/serial/serial_core.o
- CC drivers/scsi/scsi_sysfs.o
- CC [M] net/sunrpc/sunrpc_syms.o
- CC drivers/usb/core/urb.o
- CC [M] net/sunrpc/cache.o
- CC drivers/tty/serial/8250/8250.o
- CC drivers/scsi/scsi_devinfo.o
- CC drivers/usb/core/message.o
- CC drivers/scsi/scsi_sysctl.o
- CC drivers/scsi/scsi_proc.o
- CC [M] net/sunrpc/rpc_pipe.o
- CC drivers/tty/serial/8250/8250_early.o
- CC drivers/usb/core/driver.o
- CC drivers/scsi/scsi_trace.o
- LD drivers/tty/serial/8250/built-in.o
- LD drivers/tty/serial/built-in.o
- CC drivers/scsi/sd.o
- LD drivers/tty/vt/built-in.o
- CC drivers/usb/core/config.o
- LD drivers/tty/built-in.o
- CC [M] net/sunrpc/svc_xprt.o
- CC drivers/video/fb_notify.o
- LD drivers/video/backlight/built-in.o
- LD drivers/video/omap2/displays/built-in.o
- LD drivers/video/omap2/built-in.o
- CC drivers/usb/core/file.o
- LD drivers/video/built-in.o
- CC drivers/usb/core/buffer.o
- CC [M] net/sunrpc/stats.o
- CC drivers/scsi/sg.o
- CC drivers/usb/core/sysfs.o
- CC [M] drivers/scsi/sr.o
- CC [M] net/sunrpc/sysctl.o
- CC drivers/usb/core/endpoint.o
- LD [M] net/sunrpc/sunrpc.o
- CC drivers/usb/core/devio.o
- CC net/xfrm/xfrm_policy.o
- CC drivers/usb/core/notify.o
- CC [M] drivers/scsi/sr_ioctl.o
- CC drivers/usb/core/generic.o
- CC net/xfrm/xfrm_state.o
- CC [M] drivers/scsi/sr_vendor.o
- LD drivers/scsi/scsi_mod.o
- CC drivers/usb/core/quirks.o
- LD drivers/scsi/sd_mod.o
- LD [M] drivers/scsi/sr_mod.o
- LD drivers/scsi/built-in.o
- CC drivers/usb/core/devices.o
- CC drivers/usb/core/hcd-pci.o
- CC net/xfrm/xfrm_hash.o
- CC net/xfrm/xfrm_input.o
- CC net/xfrm/xfrm_output.o
- CC net/xfrm/xfrm_algo.o
- CC drivers/usb/core/inode.o
- CC net/xfrm/xfrm_sysctl.o
- CC net/xfrm/xfrm_replay.o
- LD drivers/usb/core/usbcore.o
- LD drivers/usb/core/built-in.o
- LD drivers/usb/host/built-in.o
- CC [M] drivers/usb/host/xhci.o
- CC [M] net/xfrm/xfrm_user.o
- CC [M] net/xfrm/xfrm_ipcomp.o
- CC [M] drivers/usb/host/xhci-mem.o
- LD net/xfrm/built-in.o
- CC [M] drivers/usb/host/xhci-ring.o
- CC [M] drivers/usb/host/xhci-hub.o
- CC net/sysctl_net.o
- LD drivers/usb/misc/built-in.o
- CC [M] drivers/usb/host/xhci-dbg.o
- LD net/built-in.o
- LD drivers/usb/serial/built-in.o
- CC drivers/usb/storage/libusual.o
- CC [M] drivers/usb/serial/usb-serial.o
- CC drivers/usb/storage/usual-tables.o
- CC [M] drivers/usb/host/xhci-mtk/xhci-mtk.o
- CC [M] drivers/usb/host/xhci-mtk/xhci-mtk-scheduler.o
- CC [M] drivers/usb/storage/scsiglue.o
- CC [M] drivers/usb/storage/protocol.o
- CC [M] drivers/usb/serial/generic.o
- CC [M] drivers/usb/host/xhci-plat.o
- CC [M] drivers/usb/storage/transport.o
- CC [M] drivers/usb/storage/usb.o
- LD [M] drivers/usb/host/xhci-hcd.o
- CC drivers/usb/usb-common.o
- CC [M] drivers/usb/serial/bus.o
- CC [M] drivers/usb/serial/option.o
- CC [M] drivers/usb/serial/pl2303.o
- CC [M] drivers/usb/storage/initializers.o
- CC [M] drivers/usb/serial/qcserial.o
- CC [M] drivers/usb/storage/sierra_ms.o
- CC [M] drivers/usb/storage/option_ms.o
- CC [M] drivers/usb/serial/sierra.o
- LD drivers/usb/storage/usb-libusual.o
- CC [M] drivers/usb/serial/usb_wwan.o
- LD drivers/usb/storage/built-in.o
- LD [M] drivers/usb/serial/usbserial.o
- LD [M] drivers/usb/storage/usb-storage.o
- LD drivers/usb/built-in.o
- LD drivers/built-in.o
- LD vmlinux.o
- MODPOST vmlinux.o
- GEN .version
- CHK include/generated/compile.h
- CC init/main.o
- CC init/do_mounts.o
- CC init/noinitramfs.o
- UPD include/generated/compile.h
- CC init/calibrate.o
- CC init/init_task.o
- CC init/version.o
- LD init/mounts.o
- LD init/built-in.o
- LD vmlinux
- SYSMAP System.map
- Building modules, stage 2.
- MODPOST 94 modules
- CC arch/mips/rt2880/rt_timer_wdg.mod.o
- CC crypto/deflate.mod.o
- CC crypto/md5.mod.o
- CC crypto/sha256_generic.mod.o
- CC drivers/cdrom/cdrom.mod.o
- CC drivers/media/video/uvc/uvcvideo.mod.o
- CC drivers/media/video/v4l2-common.mod.o
- CC drivers/media/video/v4l2-int-device.mod.o
- CC drivers/media/video/videobuf2-core.mod.o
- CC drivers/media/video/videobuf2-memops.mod.o
- CC drivers/media/video/videobuf2-vmalloc.mod.o
- CC drivers/media/video/videodev.mod.o
- CC drivers/net/usb/cdc_ether.mod.o
- CC drivers/net/usb/cdc_mbim.mod.o
- CC drivers/net/usb/cdc_ncm.mod.o
- CC drivers/net/usb/huawei_cdc_ncm.mod.o
- CC drivers/net/usb/qmi_wwan.mod.o
- CC drivers/net/usb/rndis_host.mod.o
- CC drivers/net/usb/sierra_net.mod.o
- CC drivers/net/usb/usbnet.mod.o
- CC drivers/net/wireless/ralink/mt76x2_ap/mt76x2_ap.mod.o
- CC drivers/net/wireless/ralink/mt76x3_ap/mt76x3_ap.mod.o
- CC drivers/scsi/sr_mod.mod.o
- CC drivers/usb/class/cdc-acm.mod.o
- CC drivers/usb/class/cdc-wdm.mod.o
- CC drivers/usb/host/xhci-hcd.mod.o
- CC drivers/usb/class/usblp.mod.o
- CC drivers/usb/serial/option.mod.o
- CC drivers/usb/serial/pl2303.mod.o
- CC drivers/usb/serial/qcserial.mod.o
- CC drivers/usb/serial/sierra.mod.o
- CC drivers/usb/serial/usb_wwan.mod.o
- CC drivers/usb/serial/usbserial.mod.o
- CC drivers/usb/storage/usb-storage.mod.o
- CC fs/exfat/exfat.mod.o
- CC fs/exportfs/exportfs.mod.o
- CC fs/ext4/ext4.mod.o
- CC fs/fuse/fuse.mod.o
- CC fs/jbd2/jbd2.mod.o
- CC fs/lockd/lockd.mod.o
- CC fs/mbcache.mod.o
- CC fs/nfsd/nfsd.mod.o
- CC lib/zlib_deflate/zlib_deflate.mod.o
- CC lib/zlib_inflate/zlib_inflate.mod.o
- CC net/bridge/netfilter/ebt_ip.mod.o
- CC net/bridge/netfilter/ebt_pkttype.mod.o
- CC net/bridge/netfilter/ebtable_filter.mod.o
- CC net/bridge/netfilter/ebtables.mod.o
- CC net/ipv4/ah4.mod.o
- CC net/ipv4/esp4.mod.o
- CC net/ipv4/ipcomp.mod.o
- CC net/ipv4/netfilter/ipt_REDIRECT.mod.o
- CC net/ipv4/netfilter/ipt_ah.mod.o
- CC net/ipv4/netfilter/iptable_mangle.mod.o
- CC net/ipv4/netfilter/iptable_raw.mod.o
- CC net/ipv4/netfilter/nf_nat_ftp.mod.o
- CC net/ipv4/netfilter/nf_nat_h323.mod.o
- CC net/ipv4/netfilter/nf_nat_pptp.mod.o
- CC net/ipv4/netfilter/nf_nat_proto_gre.mod.o
- CC net/ipv4/netfilter/nf_nat_rtsp.mod.o
- CC net/ipv4/netfilter/nf_nat_sip.mod.o
- CC net/ipv4/xfrm4_mode_beet.mod.o
- CC net/ipv4/xfrm4_tunnel.mod.o
- CC net/ipv6/ah6.mod.o
- CC net/ipv6/esp6.mod.o
- CC net/ipv6/ipcomp6.mod.o
- CC net/ipv6/netfilter/ip6t_ah.mod.o
- CC net/ipv6/netfilter/ip6table_mangle.mod.o
- CC net/ipv6/tunnel6.mod.o
- CC net/ipv6/xfrm6_mode_beet.mod.o
- CC net/ipv6/xfrm6_tunnel.mod.o
- CC net/key/af_key.mod.o
- CC net/nat/hw_nat/hw_nat.mod.o
- CC net/netfilter/nf_conntrack_ftp.mod.o
- CC net/netfilter/nf_conntrack_h323.mod.o
- CC net/netfilter/nf_conntrack_pptp.mod.o
- CC net/netfilter/nf_conntrack_proto_gre.mod.o
- CC net/netfilter/nf_conntrack_rtsp.mod.o
- CC net/netfilter/nf_conntrack_sip.mod.o
- CC net/netfilter/nfnetlink.mod.o
- CC net/netfilter/xt_CT.mod.o
- CC net/netfilter/xt_DSCP.mod.o
- CC net/netfilter/xt_HL.mod.o
- CC net/netfilter/xt_NOTRACK.mod.o
- CC net/netfilter/xt_connbytes.mod.o
- CC net/netfilter/xt_dscp.mod.o
- CC net/netfilter/xt_hl.mod.o
- CC net/netfilter/xt_length.mod.o
- CC net/netfilter/xt_physdev.mod.o
- CC net/netfilter/xt_policy.mod.o
- CC net/netfilter/xt_webstr.mod.o
- CC net/xfrm/xfrm_ipcomp.mod.o
- CC net/sunrpc/sunrpc.mod.o
- CC net/xfrm/xfrm_user.mod.o
- LD [M] arch/mips/rt2880/rt_timer_wdg.ko
- LD [M] crypto/deflate.ko
- LD [M] crypto/sha256_generic.ko
- LD [M] crypto/md5.ko
- LD [M] drivers/cdrom/cdrom.ko
- LD [M] drivers/media/video/uvc/uvcvideo.ko
- LD [M] drivers/media/video/v4l2-common.ko
- LD [M] drivers/media/video/v4l2-int-device.ko
- LD [M] drivers/media/video/videobuf2-core.ko
- LD [M] drivers/media/video/videobuf2-vmalloc.ko
- LD [M] drivers/media/video/videobuf2-memops.ko
- LD [M] drivers/media/video/videodev.ko
- LD [M] drivers/net/usb/cdc_ether.ko
- LD [M] drivers/net/usb/cdc_mbim.ko
- LD [M] drivers/net/usb/cdc_ncm.ko
- LD [M] drivers/net/usb/huawei_cdc_ncm.ko
- LD [M] drivers/net/usb/qmi_wwan.ko
- LD [M] drivers/net/usb/rndis_host.ko
- LD [M] drivers/net/usb/sierra_net.ko
- LD [M] drivers/net/usb/usbnet.ko
- LD [M] drivers/net/wireless/ralink/mt76x2_ap/mt76x2_ap.ko
- LD [M] drivers/net/wireless/ralink/mt76x3_ap/mt76x3_ap.ko
- LD [M] drivers/scsi/sr_mod.ko
- LD [M] drivers/usb/class/cdc-acm.ko
- LD [M] drivers/usb/class/cdc-wdm.ko
- LD [M] drivers/usb/host/xhci-hcd.ko
- LD [M] drivers/usb/class/usblp.ko
- LD [M] drivers/usb/serial/option.ko
- LD [M] drivers/usb/serial/pl2303.ko
- LD [M] drivers/usb/serial/qcserial.ko
- LD [M] drivers/usb/serial/sierra.ko
- LD [M] drivers/usb/serial/usb_wwan.ko
- LD [M] drivers/usb/serial/usbserial.ko
- LD [M] drivers/usb/storage/usb-storage.ko
- LD [M] fs/exfat/exfat.ko
- LD [M] fs/exportfs/exportfs.ko
- LD [M] fs/ext4/ext4.ko
- LD [M] fs/jbd2/jbd2.ko
- LD [M] fs/fuse/fuse.ko
- LD [M] fs/lockd/lockd.ko
- LD [M] fs/mbcache.ko
- LD [M] fs/nfsd/nfsd.ko
- LD [M] lib/zlib_deflate/zlib_deflate.ko
- LD [M] lib/zlib_inflate/zlib_inflate.ko
- LD [M] net/bridge/netfilter/ebt_ip.ko
- LD [M] net/bridge/netfilter/ebt_pkttype.ko
- LD [M] net/bridge/netfilter/ebtable_filter.ko
- LD [M] net/bridge/netfilter/ebtables.ko
- LD [M] net/ipv4/ah4.ko
- LD [M] net/ipv4/esp4.ko
- LD [M] net/ipv4/netfilter/ipt_REDIRECT.ko
- LD [M] net/ipv4/ipcomp.ko
- LD [M] net/ipv4/netfilter/ipt_ah.ko
- LD [M] net/ipv4/netfilter/iptable_mangle.ko
- LD [M] net/ipv4/netfilter/iptable_raw.ko
- LD [M] net/ipv4/netfilter/nf_nat_ftp.ko
- LD [M] net/ipv4/netfilter/nf_nat_h323.ko
- LD [M] net/ipv4/netfilter/nf_nat_pptp.ko
- LD [M] net/ipv4/netfilter/nf_nat_proto_gre.ko
- LD [M] net/ipv4/netfilter/nf_nat_rtsp.ko
- LD [M] net/ipv4/xfrm4_mode_beet.ko
- LD [M] net/ipv4/netfilter/nf_nat_sip.ko
- LD [M] net/ipv4/xfrm4_tunnel.ko
- LD [M] net/ipv6/ah6.ko
- LD [M] net/ipv6/esp6.ko
- LD [M] net/ipv6/ipcomp6.ko
- LD [M] net/ipv6/netfilter/ip6t_ah.ko
- LD [M] net/ipv6/netfilter/ip6table_mangle.ko
- LD [M] net/ipv6/tunnel6.ko
- LD [M] net/ipv6/xfrm6_mode_beet.ko
- LD [M] net/ipv6/xfrm6_tunnel.ko
- LD [M] net/key/af_key.ko
- LD [M] net/nat/hw_nat/hw_nat.ko
- LD [M] net/netfilter/nf_conntrack_ftp.ko
- LD [M] net/netfilter/nf_conntrack_h323.ko
- LD [M] net/netfilter/nf_conntrack_pptp.ko
- LD [M] net/netfilter/nf_conntrack_proto_gre.ko
- LD [M] net/netfilter/nf_conntrack_rtsp.ko
- LD [M] net/netfilter/nf_conntrack_sip.ko
- LD [M] net/netfilter/nfnetlink.ko
- LD [M] net/netfilter/xt_CT.ko
- LD [M] net/netfilter/xt_DSCP.ko
- LD [M] net/netfilter/xt_HL.ko
- LD [M] net/netfilter/xt_connbytes.ko
- LD [M] net/netfilter/xt_NOTRACK.ko
- LD [M] net/netfilter/xt_dscp.ko
- LD [M] net/netfilter/xt_hl.ko
- LD [M] net/netfilter/xt_length.ko
- LD [M] net/netfilter/xt_physdev.ko
- LD [M] net/netfilter/xt_policy.ko
- LD [M] net/netfilter/xt_webstr.ko
- LD [M] net/sunrpc/sunrpc.ko
- LD [M] net/xfrm/xfrm_ipcomp.ko
- LD [M] net/xfrm/xfrm_user.ko
- make[1]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/linux-3.4.x'
- if [ -f linux-3.4.x/vmlinux ]; then \
- ln -f linux-3.4.x/vmlinux linux-3.4.x/linux ; \
- fi
- make[1]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc'
- cp -fL /home/attilav/dm38/prometheus-arch/padavan-ng/trunk/configs/boards/uclibc-mipsel.config uClibc-1.0.3X/.config
- make -j4 -C uClibc-1.0.3X oldconfig || exit $? ; \
- if [ ! -f /home/attilav/dm38/prometheus-arch/padavan-ng/trunk/stage/.installed_uClibc-1.0.3X ] ; then \
- 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 && \
- touch /home/attilav/dm38/prometheus-arch/padavan-ng/trunk/stage/.installed_uClibc-1.0.3X ; \
- fi
- make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc/uClibc-1.0.3X'
- MKDIR include/config
- MKDIR include/generated
- HOSTCC-o extra/config/conf.o
- GEN extra/config/zconf.hash.c
- GEN extra/config/zconf.tab.c
- GEN extra/config/zconf.lex.c
- HOSTCC-o extra/config/zconf.tab.o
- HOSTCC extra/config/conf
- #
- # configuration written to /home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc/uClibc-1.0.3X/.config
- #
- make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc/uClibc-1.0.3X'
- make[2]: Entering directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc/uClibc-1.0.3X'
- mipsel-linux-uclibc-gcc: error: unrecognized argument in option '-mtune=1004kc-Wall'
- 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'?
- mipsel-linux-uclibc-gcc: error: unrecognized argument in option '-mtune=1004kc-Wall'
- 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'?
- MKDIR include/bits
- GEN include/bits/uClibc_config.h
- LN include/semaphore.h
- LN include/pthread.h
- LN include/bits/libc-lock.h
- LN include/bits/stdio-lock.h
- LN include/bits/pthreadtypes.h
- LN include/bits/semaphore.h
- LN include/sgidefs.h
- LN include/regdef.h
- GEN include/bits/sysnum.h
- LN include/fpu_control.h
- LN include/jmpbuf-offsets.h
- LN include/jmpbuf-unwind.h
- LN include/dl-osinfo.h
- LN include/not-cancel.h
- LN include/bits/byteswap-16.h
- LN include/bits/byteswap-common.h
- LN include/bits/byteswap.h
- LN include/bits/cmathcalls.h
- LN include/bits/confname.h
- LN include/bits/dirent.h
- LN include/bits/elfclass.h
- LN include/bits/environments.h
- LN include/bits/errno.h
- LN include/bits/fenvinline.h
- LN include/bits/getopt.h
- LN include/bits/getopt_int.h
- LN include/bits/huge_val.h
- LN include/bits/huge_valf.h
- LN include/bits/huge_vall.h
- LN include/bits/in.h
- LN include/bits/inf.h
- LN include/bits/initspin.h
- LN include/bits/ioctls.h
- LN include/bits/kernel-features.h
- LN include/bits/locale.h
- LN include/bits/mathcalls.h
- LN include/bits/mathinline.h
- LN include/bits/mman-common.h
- LN include/bits/mman-linux.h
- LN include/bits/mman-shared.h
- LN include/bits/mqueue.h
- LN include/bits/nan.h
- LN include/bits/netdb.h
- LN include/bits/posix1_lim.h
- LN include/bits/posix2_lim.h
- LN include/bits/sched.h
- LN include/bits/select.h
- LN include/bits/sigset.h
- LN include/bits/sigthread.h
- LN include/bits/sockaddr.h
- LN include/bits/socket.h
- LN include/bits/statvfs.h
- LN include/bits/statx.h
- LN include/bits/stdio.h
- LN include/bits/stdio_lim.h
- LN include/bits/syscalls-common.h
- LN include/bits/time.h
- LN include/bits/types.h
- LN include/bits/typesizes.h
- LN include/bits/uClibc_alloc.h
- LN include/bits/uClibc_charclass.h
- LN include/bits/uClibc_clk_tck.h
- LN include/bits/uClibc_ctype.h
- LN include/bits/uClibc_fpmax.h
- LN include/bits/uClibc_local_lim.h
- LN include/bits/uClibc_locale.h
- LN include/bits/uClibc_mutex.h
- LN include/bits/uClibc_posix_opt.h
- LN include/bits/uClibc_pthread.h
- LN include/bits/uClibc_stdio.h
- LN include/bits/uClibc_touplow.h
- LN include/bits/uClibc_uintmaxtostr.h
- LN include/bits/uClibc_uwchar.h
- LN include/bits/uClibc_va_copy.h
- LN include/bits/uio.h
- LN include/bits/ustat.h
- LN include/bits/utmp.h
- LN include/bits/utmpx.h
- LN include/bits/utsname.h
- LN include/bits/waitflags.h
- LN include/bits/waitstatus.h
- LN include/bits/wchar.h
- LN include/bits/xopen_lim.h
- LN include/bits/atomic.h
- LN include/bits/dlfcn.h
- LN include/bits/endian.h
- LN include/bits/epoll.h
- LN include/bits/eventfd.h
- LN include/bits/fcntl.h
- LN include/bits/fenv.h
- LN include/bits/inotify.h
- LN include/bits/ioctl-types.h
- LN include/bits/ipc.h
- LN include/bits/kernel_sigaction.h
- LN include/bits/kernel_stat.h
- LN include/bits/kernel_types.h
- LN include/bits/mathdef.h
- LN include/bits/mman.h
- LN include/bits/msq.h
- LN include/bits/poll.h
- LN include/bits/resource.h
- LN include/bits/sem.h
- LN include/bits/setjmp.h
- LN include/bits/shm.h
- LN include/bits/sigaction.h
- LN include/bits/sigcontext.h
- LN include/bits/sigcontextinfo.h
- LN include/bits/siginfo.h
- LN include/bits/signalfd.h
- LN include/bits/signum.h
- LN include/bits/sigstack.h
- LN include/bits/socket_type.h
- LN include/bits/stackinfo.h
- LN include/bits/stat.h
- LN include/bits/statfs.h
- LN include/bits/syscalls.h
- LN include/bits/termios.h
- LN include/bits/timerfd.h
- LN include/bits/uClibc_arch_features.h
- LN include/bits/uClibc_page.h
- LN include/bits/wordsize.h
- LN include/sys/acct.h
- LN include/sys/epoll.h
- LN include/sys/eventfd.h
- LN include/sys/fanotify.h
- LN include/sys/inotify.h
- LN include/sys/prctl.h
- LN include/sys/ptrace.h
- LN include/sys/random.h
- LN include/sys/signalfd.h
- LN include/sys/timerfd.h
- LN include/sys/asm.h
- LN include/sys/cachectl.h
- LN include/sys/fpregdef.h
- LN include/sys/procfs.h
- LN include/sys/regdef.h
- LN include/sys/sysmips.h
- LN include/sys/tas.h
- LN include/sys/ucontext.h
- LN include/sys/user.h
- LN include/bits/local_lim.h
- LN include/bits/posix_opt.h
- GEN libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.h
- GEN libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.h
- mipsel-linux-uclibc-gcc: error: unrecognized argument in option '-mtune=1004kc-Wall'
- 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'?
- make[2]: *** [libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch:137: libpthread/nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.h] Error 1
- make[2]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc/uClibc-1.0.3X'
- make[1]: *** [Makefile:25: all] Error 2
- make[1]: Leaving directory '/home/attilav/dm38/prometheus-arch/padavan-ng/trunk/libc'
- make: *** [Makefile:184: libc_only] Error 2
Add Comment
Please, Sign In to add comment