Skip to content

Instantly share code, notes, and snippets.

@earlybr
Last active May 7, 2016 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save earlybr/b5fa5198afc7d447c19205900362f109 to your computer and use it in GitHub Desktop.
Save earlybr/b5fa5198afc7d447c19205900362f109 to your computer and use it in GitHub Desktop.
[root@centos7 syslinux-5.10]# make
make -r all-local
make[1]: Entering directory `/root/syslinux-5.10'
make[1]: Nothing to be done for `all-local'.
make[1]: Leaving directory `/root/syslinux-5.10'
set -e ; for i in codepage com32 lzo core memdisk mbr memdump gpxe sample
diag libinstaller dos win32 win64 dosutil txt libinstaller mtools linux
extlinux utils ; do make -r -C $i all ; done
make[1]: Entering directory `/root/syslinux-5.10/codepage'
perl cptable.pl UnicodeData iso8859-13.txt iso8859-13.txt iso8859-13.cp
perl cptable.pl UnicodeData iso8859-4.txt iso8859-4.txt iso8859-4.cp
perl cptable.pl UnicodeData cp775.txt cp775.txt cp775.cp
perl cptable.pl UnicodeData cp865.txt cp865.txt cp865.cp
perl cptable.pl UnicodeData iso8859-1.txt iso8859-1.txt iso8859-1.cp
perl cptable.pl UnicodeData cp1252.txt cp1252.txt cp1252.cp
perl cptable.pl UnicodeData cp860.txt cp860.txt cp860.cp
perl cptable.pl UnicodeData cp850.txt cp850.txt cp850.cp
perl cptable.pl UnicodeData cp1254.txt cp1254.txt cp1254.cp
perl cptable.pl UnicodeData cp1257.txt cp1257.txt cp1257.cp
perl cptable.pl UnicodeData cp863.txt cp863.txt cp863.cp
perl cptable.pl UnicodeData cp437.txt cp437.txt cp437.cp
perl cptable.pl UnicodeData iso8859-6.txt iso8859-6.txt iso8859-6.cp
perl cptable.pl UnicodeData cp1256.txt cp1256.txt cp1256.cp
perl cptable.pl UnicodeData iso8859-11.txt iso8859-11.txt iso8859-11.cp
perl cptable.pl UnicodeData cp855.txt cp855.txt cp855.cp
perl cptable.pl UnicodeData cp866.txt cp866.txt cp866.cp
perl cptable.pl UnicodeData iso8859-2.txt iso8859-2.txt iso8859-2.cp
perl cptable.pl UnicodeData cp1253.txt cp1253.txt cp1253.cp
perl cptable.pl UnicodeData iso8859-5.txt iso8859-5.txt iso8859-5.cp
perl cptable.pl UnicodeData cp1255.txt cp1255.txt cp1255.cp
perl cptable.pl UnicodeData cp869.txt cp869.txt cp869.cp
perl cptable.pl UnicodeData iso8859-16.txt iso8859-16.txt iso8859-16.cp
perl cptable.pl UnicodeData cp737.txt cp737.txt cp737.cp
perl cptable.pl UnicodeData cp874.txt cp874.txt cp874.cp
perl cptable.pl UnicodeData iso8859-9.txt iso8859-9.txt iso8859-9.cp
perl cptable.pl UnicodeData iso8859-10.txt iso8859-10.txt iso8859-10.cp
perl cptable.pl UnicodeData cp861.txt cp861.txt cp861.cp
perl cptable.pl UnicodeData iso8859-7.txt iso8859-7.txt iso8859-7.cp
perl cptable.pl UnicodeData iso8859-8.txt iso8859-8.txt iso8859-8.cp
perl cptable.pl UnicodeData cp1258.txt cp1258.txt cp1258.cp
perl cptable.pl UnicodeData cp864.txt cp864.txt cp864.cp
perl cptable.pl UnicodeData iso8859-15.txt iso8859-15.txt iso8859-15.cp
perl cptable.pl UnicodeData cp1250.txt cp1250.txt cp1250.cp
perl cptable.pl UnicodeData cp857.txt cp857.txt cp857.cp
perl cptable.pl UnicodeData cp862.txt cp862.txt cp862.cp
perl cptable.pl UnicodeData cp852.txt cp852.txt cp852.cp
perl cptable.pl UnicodeData iso8859-14.txt iso8859-14.txt iso8859-14.cp
perl cptable.pl UnicodeData cp1251.txt cp1251.txt cp1251.cp
perl cptable.pl UnicodeData iso8859-3.txt iso8859-3.txt iso8859-3.cp
make[1]: Leaving directory `/root/syslinux-5.10/codepage'
make[1]: Entering directory `/root/syslinux-5.10/com32'
set -e; for d in libupload tools lib elflink/ldlinux gpllib libutil modules
mboot menu samples elflink rosh cmenu hdt gfxboot sysdump lua/src chain; do
make -C $d all; done
make[2]: Entering directory `/root/syslinux-5.10/com32/libupload'
gcc -Wp,-MT,upload_tftp.o,-MD,./.upload_tftp.o.d -std=gnu99 -m32
-fno-stack-protector -fwrapv -freg-struct-return -mregparm=3 -DREGPARM=3
-march=i386 -Os -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -W -Wall -Wstrict-prototypes
-march=i386 -fomit-frame-pointer -D__COM32__ -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -c -o upload_tftp.o upload_tftp.c
gcc -Wp,-MT,upload_srec.o,-MD,./.upload_srec.o.d -std=gnu99 -m32
-fno-stack-protector -fwrapv -freg-struct-return -mregparm=3 -DREGPARM=3
-march=i386 -Os -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -W -Wall -Wstrict-prototypes
-march=i386 -fomit-frame-pointer -D__COM32__ -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -c -o upload_srec.o upload_srec.c
gcc -Wp,-MT,cpio.o,-MD,./.cpio.o.d -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -mregparm=3 -DREGPARM=3 -march=i386 -Os -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -Wstrict-prototypes -march=i386
-fomit-frame-pointer -D__COM32__ -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -c -o cpio.o cpio.c
gcc -Wp,-MT,upload_ymodem.o,-MD,./.upload_ymodem.o.d -std=gnu99 -m32
-fno-stack-protector -fwrapv -freg-struct-return -mregparm=3 -DREGPARM=3
-march=i386 -Os -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -W -Wall -Wstrict-prototypes
-march=i386 -fomit-frame-pointer -D__COM32__ -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -c -o upload_ymodem.o upload_ymodem.c
gcc -Wp,-MT,ctime.o,-MD,./.ctime.o.d -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -mregparm=3 -DREGPARM=3 -march=i386 -Os -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -Wstrict-prototypes -march=i386
-fomit-frame-pointer -D__COM32__ -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -c -o ctime.o ctime.c
gcc -Wp,-MT,serial.o,-MD,./.serial.o.d -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -mregparm=3 -DREGPARM=3 -march=i386 -Os -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -Wstrict-prototypes -march=i386
-fomit-frame-pointer -D__COM32__ -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -c -o serial.o serial.c
gcc -Wp,-MT,zout.o,-MD,./.zout.o.d -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -mregparm=3 -DREGPARM=3 -march=i386 -Os -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -Wstrict-prototypes -march=i386
-fomit-frame-pointer -D__COM32__ -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -c -o zout.o zout.c
rm -f libcom32upload.a
ar cq libcom32upload.a upload_tftp.o upload_srec.o cpio.o upload_ymodem.o
ctime.o serial.o zout.o
ranlib libcom32upload.a
make[2]: Leaving directory `/root/syslinux-5.10/com32/libupload'
make[2]: Entering directory `/root/syslinux-5.10/com32/tools'
gcc -Wp,-MT,relocs.o,-MMD,./.relocs.o.d -W -Wall -Wno-sign-compare
-D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o relocs.o relocs.c
gcc -o relocs relocs.o
make[2]: Leaving directory `/root/syslinux-5.10/com32/tools'
make[2]: Entering directory `/root/syslinux-5.10/com32/lib'
gcc -Wp,-MT,zlib/adler32.o,-MD,zlib/.adler32.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o zlib/adler32.o zlib/adler32.c
gcc -Wp,-MT,zlib/compress.o,-MD,zlib/.compress.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o zlib/compress.o
zlib/compress.c
gcc -Wp,-MT,zlib/crc32.o,-MD,zlib/.crc32.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o zlib/crc32.o zlib/crc32.c
gcc -Wp,-MT,zlib/uncompr.o,-MD,zlib/.uncompr.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o zlib/uncompr.o zlib/uncompr.c
gcc -Wp,-MT,zlib/deflate.o,-MD,zlib/.deflate.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o zlib/deflate.o zlib/deflate.c
gcc -Wp,-MT,zlib/trees.o,-MD,zlib/.trees.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o zlib/trees.o zlib/trees.c
gcc -Wp,-MT,zlib/zutil.o,-MD,zlib/.zutil.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o zlib/zutil.o zlib/zutil.c
gcc -Wp,-MT,zlib/inflate.o,-MD,zlib/.inflate.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o zlib/inflate.o zlib/inflate.c
gcc -Wp,-MT,zlib/infback.o,-MD,zlib/.infback.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o zlib/infback.o zlib/infback.c
gcc -Wp,-MT,zlib/inftrees.o,-MD,zlib/.inftrees.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o zlib/inftrees.o
zlib/inftrees.c
gcc -Wp,-MT,zlib/inffast.o,-MD,zlib/.inffast.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o zlib/inffast.o zlib/inffast.c
gcc -Wp,-MT,sys/zfile.o,-MD,sys/.zfile.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/zfile.o sys/zfile.c
gcc -Wp,-MT,sys/zfopen.o,-MD,sys/.zfopen.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/zfopen.o sys/zfopen.c
gcc -Wp,-MT,libpng/png.o,-MD,libpng/.png.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/png.o libpng/png.c
gcc -Wp,-MT,libpng/pngset.o,-MD,libpng/.pngset.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngset.o
libpng/pngset.c
gcc -Wp,-MT,libpng/pngget.o,-MD,libpng/.pngget.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngget.o
libpng/pngget.c
gcc -Wp,-MT,libpng/pngrutil.o,-MD,libpng/.pngrutil.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngrutil.o
libpng/pngrutil.c
gcc -Wp,-MT,libpng/pngtrans.o,-MD,libpng/.pngtrans.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngtrans.o
libpng/pngtrans.c
gcc -Wp,-MT,libpng/pngwutil.o,-MD,libpng/.pngwutil.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngwutil.o
libpng/pngwutil.c
gcc -Wp,-MT,libpng/pngread.o,-MD,libpng/.pngread.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngread.o
libpng/pngread.c
gcc -Wp,-MT,libpng/pngrio.o,-MD,libpng/.pngrio.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngrio.o
libpng/pngrio.c
gcc -Wp,-MT,libpng/pngwio.o,-MD,libpng/.pngwio.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngwio.o
libpng/pngwio.c
gcc -Wp,-MT,libpng/pngwrite.o,-MD,libpng/.pngwrite.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngwrite.o
libpng/pngwrite.c
gcc -Wp,-MT,libpng/pngrtran.o,-MD,libpng/.pngrtran.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngrtran.o
libpng/pngrtran.c
gcc -Wp,-MT,libpng/pngwtran.o,-MD,libpng/.pngwtran.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngwtran.o
libpng/pngwtran.c
gcc -Wp,-MT,libpng/pngmem.o,-MD,libpng/.pngmem.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngmem.o
libpng/pngmem.c
gcc -Wp,-MT,libpng/pngerror.o,-MD,libpng/.pngerror.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngerror.o
libpng/pngerror.c
gcc -Wp,-MT,libpng/pngpread.o,-MD,libpng/.pngpread.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libpng/pngpread.o
libpng/pngpread.c
gcc -Wp,-MT,jpeg/tinyjpeg.o,-MD,jpeg/.tinyjpeg.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o jpeg/tinyjpeg.o
jpeg/tinyjpeg.c
gcc -Wp,-MT,jpeg/jidctflt.o,-MD,jpeg/.jidctflt.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -O3 -c -o jpeg/jidctflt.o
jpeg/jidctflt.c
gcc -Wp,-MT,jpeg/decode1.o,-MD,jpeg/.decode1.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o jpeg/decode1.o jpeg/decode1.c
gcc -Wp,-MT,jpeg/decode3.o,-MD,jpeg/.decode3.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o jpeg/decode3.o jpeg/decode3.c
gcc -Wp,-MT,jpeg/rgb24.o,-MD,jpeg/.rgb24.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o jpeg/rgb24.o jpeg/rgb24.c
gcc -Wp,-MT,jpeg/bgr24.o,-MD,jpeg/.bgr24.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o jpeg/bgr24.o jpeg/bgr24.c
gcc -Wp,-MT,jpeg/yuv420p.o,-MD,jpeg/.yuv420p.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o jpeg/yuv420p.o jpeg/yuv420p.c
gcc -Wp,-MT,jpeg/grey.o,-MD,jpeg/.grey.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o jpeg/grey.o jpeg/grey.c
gcc -Wp,-MT,jpeg/rgba32.o,-MD,jpeg/.rgba32.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o jpeg/rgba32.o jpeg/rgba32.c
gcc -Wp,-MT,jpeg/bgra32.o,-MD,jpeg/.bgra32.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o jpeg/bgra32.o jpeg/bgra32.c
gcc -Wp,-MT,pci/cfgtype.o,-MD,pci/.cfgtype.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o pci/cfgtype.o pci/cfgtype.c
gcc -Wp,-MT,pci/scan.o,-MD,pci/.scan.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o pci/scan.o pci/scan.c
gcc -Wp,-MT,pci/bios.o,-MD,pci/.bios.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o pci/bios.o pci/bios.c
gcc -Wp,-MT,pci/readb.o,-MD,pci/.readb.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o pci/readb.o pci/readb.c
gcc -Wp,-MT,pci/readw.o,-MD,pci/.readw.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o pci/readw.o pci/readw.c
gcc -Wp,-MT,pci/readl.o,-MD,pci/.readl.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o pci/readl.o pci/readl.c
gcc -Wp,-MT,pci/writeb.o,-MD,pci/.writeb.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o pci/writeb.o pci/writeb.c
gcc -Wp,-MT,pci/writew.o,-MD,pci/.writew.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o pci/writew.o pci/writew.c
gcc -Wp,-MT,pci/writel.o,-MD,pci/.writel.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o pci/writel.o pci/writel.c
gcc -Wp,-MT,sys/vesacon_write.o,-MD,sys/.vesacon_write.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/vesacon_write.o
sys/vesacon_write.c
gcc -Wp,-MT,sys/vesaserial_write.o,-MD,sys/.vesaserial_write.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/vesaserial_write.o
sys/vesaserial_write.c
gcc -Wp,-MT,sys/vesa/initvesa.o,-MD,sys/vesa/.initvesa.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/vesa/initvesa.o
sys/vesa/initvesa.c
gcc -Wp,-MT,sys/vesa/drawtxt.o,-MD,sys/vesa/.drawtxt.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -O3 -c -o sys/vesa/drawtxt.o
sys/vesa/drawtxt.c
gcc -Wp,-MT,sys/vesa/background.o,-MD,sys/vesa/.background.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/vesa/background.o
sys/vesa/background.c
perl sys/vesa/alphatbl.pl > sys/vesa/alphatbl.c
gcc -Wp,-MT,sys/vesa/alphatbl.o,-MD,sys/vesa/.alphatbl.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/vesa/alphatbl.o
sys/vesa/alphatbl.c
gcc -Wp,-MT,sys/vesa/screencpy.o,-MD,sys/vesa/.screencpy.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/vesa/screencpy.o
sys/vesa/screencpy.c
gcc -Wp,-MT,sys/vesa/fmtpixel.o,-MD,sys/vesa/.fmtpixel.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/vesa/fmtpixel.o
sys/vesa/fmtpixel.c
gcc -Wp,-MT,sys/vesa/i915resolution.o,-MD,sys/vesa/.i915resolution.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/vesa/i915resolution.o
sys/vesa/i915resolution.c
gcc -Wp,-MT,syslinux/reboot.o,-MD,syslinux/.reboot.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/reboot.o
syslinux/reboot.c
gcc -Wp,-MT,syslinux/keyboard.o,-MD,syslinux/.keyboard.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/keyboard.o
syslinux/keyboard.c
gcc -Wp,-MT,syslinux/version.o,-MD,syslinux/.version.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/version.o
syslinux/version.c
gcc -Wp,-MT,syslinux/pxe_get_cached.o,-MD,syslinux/.pxe_get_cached.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/pxe_get_cached.o
syslinux/pxe_get_cached.c
gcc -Wp,-MT,syslinux/pxe_get_nic.o,-MD,syslinux/.pxe_get_nic.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/pxe_get_nic.o
syslinux/pxe_get_nic.c
gcc -Wp,-MT,syslinux/pxe_dns.o,-MD,syslinux/.pxe_dns.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/pxe_dns.o
syslinux/pxe_dns.c
gcc -Wp,-MT,syslinux/video/fontquery.o,-MD,syslinux/video/.fontquery.o.d
-Os -march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/video/fontquery.o
syslinux/video/fontquery.c
gcc -Wp,-MT,syslinux/video/reportmode.o,-MD,syslinux/video/.reportmode.o.d
-Os -march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/video/reportmode.o
syslinux/video/reportmode.c
gcc -Wp,-MT,syslinux/addlist.o,-MD,syslinux/.addlist.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/addlist.o
syslinux/addlist.c
gcc -Wp,-MT,syslinux/freelist.o,-MD,syslinux/.freelist.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/freelist.o
syslinux/freelist.c
gcc -Wp,-MT,syslinux/memmap.o,-MD,syslinux/.memmap.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/memmap.o
syslinux/memmap.c
gcc -Wp,-MT,syslinux/movebits.o,-MD,syslinux/.movebits.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/movebits.o
syslinux/movebits.c
syslinux/movebits.c: In function ‘syslinux_compute_movelist’:
syslinux/movebits.c:384:54: warning: argument ‘moves’ might be clobbered by
‘longjmp’ or ‘vfork’ [-Wclobbered]
syslinux_compute_movelist(struct syslinux_movelist **moves,
^
syslinux/movebits.c:385:32: warning: argument ‘ifrags’ might be clobbered
by ‘longjmp’ or ‘vfork’ [-Wclobbered]
struct syslinux_movelist *ifrags,
^
syslinux/movebits.c:386:30: warning: argument ‘memmap’ might be clobbered
by ‘longjmp’ or ‘vfork’ [-Wclobbered]
struct syslinux_memmap *memmap)
^
gcc -Wp,-MT,syslinux/shuffle.o,-MD,syslinux/.shuffle.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/shuffle.o
syslinux/shuffle.c
gcc -Wp,-MT,syslinux/shuffle_pm.o,-MD,syslinux/.shuffle_pm.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/shuffle_pm.o
syslinux/shuffle_pm.c
gcc -Wp,-MT,syslinux/shuffle_rm.o,-MD,syslinux/.shuffle_rm.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/shuffle_rm.o
syslinux/shuffle_rm.c
gcc -Wp,-MT,syslinux/zonelist.o,-MD,syslinux/.zonelist.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/zonelist.o
syslinux/zonelist.c
gcc -Wp,-MT,syslinux/dump_mmap.o,-MD,syslinux/.dump_mmap.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/dump_mmap.o
syslinux/dump_mmap.c
gcc -Wp,-MT,syslinux/dump_movelist.o,-MD,syslinux/.dump_movelist.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/dump_movelist.o
syslinux/dump_movelist.c
gcc -Wp,-MT,syslinux/run_default.o,-MD,syslinux/.run_default.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/run_default.o
syslinux/run_default.c
gcc -Wp,-MT,syslinux/run_command.o,-MD,syslinux/.run_command.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/run_command.o
syslinux/run_command.c
gcc -Wp,-MT,syslinux/cleanup.o,-MD,syslinux/.cleanup.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/cleanup.o
syslinux/cleanup.c
gcc -Wp,-MT,syslinux/localboot.o,-MD,syslinux/.localboot.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/localboot.o
syslinux/localboot.c
gcc -Wp,-MT,syslinux/runimage.o,-MD,syslinux/.runimage.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/runimage.o
syslinux/runimage.c
gcc -Wp,-MT,syslinux/loadfile.o,-MD,syslinux/.loadfile.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/loadfile.o
syslinux/loadfile.c
gcc -Wp,-MT,syslinux/floadfile.o,-MD,syslinux/.floadfile.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/floadfile.o
syslinux/floadfile.c
gcc -Wp,-MT,syslinux/zloadfile.o,-MD,syslinux/.zloadfile.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/zloadfile.o
syslinux/zloadfile.c
gcc -Wp,-MT,syslinux/load_linux.o,-MD,syslinux/.load_linux.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/load_linux.o
syslinux/load_linux.c
gcc -Wp,-MT,syslinux/initramfs.o,-MD,syslinux/.initramfs.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/initramfs.o
syslinux/initramfs.c
gcc -Wp,-MT,syslinux/initramfs_file.o,-MD,syslinux/.initramfs_file.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/initramfs_file.o
syslinux/initramfs_file.c
gcc
-Wp,-MT,syslinux/initramfs_loadfile.o,-MD,syslinux/.initramfs_loadfile.o.d
-Os -march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/initramfs_loadfile.o
syslinux/initramfs_loadfile.c
gcc
-Wp,-MT,syslinux/initramfs_archive.o,-MD,syslinux/.initramfs_archive.o.d
-Os -march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/initramfs_archive.o
syslinux/initramfs_archive.c
gcc -Wp,-MT,sys/libansi.o,-MD,sys/.libansi.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/libansi.o sys/libansi.c
gcc -Wp,-MT,sys/gpxe.o,-MD,sys/.gpxe.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/gpxe.o sys/gpxe.c
gcc -Wp,-MT,atexit.o,-MD,./.atexit.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o atexit.o atexit.c
gcc -Wp,-MT,onexit.o,-MD,./.onexit.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o onexit.o onexit.c
gcc -Wp,-MT,abort.o,-MD,./.abort.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o abort.o abort.c
rm -f libcom32.elf
ld -shared -m elf_i386 --hash-style=gnu -T ../..//com32/lib/elf32.ld
-soname libcom32.c32 -o libcom32.elf zlib/adler32.o zlib/compress.o
zlib/crc32.o zlib/uncompr.o zlib/deflate.o zlib/trees.o zlib/zutil.o
zlib/inflate.o zlib/infback.o zlib/inftrees.o zlib/inffast.o sys/zfile.o
sys/zfopen.o libpng/png.o libpng/pngset.o libpng/pngget.o libpng/pngrutil.o
libpng/pngtrans.o libpng/pngwutil.o libpng/pngread.o libpng/pngrio.o
libpng/pngwio.o libpng/pngwrite.o libpng/pngrtran.o libpng/pngwtran.o
libpng/pngmem.o libpng/pngerror.o libpng/pngpread.o jpeg/tinyjpeg.o
jpeg/jidctflt.o jpeg/decode1.o jpeg/decode3.o jpeg/rgb24.o jpeg/bgr24.o
jpeg/yuv420p.o jpeg/grey.o jpeg/rgba32.o jpeg/bgra32.o pci/cfgtype.o
pci/scan.o pci/bios.o pci/readb.o pci/readw.o pci/readl.o pci/writeb.o
pci/writew.o pci/writel.o sys/vesacon_write.o sys/vesaserial_write.o
sys/vesa/initvesa.o sys/vesa/drawtxt.o sys/vesa/background.o
sys/vesa/alphatbl.o sys/vesa/screencpy.o sys/vesa/fmtpixel.o
sys/vesa/i915resolution.o syslinux/reboot.o syslinux/keyboard.o
syslinux/version.o syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o
syslinux/pxe_dns.o syslinux/video/fontquery.o syslinux/video/reportmode.o
syslinux/addlist.o syslinux/freelist.o syslinux/memmap.o
syslinux/movebits.o syslinux/shuffle.o syslinux/shuffle_pm.o
syslinux/shuffle_rm.o syslinux/zonelist.o syslinux/dump_mmap.o
syslinux/dump_movelist.o syslinux/run_default.o syslinux/run_command.o
syslinux/cleanup.o syslinux/localboot.o syslinux/runimage.o
syslinux/loadfile.o syslinux/floadfile.o syslinux/zloadfile.o
syslinux/load_linux.o syslinux/initramfs.o syslinux/initramfs_file.o
syslinux/initramfs_loadfile.o syslinux/initramfs_archive.o sys/libansi.o
sys/gpxe.o atexit.o onexit.o abort.o
objcopy --strip-debug --strip-unneeded libcom32.elf libcom32.c32
gcc -Wp,-MT,syslinux/ipappend.o,-MD,syslinux/.ipappend.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/ipappend.o
syslinux/ipappend.c
gcc -Wp,-MT,syslinux/dsinfo.o,-MD,syslinux/.dsinfo.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/dsinfo.o
syslinux/dsinfo.c
gcc -Wp,-MT,atoi.o,-MD,./.atoi.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o atoi.o atoi.c
gcc -Wp,-MT,atol.o,-MD,./.atol.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o atol.o atol.c
gcc -Wp,-MT,atoll.o,-MD,./.atoll.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o atoll.o atoll.c
gcc -Wp,-MT,calloc.o,-MD,./.calloc.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o calloc.o calloc.c
gcc -Wp,-MT,creat.o,-MD,./.creat.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o creat.o creat.c
gcc -Wp,-MT,fgets.o,-MD,./.fgets.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o fgets.o fgets.c
gcc -Wp,-MT,fprintf.o,-MD,./.fprintf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o fprintf.o fprintf.c
gcc -Wp,-MT,fputc.o,-MD,./.fputc.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o fputc.o fputc.c
gcc -Wp,-MT,putchar.o,-MD,./.putchar.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o putchar.o putchar.c
gcc -Wp,-MT,getopt.o,-MD,./.getopt.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o getopt.o getopt.c
gcc -Wp,-MT,getopt_long.o,-MD,./.getopt_long.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o getopt_long.o getopt_long.c
gcc -Wp,-MT,lrand48.o,-MD,./.lrand48.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o lrand48.o lrand48.c
gcc -Wp,-MT,stack.o,-MD,./.stack.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o stack.o stack.c
gcc -Wp,-MT,memccpy.o,-MD,./.memccpy.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o memccpy.o memccpy.c
gcc -Wp,-MT,memchr.o,-MD,./.memchr.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o memchr.o memchr.c
gcc -Wp,-MT,mempcpy.o,-MD,./.mempcpy.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -D__ASSEMBLY__ -c -o mempcpy.o
mempcpy.S
gcc -Wp,-MT,memmem.o,-MD,./.memmem.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o memmem.o memmem.c
gcc -Wp,-MT,memmove.o,-MD,./.memmove.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -D__ASSEMBLY__ -c -o memmove.o
memmove.S
gcc -Wp,-MT,memswap.o,-MD,./.memswap.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o memswap.o memswap.c
gcc -Wp,-MT,perror.o,-MD,./.perror.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o perror.o perror.c
gcc -Wp,-MT,qsort.o,-MD,./.qsort.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o qsort.o qsort.c
gcc -Wp,-MT,seed48.o,-MD,./.seed48.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o seed48.o seed48.c
gcc -Wp,-MT,srand48.o,-MD,./.srand48.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o srand48.o srand48.c
gcc -Wp,-MT,sscanf.o,-MD,./.sscanf.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sscanf.o sscanf.c
gcc -Wp,-MT,strcasecmp.o,-MD,./.strcasecmp.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strcasecmp.o strcasecmp.c
gcc -Wp,-MT,strerror.o,-MD,./.strerror.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strerror.o strerror.c
perl makeerrlist.pl -Os -march=i386 -falign-functions=0 -falign-jumps=0
-falign-labels=0 -ffast-math -fomit-frame-pointer -std=gnu99 -m32
-fno-stack-protector -fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -errlist > errlist.c || rm -f
errlist.c
opening errno.h
EPERM (1) => "Operation not permitted"
ENOENT (2) => "No such file or directory"
ESRCH (3) => "No such process"
EINTR (4) => "Interrupted system call"
EIO (5) => "I/O error"
ENXIO (6) => "No such device or address"
E2BIG (7) => "Arg list too long"
ENOEXEC (8) => "Exec format error"
EBADF (9) => "Bad file number"
ECHILD (10) => "No child processes"
EAGAIN (11) => "Try again"
ENOMEM (12) => "Out of memory"
EACCES (13) => "Permission denied"
EFAULT (14) => "Bad address"
ENOTBLK (15) => "Block device required"
EBUSY (16) => "Device or resource busy"
EEXIST (17) => "File exists"
EXDEV (18) => "Cross-device link"
ENODEV (19) => "No such device"
ENOTDIR (20) => "Not a directory"
EISDIR (21) => "Is a directory"
EINVAL (22) => "Invalid argument"
ENFILE (23) => "File table overflow"
EMFILE (24) => "Too many open files"
ENOTTY (25) => "Not a typewriter"
ETXTBSY (26) => "Text file busy"
EFBIG (27) => "File too large"
ENOSPC (28) => "No space left on device"
ESPIPE (29) => "Illegal seek"
EROFS (30) => "Read-only file system"
EMLINK (31) => "Too many links"
EPIPE (32) => "Broken pipe"
EDOM (33) => "Math argument out of domain of func"
ERANGE (34) => "Math result not representable"
EDEADLK (35) => "Resource deadlock would occur"
ENAMETOOLONG (36) => "File name too long"
ENOLCK (37) => "No record locks available"
ENOSYS (38) => "Function not implemented"
ENOTEMPTY (39) => "Directory not empty"
ELOOP (40) => "Too many symbolic links encountered"
ENOMSG (42) => "No message of desired type"
EIDRM (43) => "Identifier removed"
ECHRNG (44) => "Channel number out of range"
EL2NSYNC (45) => "Level 2 not synchronized"
EL3HLT (46) => "Level 3 halted"
EL3RST (47) => "Level 3 reset"
ELNRNG (48) => "Link number out of range"
EUNATCH (49) => "Protocol driver not attached"
ENOCSI (50) => "No CSI structure available"
EL2HLT (51) => "Level 2 halted"
EBADE (52) => "Invalid exchange"
EBADR (53) => "Invalid request descriptor"
EXFULL (54) => "Exchange full"
ENOANO (55) => "No anode"
EBADRQC (56) => "Invalid request code"
EBADSLT (57) => "Invalid slot"
EBFONT (59) => "Bad font file format"
ENOSTR (60) => "Device not a stream"
ENODATA (61) => "No data available"
ETIME (62) => "Timer expired"
ENOSR (63) => "Out of streams resources"
ENONET (64) => "Machine is not on the network"
ENOPKG (65) => "Package not installed"
EREMOTE (66) => "Object is remote"
ENOLINK (67) => "Link has been severed"
EADV (68) => "Advertise error"
ESRMNT (69) => "Srmount error"
ECOMM (70) => "Communication error on send"
EPROTO (71) => "Protocol error"
EMULTIHOP (72) => "Multihop attempted"
EDOTDOT (73) => "RFS specific error"
EBADMSG (74) => "Not a data message"
EOVERFLOW (75) => "Value too large for defined data type"
ENOTUNIQ (76) => "Name not unique on network"
EBADFD (77) => "File descriptor in bad state"
EREMCHG (78) => "Remote address changed"
ELIBACC (79) => "Can not access a needed shared library"
ELIBBAD (80) => "Accessing a corrupted shared library"
ELIBSCN (81) => ".lib section in a.out corrupted"
ELIBMAX (82) => "Attempting to link in too many shared libraries"
ELIBEXEC (83) => "Cannot exec a shared library directly"
EILSEQ (84) => "Illegal byte sequence"
ERESTART (85) => "Interrupted system call should be restarted"
ESTRPIPE (86) => "Streams pipe error"
EUSERS (87) => "Too many users"
ENOTSOCK (88) => "Socket operation on non-socket"
EDESTADDRREQ (89) => "Destination address required"
EMSGSIZE (90) => "Message too long"
EPROTOTYPE (91) => "Protocol wrong type for socket"
ENOPROTOOPT (92) => "Protocol not available"
EPROTONOSUPPORT (93) => "Protocol not supported"
ESOCKTNOSUPPORT (94) => "Socket type not supported"
EOPNOTSUPP (95) => "Operation not supported on transport endpoint"
EPFNOSUPPORT (96) => "Protocol family not supported"
EAFNOSUPPORT (97) => "Address family not supported by protocol"
EADDRINUSE (98) => "Address already in use"
EADDRNOTAVAIL (99) => "Cannot assign requested address"
ENETDOWN (100) => "Network is down"
ENETUNREACH (101) => "Network is unreachable"
ENETRESET (102) => "Network dropped connection because of reset"
ECONNABORTED (103) => "Software caused connection abort"
ECONNRESET (104) => "Connection reset by peer"
ENOBUFS (105) => "No buffer space available"
EISCONN (106) => "Transport endpoint is already connected"
ENOTCONN (107) => "Transport endpoint is not connected"
ESHUTDOWN (108) => "Cannot send after transport endpoint shutdown"
ETOOMANYREFS (109) => "Too many references: cannot splice"
ETIMEDOUT (110) => "Connection timed out"
ECONNREFUSED (111) => "Connection refused"
EHOSTDOWN (112) => "Host is down"
EHOSTUNREACH (113) => "No route to host"
EALREADY (114) => "Operation already in progress"
EINPROGRESS (115) => "Operation now in progress"
ESTALE (116) => "Stale NFS file handle"
EUCLEAN (117) => "Structure needs cleaning"
ENOTNAM (118) => "Not a XENIX named type file"
ENAVAIL (119) => "No XENIX semaphores available"
EISNAM (120) => "Is a named type file"
EREMOTEIO (121) => "Remote I/O error"
EDQUOT (122) => "Quota exceeded"
ENOMEDIUM (123) => "No medium found"
EMEDIUMTYPE (124) => "Wrong medium type"
ENSROK (0) => "DNS server returned answer with no data"
ENSRNODATA (160) => "DNS server returned answer with no data"
ENSRFORMERR (161) => "DNS server claims query was misformatted"
ENSRSERVFAIL (162) => "DNS server returned general failure"
ENSRNOTFOUND (163) => "Domain name not found"
ENSRNOTIMP (164) => "DNS server does not implement requested operation"
ENSRREFUSED (165) => "DNS server refused query"
ENSRBADQUERY (166) => "Misformatted DNS query"
ENSRBADNAME (167) => "Misformatted domain name"
ENSRBADFAMILY (168) => "Unsupported address family"
ENSRBADRESP (169) => "Misformatted DNS reply"
ENSRCONNREFUSED (170) => "Could not contact DNS servers"
ENSRTIMEOUT (171) => "Timeout while contacting DNS servers"
ENSROF (172) => "End of file"
ENSRFILE (173) => "Error reading file"
ENSRNOMEM (174) => "Out of memory"
ENSRDESTRUCTION (175) => "Application terminated lookup"
ENSRQUERYDOMAINTOOLONG (176) => "Domain name is too long"
ENSRCNAMELOOP (177) => "Domain name is too long"
closing errno.h
gcc -Wp,-MT,errlist.o,-MD,./.errlist.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o errlist.o errlist.c
gcc -Wp,-MT,strnlen.o,-MD,./.strnlen.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strnlen.o strnlen.c
gcc -Wp,-MT,strncat.o,-MD,./.strncat.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strncat.o strncat.c
gcc -Wp,-MT,strndup.o,-MD,./.strndup.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strndup.o strndup.c
gcc -Wp,-MT,stpncpy.o,-MD,./.stpncpy.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o stpncpy.o stpncpy.c
gcc -Wp,-MT,strntoimax.o,-MD,./.strntoimax.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strntoimax.o strntoimax.c
gcc -Wp,-MT,strsep.o,-MD,./.strsep.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strsep.o strsep.c
gcc -Wp,-MT,strspn.o,-MD,./.strspn.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strspn.o strspn.c
gcc -Wp,-MT,strstr.o,-MD,./.strstr.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strstr.o strstr.c
gcc -Wp,-MT,strtoimax.o,-MD,./.strtoimax.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strtoimax.o strtoimax.c
gcc -Wp,-MT,strtok.o,-MD,./.strtok.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strtok.o strtok.c
gcc -Wp,-MT,strtol.o,-MD,./.strtol.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strtol.o strtol.c
gcc -Wp,-MT,strtoll.o,-MD,./.strtoll.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strtoll.o strtoll.c
gcc -Wp,-MT,strtoull.o,-MD,./.strtoull.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strtoull.o strtoull.c
gcc -Wp,-MT,strtoumax.o,-MD,./.strtoumax.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strtoumax.o strtoumax.c
gcc -Wp,-MT,vprintf.o,-MD,./.vprintf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o vprintf.o vprintf.c
gcc -Wp,-MT,vsprintf.o,-MD,./.vsprintf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o vsprintf.o vsprintf.c
gcc -Wp,-MT,asprintf.o,-MD,./.asprintf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o asprintf.o asprintf.c
gcc -Wp,-MT,vasprintf.o,-MD,./.vasprintf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o vasprintf.o vasprintf.c
gcc -Wp,-MT,vsscanf.o,-MD,./.vsscanf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o vsscanf.o vsscanf.c
gcc -Wp,-MT,skipspace.o,-MD,./.skipspace.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o skipspace.o skipspace.c
gcc -Wp,-MT,chrreplace.o,-MD,./.chrreplace.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o chrreplace.o chrreplace.c
gcc -Wp,-MT,bufprintf.o,-MD,./.bufprintf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o bufprintf.o bufprintf.c
gcc -Wp,-MT,inet.o,-MD,./.inet.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o inet.o inet.c
gcc -Wp,-MT,dhcppack.o,-MD,./.dhcppack.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o dhcppack.o dhcppack.c
gcc -Wp,-MT,dhcpunpack.o,-MD,./.dhcpunpack.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o dhcpunpack.o dhcpunpack.c
gcc -Wp,-MT,strreplace.o,-MD,./.strreplace.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strreplace.o strreplace.c
gcc -Wp,-MT,lstrdup.o,-MD,./.lstrdup.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o lstrdup.o lstrdup.c
gcc -Wp,-MT,suffix_number.o,-MD,./.suffix_number.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o suffix_number.o
suffix_number.c
gcc -Wp,-MT,getcwd.o,-MD,./.getcwd.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o getcwd.o getcwd.c
gcc -Wp,-MT,fdopendir.o,-MD,./.fdopendir.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o fdopendir.o fdopendir.c
gcc -Wp,-MT,sys/line_input.o,-MD,sys/.line_input.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/line_input.o
sys/line_input.c
gcc -Wp,-MT,sys/colortable.o,-MD,sys/.colortable.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/colortable.o
sys/colortable.c
gcc -Wp,-MT,sys/screensize.o,-MD,sys/.screensize.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/screensize.o
sys/screensize.c
gcc -Wp,-MT,sys/stdcon_read.o,-MD,sys/.stdcon_read.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/stdcon_read.o
sys/stdcon_read.c
gcc -Wp,-MT,sys/stdcon_write.o,-MD,sys/.stdcon_write.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/stdcon_write.o
sys/stdcon_write.c
gcc -Wp,-MT,sys/rawcon_read.o,-MD,sys/.rawcon_read.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/rawcon_read.o
sys/rawcon_read.c
gcc -Wp,-MT,sys/rawcon_write.o,-MD,sys/.rawcon_write.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/rawcon_write.o
sys/rawcon_write.c
gcc -Wp,-MT,sys/null_read.o,-MD,sys/.null_read.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/null_read.o
sys/null_read.c
gcc -Wp,-MT,sys/null_write.o,-MD,sys/.null_write.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/null_write.o
sys/null_write.c
gcc -Wp,-MT,sys/serial_write.o,-MD,sys/.serial_write.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/serial_write.o
sys/serial_write.c
gcc -Wp,-MT,sys/xserial_write.o,-MD,sys/.xserial_write.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/xserial_write.o
sys/xserial_write.c
gcc -Wp,-MT,sys/ansi.o,-MD,sys/.ansi.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/ansi.o sys/ansi.c
gcc -Wp,-MT,sys/ansicon_write.o,-MD,sys/.ansicon_write.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/ansicon_write.o
sys/ansicon_write.c
gcc -Wp,-MT,sys/ansiserial_write.o,-MD,sys/.ansiserial_write.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/ansiserial_write.o
sys/ansiserial_write.c
gcc -Wp,-MT,sys/x86_init_fpu.o,-MD,sys/.x86_init_fpu.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/x86_init_fpu.o
sys/x86_init_fpu.c
gcc -Wp,-MT,math/pow.o,-MD,math/.pow.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -D__ASSEMBLY__ -c -o math/pow.o
math/pow.S
gcc -Wp,-MT,math/strtod.o,-MD,math/.strtod.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o math/strtod.o math/strtod.c
gcc -Wp,-MT,syslinux/disk.o,-MD,syslinux/.disk.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/disk.o
syslinux/disk.c
gcc -Wp,-MT,syslinux/setup_data.o,-MD,syslinux/.setup_data.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/setup_data.o
syslinux/setup_data.c
gcc -Wp,-MT,libgcc/__ashldi3.o,-MD,libgcc/.__ashldi3.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -D__ASSEMBLY__ -c -o
libgcc/__ashldi3.o libgcc/__ashldi3.S
gcc -Wp,-MT,libgcc/__udivdi3.o,-MD,libgcc/.__udivdi3.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libgcc/__udivdi3.o
libgcc/__udivdi3.c
gcc -Wp,-MT,libgcc/__negdi2.o,-MD,libgcc/.__negdi2.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -D__ASSEMBLY__ -c -o
libgcc/__negdi2.o libgcc/__negdi2.S
gcc -Wp,-MT,libgcc/__ashrdi3.o,-MD,libgcc/.__ashrdi3.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -D__ASSEMBLY__ -c -o
libgcc/__ashrdi3.o libgcc/__ashrdi3.S
gcc -Wp,-MT,libgcc/__lshrdi3.o,-MD,libgcc/.__lshrdi3.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -D__ASSEMBLY__ -c -o
libgcc/__lshrdi3.o libgcc/__lshrdi3.S
gcc -Wp,-MT,libgcc/__muldi3.o,-MD,libgcc/.__muldi3.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -D__ASSEMBLY__ -c -o
libgcc/__muldi3.o libgcc/__muldi3.S
gcc -Wp,-MT,libgcc/__udivmoddi4.o,-MD,libgcc/.__udivmoddi4.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libgcc/__udivmoddi4.o
libgcc/__udivmoddi4.c
gcc -Wp,-MT,libgcc/__umoddi3.o,-MD,libgcc/.__umoddi3.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libgcc/__umoddi3.o
libgcc/__umoddi3.c
gcc -Wp,-MT,libgcc/__divdi3.o,-MD,libgcc/.__divdi3.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libgcc/__divdi3.o
libgcc/__divdi3.c
gcc -Wp,-MT,libgcc/__moddi3.o,-MD,libgcc/.__moddi3.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o libgcc/__moddi3.o
libgcc/__moddi3.c
gcc -Wp,-MT,sys/openconsole.o,-MD,sys/.openconsole.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/openconsole.o
sys/openconsole.c
gcc -Wp,-MT,syslinux/serial.o,-MD,syslinux/.serial.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/serial.o
syslinux/serial.c
rm -f libcom32min.a
ar cq libcom32min.a syslinux/ipappend.o syslinux/dsinfo.o atoi.o atol.o
atoll.o calloc.o creat.o fgets.o fprintf.o fputc.o putchar.o getopt.o
getopt_long.o lrand48.o stack.o memccpy.o memchr.o mempcpy.o memmem.o
memmove.o memswap.o perror.o qsort.o seed48.o srand48.o sscanf.o
strcasecmp.o strerror.o errlist.o strnlen.o strncat.o strndup.o stpncpy.o
strntoimax.o strsep.o strspn.o strstr.o strtoimax.o strtok.o strtol.o
strtoll.o strtoull.o strtoumax.o vprintf.o vsprintf.o asprintf.o
vasprintf.o vsscanf.o skipspace.o chrreplace.o bufprintf.o inet.o
dhcppack.o dhcpunpack.o strreplace.o lstrdup.o suffix_number.o getcwd.o
fdopendir.o sys/line_input.o sys/colortable.o sys/screensize.o
sys/stdcon_read.o sys/stdcon_write.o sys/rawcon_read.o sys/rawcon_write.o
sys/null_read.o sys/null_write.o sys/serial_write.o sys/xserial_write.o
sys/ansi.o sys/ansicon_write.o sys/ansiserial_write.o pci/cfgtype.o
pci/scan.o pci/bios.o pci/readb.o pci/readw.o pci/readl.o pci/writeb.o
pci/writew.o pci/writel.o sys/x86_init_fpu.o math/pow.o math/strtod.o
syslinux/disk.o syslinux/setup_data.o libgcc/__ashldi3.o libgcc/__udivdi3.o
libgcc/__negdi2.o libgcc/__ashrdi3.o libgcc/__lshrdi3.o libgcc/__muldi3.o
libgcc/__udivmoddi4.o libgcc/__umoddi3.o libgcc/__divdi3.o
libgcc/__moddi3.o sys/openconsole.o syslinux/serial.o syslinux/addlist.o
syslinux/freelist.o syslinux/memmap.o syslinux/movebits.o
syslinux/shuffle.o syslinux/shuffle_pm.o syslinux/shuffle_rm.o
syslinux/zonelist.o syslinux/dump_mmap.o syslinux/dump_movelist.o
syslinux/run_default.o syslinux/run_command.o syslinux/cleanup.o
syslinux/localboot.o syslinux/runimage.o syslinux/loadfile.o
syslinux/floadfile.o syslinux/zloadfile.o syslinux/load_linux.o
syslinux/initramfs.o syslinux/initramfs_file.o
syslinux/initramfs_loadfile.o syslinux/initramfs_archive.o zlib/adler32.o
zlib/compress.o zlib/crc32.o zlib/uncompr.o zlib/deflate.o zlib/trees.o
zlib/zutil.o zlib/inflate.o zlib/infback.o zlib/inftrees.o zlib/inffast.o
sys/zfile.o sys/zfopen.o
ranlib libcom32min.a
gcc -Wp,-MT,memcpy.o,-MD,./.memcpy.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -D__ASSEMBLY__ -c -o memcpy.o
memcpy.S
gcc -Wp,-MT,memset.o,-MD,./.memset.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -D__ASSEMBLY__ -c -o memset.o
memset.S
gcc -Wp,-MT,memcmp.o,-MD,./.memcmp.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o memcmp.o memcmp.c
gcc -Wp,-MT,printf.o,-MD,./.printf.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o printf.o printf.c
gcc -Wp,-MT,strncmp.o,-MD,./.strncmp.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strncmp.o strncmp.c
gcc -Wp,-MT,vfprintf.o,-MD,./.vfprintf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o vfprintf.o vfprintf.c
gcc -Wp,-MT,strlen.o,-MD,./.strlen.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strlen.o strlen.c
gcc -Wp,-MT,vsnprintf.o,-MD,./.vsnprintf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o vsnprintf.o vsnprintf.c
gcc -Wp,-MT,snprintf.o,-MD,./.snprintf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o snprintf.o snprintf.c
gcc -Wp,-MT,stpcpy.o,-MD,./.stpcpy.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o stpcpy.o stpcpy.c
gcc -Wp,-MT,strcmp.o,-MD,./.strcmp.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strcmp.o strcmp.c
gcc -Wp,-MT,strdup.o,-MD,./.strdup.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strdup.o strdup.c
gcc -Wp,-MT,strcpy.o,-MD,./.strcpy.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strcpy.o strcpy.c
gcc -Wp,-MT,strncpy.o,-MD,./.strncpy.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strncpy.o strncpy.c
gcc -Wp,-MT,setjmp.o,-MD,./.setjmp.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -D__ASSEMBLY__ -c -o setjmp.o
setjmp.S
gcc -Wp,-MT,fopen.o,-MD,./.fopen.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o fopen.o fopen.c
gcc -Wp,-MT,fread.o,-MD,./.fread.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o fread.o fread.c
gcc -Wp,-MT,fread2.o,-MD,./.fread2.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o fread2.o fread2.c
gcc -Wp,-MT,puts.o,-MD,./.puts.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o puts.o puts.c
gcc -Wp,-MT,sprintf.o,-MD,./.sprintf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sprintf.o sprintf.c
gcc -Wp,-MT,strlcat.o,-MD,./.strlcat.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strlcat.o strlcat.c
gcc -Wp,-MT,strchr.o,-MD,./.strchr.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strchr.o strchr.c
gcc -Wp,-MT,strlcpy.o,-MD,./.strlcpy.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strlcpy.o strlcpy.c
gcc -Wp,-MT,strncasecmp.o,-MD,./.strncasecmp.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strncasecmp.o strncasecmp.c
gcc -Wp,-MT,ctypes.o,-MD,./.ctypes.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o ctypes.o ctypes.c
gcc -Wp,-MT,fputs.o,-MD,./.fputs.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o fputs.o fputs.c
gcc -Wp,-MT,fwrite2.o,-MD,./.fwrite2.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o fwrite2.o fwrite2.c
gcc -Wp,-MT,fwrite.o,-MD,./.fwrite.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o fwrite.o fwrite.c
gcc -Wp,-MT,fgetc.o,-MD,./.fgetc.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o fgetc.o fgetc.c
gcc -Wp,-MT,fclose.o,-MD,./.fclose.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o fclose.o fclose.c
gcc -Wp,-MT,lmalloc.o,-MD,./.lmalloc.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o lmalloc.o lmalloc.c
gcc -Wp,-MT,strtoul.o,-MD,./.strtoul.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strtoul.o strtoul.c
gcc -Wp,-MT,sys/err_read.o,-MD,sys/.err_read.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/err_read.o sys/err_read.c
gcc -Wp,-MT,sys/err_write.o,-MD,sys/.err_write.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/err_write.o
sys/err_write.c
gcc -Wp,-MT,strntoumax.o,-MD,./.strntoumax.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strntoumax.o strntoumax.c
gcc -Wp,-MT,syslinux/memscan.o,-MD,syslinux/.memscan.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/memscan.o
syslinux/memscan.c
gcc -Wp,-MT,strrchr.o,-MD,./.strrchr.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strrchr.o strrchr.c
gcc -Wp,-MT,strcat.o,-MD,./.strcat.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o strcat.o strcat.c
gcc -Wp,-MT,sys/intcall.o,-MD,sys/.intcall.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/intcall.o sys/intcall.c
gcc -Wp,-MT,sys/farcall.o,-MD,sys/.farcall.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/farcall.o sys/farcall.c
gcc -Wp,-MT,sys/cfarcall.o,-MD,sys/.cfarcall.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/cfarcall.o sys/cfarcall.c
gcc -Wp,-MT,sys/zeroregs.o,-MD,sys/.zeroregs.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/zeroregs.o sys/zeroregs.c
gcc -Wp,-MT,sys/argv.o,-MD,sys/.argv.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/argv.o sys/argv.c
gcc -Wp,-MT,sys/sleep.o,-MD,sys/.sleep.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/sleep.o sys/sleep.c
gcc -Wp,-MT,sys/fileinfo.o,-MD,sys/.fileinfo.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/fileinfo.o sys/fileinfo.c
gcc -Wp,-MT,sys/opendev.o,-MD,sys/.opendev.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/opendev.o sys/opendev.c
gcc -Wp,-MT,sys/read.o,-MD,sys/.read.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/read.o sys/read.c
gcc -Wp,-MT,sys/write.o,-MD,sys/.write.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/write.o sys/write.c
gcc -Wp,-MT,sys/ftell.o,-MD,sys/.ftell.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/ftell.o sys/ftell.c
gcc -Wp,-MT,sys/close.o,-MD,sys/.close.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/close.o sys/close.c
gcc -Wp,-MT,sys/open.o,-MD,sys/.open.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/open.o sys/open.c
gcc -Wp,-MT,sys/fileread.o,-MD,sys/.fileread.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/fileread.o sys/fileread.c
gcc -Wp,-MT,sys/fileclose.o,-MD,sys/.fileclose.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/fileclose.o
sys/fileclose.c
gcc -Wp,-MT,sys/openmem.o,-MD,sys/.openmem.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/openmem.o sys/openmem.c
gcc -Wp,-MT,sys/isatty.o,-MD,sys/.isatty.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/isatty.o sys/isatty.c
gcc -Wp,-MT,sys/fstat.o,-MD,sys/.fstat.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/fstat.o sys/fstat.c
gcc -Wp,-MT,dprintf.o,-MD,./.dprintf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o dprintf.o dprintf.c
gcc -Wp,-MT,vdprintf.o,-MD,./.vdprintf.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o vdprintf.o vdprintf.c
gcc -Wp,-MT,syslinux/idle.o,-MD,syslinux/.idle.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o syslinux/idle.o
syslinux/idle.c
gcc -Wp,-MT,exit.o,-MD,./.exit.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o exit.o exit.c
gcc -Wp,-MT,sys/module/common.o,-MD,sys/module/.common.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/module/common.o
sys/module/common.c
gcc -Wp,-MT,sys/module/elf_module.o,-MD,sys/module/.elf_module.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/module/elf_module.o
sys/module/elf_module.c
gcc -Wp,-MT,sys/module/elfutils.o,-MD,sys/module/.elfutils.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/module/elfutils.o
sys/module/elfutils.c
gcc -Wp,-MT,sys/module/exec.o,-MD,sys/module/.exec.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -W -Wall -Wstrict-prototypes -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -Winline -DDYNAMIC_CRC_TABLE
-DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED -DPNG_NO_MNG_FEATURES
-DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o sys/module/exec.o
sys/module/exec.c
rm -f libcom32core.a
ar cq libcom32core.a memcpy.o memset.o memcmp.o printf.o strncmp.o
vfprintf.o strlen.o vsnprintf.o snprintf.o stpcpy.o strcmp.o strdup.o
strcpy.o strncpy.o setjmp.o fopen.o fread.o fread2.o puts.o sprintf.o
strlcat.o strchr.o strlcpy.o strncasecmp.o ctypes.o fputs.o fwrite2.o
fwrite.o fgetc.o fclose.o lmalloc.o strtoul.o sys/err_read.o
sys/err_write.o sys/null_read.o strntoumax.o sys/stdcon_write.o
syslinux/memscan.o strrchr.o strcat.o libgcc/__ashldi3.o libgcc/__udivdi3.o
libgcc/__negdi2.o libgcc/__ashrdi3.o libgcc/__lshrdi3.o libgcc/__muldi3.o
libgcc/__udivmoddi4.o libgcc/__umoddi3.o libgcc/__divdi3.o
libgcc/__moddi3.o sys/intcall.o sys/farcall.o sys/cfarcall.o sys/zeroregs.o
sys/argv.o sys/sleep.o sys/fileinfo.o sys/opendev.o sys/read.o sys/write.o
sys/ftell.o sys/close.o sys/open.o sys/fileread.o sys/fileclose.o
sys/openmem.o sys/isatty.o sys/fstat.o dprintf.o vdprintf.o syslinux/idle.o
exit.o sys/module/common.o sys/module/elf_module.o sys/module/elfutils.o
sys/module/exec.o
ranlib libcom32core.a
make[2]: Leaving directory `/root/syslinux-5.10/com32/lib'
make[2]: Entering directory `/root/syslinux-5.10/com32/elflink/ldlinux'
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
ldlinux.o ldlinux.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
cli.o cli.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
readconfig.o readconfig.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
refstr.o refstr.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
colors.o colors.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
getadv.o getadv.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
adv.o adv.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
execute.o execute.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
chainboot.o chainboot.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
kernel.o kernel.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
get_key.o get_key.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
advwrite.o advwrite.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
setadv.o setadv.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
loadhigh.o loadhigh.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -I../../../core/elflink
-I../../../core/include -I../../../com32/lib -fvisibility=hidden -c -o
msg.o msg.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../../com32/lib/elf32.ld
--as-needed -soname ldlinux.c32 -o ldlinux.elf ldlinux.o cli.o readconfig.o
refstr.o colors.o getadv.o adv.o execute.o chainboot.o kernel.o get_key.o
advwrite.o setadv.o loadhigh.o msg.o --whole-archive
../../../com32/lib/libcom32min.a
objcopy --strip-debug --strip-unneeded ldlinux.elf ldlinux.c32
gcc -I../../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE
-D__export='__attribute__((visibility("default")))' -c -o get_key.lo
get_key.c
rm -f ldlinux_lnx.a
ar cq ldlinux_lnx.a get_key.lo
ranlib ldlinux_lnx.a
make[2]: Leaving directory `/root/syslinux-5.10/com32/elflink/ldlinux'
make[2]: Entering directory `/root/syslinux-5.10/com32/gpllib'
gcc -Wp,-MT,cpuid.o,-MD,./.cpuid.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o cpuid.o
cpuid.c
gcc -Wp,-MT,memory.o,-MD,./.memory.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o memory.o
memory.c
gcc -Wp,-MT,disk/read.o,-MD,disk/.read.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
disk/read.o disk/read.c
gcc -Wp,-MT,disk/error.o,-MD,disk/.error.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
disk/error.o disk/error.c
gcc -Wp,-MT,disk/errno_disk.o,-MD,disk/.errno_disk.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
disk/errno_disk.o disk/errno_disk.c
gcc -Wp,-MT,disk/msdos.o,-MD,disk/.msdos.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
disk/msdos.o disk/msdos.c
gcc -Wp,-MT,disk/bootloaders.o,-MD,disk/.bootloaders.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
disk/bootloaders.o disk/bootloaders.c
gcc -Wp,-MT,disk/labels.o,-MD,disk/.labels.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
disk/labels.o disk/labels.c
gcc -Wp,-MT,disk/ata.o,-MD,disk/.ata.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
disk/ata.o disk/ata.c
gcc -Wp,-MT,disk/write.o,-MD,disk/.write.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
disk/write.o disk/write.c
gcc -Wp,-MT,disk/geom.o,-MD,disk/.geom.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
disk/geom.o disk/geom.c
gcc -Wp,-MT,disk/util.o,-MD,disk/.util.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
disk/util.o disk/util.c
gcc -Wp,-MT,disk/mbrs.o,-MD,disk/.mbrs.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
disk/mbrs.o disk/mbrs.c
gcc -Wp,-MT,disk/swsusp.o,-MD,disk/.swsusp.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
disk/swsusp.o disk/swsusp.c
gcc -Wp,-MT,dmi/dmi_base_board.o,-MD,dmi/.dmi_base_board.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
dmi/dmi_base_board.o dmi/dmi_base_board.c
gcc -Wp,-MT,dmi/dmi_battery.o,-MD,dmi/.dmi_battery.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
dmi/dmi_battery.o dmi/dmi_battery.c
gcc -Wp,-MT,dmi/dmi.o,-MD,dmi/.dmi.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
dmi/dmi.o dmi/dmi.c
dmi/dmi.c: In function ‘dmi_system_reset_count’:
dmi/dmi.c:108:25: warning: argument to ‘sizeof’ in ‘snprintf’ call is the
same expression as the destination; did you mean to provide an explicit
length? [-Wsizeof-pointer-memaccess]
snprintf(array, sizeof array, "%u", code);
^
dmi/dmi.c: In function ‘dmi_system_reset_timer’:
dmi/dmi.c:116:25: warning: argument to ‘sizeof’ in ‘snprintf’ call is the
same expression as the destination; did you mean to provide an explicit
length? [-Wsizeof-pointer-memaccess]
snprintf(array, sizeof array, "%u min", code);
^
gcc -Wp,-MT,dmi/dmi_bios.o,-MD,dmi/.dmi_bios.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
dmi/dmi_bios.o dmi/dmi_bios.c
gcc -Wp,-MT,dmi/dmi_processor.o,-MD,dmi/.dmi_processor.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
dmi/dmi_processor.o dmi/dmi_processor.c
gcc -Wp,-MT,dmi/dmi_ipmi.o,-MD,dmi/.dmi_ipmi.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
dmi/dmi_ipmi.o dmi/dmi_ipmi.c
gcc -Wp,-MT,dmi/dmi_memory.o,-MD,dmi/.dmi_memory.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
dmi/dmi_memory.o dmi/dmi_memory.c
gcc -Wp,-MT,dmi/dmi_cache.o,-MD,dmi/.dmi_cache.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
dmi/dmi_cache.o dmi/dmi_cache.c
gcc -Wp,-MT,dmi/dmi_chassis.o,-MD,dmi/.dmi_chassis.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
dmi/dmi_chassis.o dmi/dmi_chassis.c
gcc -Wp,-MT,vpd/vpd.o,-MD,vpd/.vpd.o.d -Os -march=i386 -falign-functions=0
-falign-jumps=0 -falign-labels=0 -ffast-math -fomit-frame-pointer
-std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return -fPIE
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
vpd/vpd.o vpd/vpd.c
gcc -Wp,-MT,acpi/madt.o,-MD,acpi/.madt.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
acpi/madt.o acpi/madt.c
gcc -Wp,-MT,acpi/rsdp.o,-MD,acpi/.rsdp.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
acpi/rsdp.o acpi/rsdp.c
gcc -Wp,-MT,acpi/fadt.o,-MD,acpi/.fadt.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
acpi/fadt.o acpi/fadt.c
gcc -Wp,-MT,acpi/ecdt.o,-MD,acpi/.ecdt.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
acpi/ecdt.o acpi/ecdt.c
gcc -Wp,-MT,acpi/dsdt.o,-MD,acpi/.dsdt.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
acpi/dsdt.o acpi/dsdt.c
gcc -Wp,-MT,acpi/sbst.o,-MD,acpi/.sbst.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
acpi/sbst.o acpi/sbst.c
gcc -Wp,-MT,acpi/rsdt.o,-MD,acpi/.rsdt.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
acpi/rsdt.o acpi/rsdt.c
gcc -Wp,-MT,acpi/facs.o,-MD,acpi/.facs.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
acpi/facs.o acpi/facs.c
gcc -Wp,-MT,acpi/acpi.o,-MD,acpi/.acpi.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
acpi/acpi.o acpi/acpi.c
acpi/acpi.c: In function ‘flags_to_string’:
acpi/acpi.c:38:29: warning: argument to ‘sizeof’ in ‘memset’ call is the
same expression as the destination; did you mean to provide an explicit
length? [-Wsizeof-pointer-memaccess]
memset(buffer, 0, sizeof(buffer));
^
gcc -Wp,-MT,acpi/xsdt.o,-MD,acpi/.xsdt.o.d -Os -march=i386
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -ffast-math
-fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector -fwrapv
-freg-struct-return -fPIE -fno-exceptions -fno-asynchronous-unwind-tables
-fno-strict-aliasing -falign-functions=0 -falign-jumps=0 -falign-labels=0
-falign-loops=0 -mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3
-D__COM32__ -nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
acpi/xsdt.o acpi/xsdt.c
gcc -Wp,-MT,zzjson/zzjson_free.o,-MD,zzjson/.zzjson_free.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
zzjson/zzjson_free.o zzjson/zzjson_free.c
gcc -Wp,-MT,zzjson/zzjson_parse.o,-MD,zzjson/.zzjson_parse.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
zzjson/zzjson_parse.o zzjson/zzjson_parse.c
gcc -Wp,-MT,zzjson/zzjson_create.o,-MD,zzjson/.zzjson_create.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
zzjson/zzjson_create.o zzjson/zzjson_create.c
gcc -Wp,-MT,zzjson/zzjson_query.o,-MD,zzjson/.zzjson_query.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
zzjson/zzjson_query.o zzjson/zzjson_query.c
gcc -Wp,-MT,zzjson/zzjson_print.o,-MD,zzjson/.zzjson_print.o.d -Os
-march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
-ffast-math -fomit-frame-pointer -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -fPIE -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -g -mregparm=3 -DREGPARM=3 -D__COM32__
-nostdinc -iwithprefix include -I. -I./sys -I../include
-I../../core/include -I../gplinclude -I../gplinclude/zzjson -W -Wall
-Wstrict-prototypes -Wpointer-arith -Wwrite-strings -Wstrict-prototypes
-Winline -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO -DPNG_NO_WRITE_SUPPORTED
-DPNG_NO_MNG_FEATURES -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME -c -o
zzjson/zzjson_print.o zzjson/zzjson_print.c
ld -shared -m elf_i386 --hash-style=gnu -T ../../com32/lib/elf32.ld -soname
libgpl.c32 -o libgpl.elf cpuid.o memory.o disk/read.o disk/error.o
disk/errno_disk.o disk/msdos.o disk/bootloaders.o disk/labels.o disk/ata.o
disk/write.o disk/geom.o disk/util.o disk/mbrs.o disk/swsusp.o
dmi/dmi_base_board.o dmi/dmi_battery.o dmi/dmi.o dmi/dmi_bios.o
dmi/dmi_processor.o dmi/dmi_ipmi.o dmi/dmi_memory.o dmi/dmi_cache.o
dmi/dmi_chassis.o vpd/vpd.o acpi/madt.o acpi/rsdp.o acpi/fadt.o acpi/ecdt.o
acpi/dsdt.o acpi/sbst.o acpi/rsdt.o acpi/facs.o acpi/acpi.o acpi/xsdt.o
zzjson/zzjson_free.o zzjson/zzjson_parse.o zzjson/zzjson_create.o
zzjson/zzjson_query.o zzjson/zzjson_print.o
objcopy --strip-debug --strip-unneeded libgpl.elf libgpl.c32
make[2]: Leaving directory `/root/syslinux-5.10/com32/gpllib'
make[2]: Entering directory `/root/syslinux-5.10/com32/libutil'
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o ansiline.o ansiline.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o ansiraw.o ansiraw.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o keyname.o keyname.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o sha1hash.o sha1hash.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o unbase64.o unbase64.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o md5.o md5.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o crypt-md5.o crypt-md5.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o sha256crypt.o
sha256crypt.c
sha256crypt.c: In function ‘sha256_finish_ctx’:
sha256crypt.c:196:5: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
*(uint32_t *) & ctx->buffer[bytes + pad + 4] = SWAP(ctx->total[0] <<
3);
^
sha256crypt.c:197:5: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
*(uint32_t *) & ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) |
^
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o sha512crypt.o
sha512crypt.c
sha512crypt.c: In function ‘sha512_finish_ctx’:
sha512crypt.c:227:5: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
*(uint64_t *) & ctx->buffer[bytes + pad + 8] = SWAP(ctx->total[0] <<
3);
^
sha512crypt.c:228:5: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
*(uint64_t *) & ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) |
^
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o base64.o base64.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o quicksort.o quicksort.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -soname libutil.c32 -o libutil.elf ansiline.o ansiraw.o
keyname.o sha1hash.o unbase64.o md5.o crypt-md5.o sha256crypt.o
sha512crypt.o base64.o quicksort.o
objcopy --strip-debug --strip-unneeded libutil.elf libutil.c32
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o
ansiline.lo ansiline.c
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o
ansiraw.lo ansiraw.c
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o
keyname.lo keyname.c
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o
sha1hash.lo sha1hash.c
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o
unbase64.lo unbase64.c
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o md5.lo
md5.c
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o
crypt-md5.lo crypt-md5.c
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o
sha256crypt.lo sha256crypt.c
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o
sha512crypt.lo sha512crypt.c
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o
base64.lo base64.c
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o
quicksort.lo quicksort.c
rm -f libutil_lnx.a
ar cq libutil_lnx.a ansiline.lo ansiraw.lo keyname.lo sha1hash.lo
unbase64.lo md5.lo crypt-md5.lo sha256crypt.lo sha512crypt.lo base64.lo
quicksort.lo
ranlib libutil_lnx.a
make[2]: Leaving directory `/root/syslinux-5.10/com32/libutil'
make[2]: Entering directory `/root/syslinux-5.10/com32/modules'
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o config.o config.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o config.elf config.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded config.elf config.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o ethersel.o ethersel.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o ethersel.elf ethersel.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded ethersel.elf ethersel.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o dmi_utils.o dmi_utils.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/gplinclude -c
-o dmitest.o dmitest.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o dmitest.elf dmi_utils.o dmitest.o
../../com32/libutil/libutil.c32 ../../com32/gpllib/libgpl.c32
../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded dmitest.elf dmitest.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o cpuidtest.o cpuidtest.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o cpuidtest.elf cpuidtest.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded cpuidtest.elf cpuidtest.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o disk.o disk.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o disk.elf disk.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded disk.elf disk.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o pcitest.o pcitest.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o pcitest.elf pcitest.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded pcitest.elf pcitest.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o elf.o elf.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o elf.elf elf.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded elf.elf elf.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o linux.o linux.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o linux.elf linux.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded linux.elf linux.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o reboot.o reboot.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o reboot.elf reboot.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded reboot.elf reboot.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o pmload.o pmload.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o pmload.elf pmload.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded pmload.elf pmload.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o meminfo.o meminfo.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o meminfo.elf meminfo.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded meminfo.elf meminfo.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o sdi.o sdi.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o sdi.elf sdi.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded sdi.elf sdi.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o sanboot.o sanboot.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o sanboot.elf sanboot.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded sanboot.elf sanboot.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o ifcpu64.o ifcpu64.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o ifcpu64.elf ifcpu64.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded ifcpu64.elf ifcpu64.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o vesainfo.o vesainfo.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o vesainfo.elf vesainfo.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded vesainfo.elf vesainfo.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o kbdmap.o kbdmap.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o kbdmap.elf kbdmap.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded kbdmap.elf kbdmap.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o cmd.o cmd.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o cmd.elf cmd.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded cmd.elf cmd.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o vpdtest.o vpdtest.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o vpdtest.elf vpdtest.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded vpdtest.elf vpdtest.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o host.o host.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o host.elf host.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded host.elf host.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o ls.o ls.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o ls.elf ls.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded ls.elf ls.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o gpxecmd.o gpxecmd.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o gpxecmd.elf gpxecmd.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded gpxecmd.elf gpxecmd.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o ifcpu.o ifcpu.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o ifcpu.elf ifcpu.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded ifcpu.elf ifcpu.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o cpuid.o cpuid.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o cpuid.elf cpuid.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded cpuid.elf cpuid.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o cat.o cat.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o cat.elf cat.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded cat.elf cat.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o pwd.o pwd.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o pwd.elf pwd.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded pwd.elf pwd.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o ifplop.o ifplop.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o ifplop.elf ifplop.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded ifplop.elf ifplop.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o zzjson.o zzjson.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o zzjson.elf zzjson.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded zzjson.elf zzjson.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o whichsys.o whichsys.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o whichsys.elf whichsys.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded whichsys.elf whichsys.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o prdhcp.o prdhcp.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o prdhcp.elf prdhcp.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded prdhcp.elf prdhcp.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o pxechn.o pxechn.c
pxechn.c: In function ‘pxechn_parse_int’:
pxechn.c:596:2: warning: implicit declaration of function
‘__bswap_32__macro’ [-Wimplicit-function-declaration]
optval = htonq(optval);
^
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o pxechn.elf pxechn.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded pxechn.elf pxechn.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o kontron_wdt.o
kontron_wdt.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o kontron_wdt.elf kontron_wdt.o
../../com32/libutil/libutil.c32 ../../com32/gpllib/libgpl.c32
../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded kontron_wdt.elf kontron_wdt.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o ifmemdsk.o ifmemdsk.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o ifmemdsk.elf ifmemdsk.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded ifmemdsk.elf ifmemdsk.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o hexdump.o hexdump.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o hexdump.elf hexdump.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded hexdump.elf hexdump.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o poweroff.o poweroff.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o poweroff.elf poweroff.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded poweroff.elf poweroff.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o cptime.o cptime.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o cptime.elf cptime.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded cptime.elf cptime.c32
make[2]: Leaving directory `/root/syslinux-5.10/com32/modules'
make[2]: Entering directory `/root/syslinux-5.10/com32/mboot'
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o mboot.o mboot.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o map.o map.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o mem.o mem.c
mem.c: In function ‘mboot_make_memmap’:
mem.c:169:27: warning: ‘ard’ may be used uninitialized in this function
[-Wmaybe-uninitialized]
struct AddrRangeDesc *ard;
^
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o initvesa.o initvesa.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o apm.o apm.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o solaris.o solaris.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o syslinux.o syslinux.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o mboot.elf mboot.o map.o mem.o initvesa.o apm.o solaris.o
syslinux.o ../../com32/libutil/libutil.c32 ../../com32/gpllib/libgpl.c32
../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded mboot.elf mboot.c32
make[2]: Leaving directory `/root/syslinux-5.10/com32/mboot'
make[2]: Entering directory `/root/syslinux-5.10/com32/menu'
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o menu.o menu.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o menumain.o menumain.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o readconfig.o
readconfig.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o passwd.o passwd.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o drain.o drain.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o printmsg.o printmsg.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o colors.o colors.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o background.o
background.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o refstr.o refstr.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o menu.elf menu.o menumain.o readconfig.o passwd.o drain.o
printmsg.o colors.o background.o refstr.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded menu.elf menu.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o vesamenu.o vesamenu.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o vesamenu.elf vesamenu.o menumain.o readconfig.o passwd.o
drain.o printmsg.o colors.o background.o refstr.o
../../com32/libutil/libutil.c32 ../../com32/gpllib/libgpl.c32
../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded vesamenu.elf vesamenu.c32
make[2]: Leaving directory `/root/syslinux-5.10/com32/menu'
make[2]: Entering directory `/root/syslinux-5.10/com32/samples'
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o hello.o hello.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o hello.elf hello.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded hello.elf hello.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o resolv.o resolv.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o resolv.elf resolv.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded resolv.elf resolv.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o serialinfo.o
serialinfo.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o serialinfo.elf serialinfo.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded serialinfo.elf serialinfo.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o localboot.o localboot.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o localboot.elf localboot.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded localboot.elf localboot.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o fancyhello.o
fancyhello.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o fancyhello.elf fancyhello.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded fancyhello.elf fancyhello.c32
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o
fancyhello.lo fancyhello.c
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -o
fancyhello.lnx fancyhello.lo ../../com32/libutil/libutil_lnx.a
../../com32/elflink/ldlinux/ldlinux_lnx.a
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o keytest.o keytest.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o keytest.elf keytest.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded keytest.elf keytest.c32
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -c -o
keytest.lo keytest.c
gcc -I../../com32/libutil/include -W -Wall -O -g -D_GNU_SOURCE -o
keytest.lnx keytest.lo ../../com32/libutil/libutil_lnx.a
../../com32/elflink/ldlinux/ldlinux_lnx.a
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o advdump.o advdump.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o advdump.elf advdump.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded advdump.elf advdump.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o entrydump.o entrydump.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o entrydump.elf entrydump.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded entrydump.elf entrydump.c32
make[2]: Leaving directory `/root/syslinux-5.10/com32/samples'
make[2]: Entering directory `/root/syslinux-5.10/com32/elflink'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/syslinux-5.10/com32/elflink'
make[2]: Entering directory `/root/syslinux-5.10/com32/rosh'
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -DDATE='""' -c -o rosh.o
rosh.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o rosh.elf rosh.o ../../com32/libutil/libutil.c32
../../com32/gpllib/libgpl.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded rosh.elf rosh.c32
make[2]: Leaving directory `/root/syslinux-5.10/com32/rosh'
make[2]: Entering directory `/root/syslinux-5.10/com32/cmenu'
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include -I../../core/include
-I./libmenu -c -o libmenu/syslnx.o libmenu/syslnx.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include -I../../core/include
-I./libmenu -c -o libmenu/com32io.o libmenu/com32io.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include -I../../core/include
-I./libmenu -c -o libmenu/tui.o libmenu/tui.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include -I../../core/include
-I./libmenu -c -o libmenu/menu.o libmenu/menu.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include -I../../core/include
-I./libmenu -c -o libmenu/passwords.o libmenu/passwords.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include -I../../core/include
-I./libmenu -c -o libmenu/des.o libmenu/des.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include -I../../core/include
-I./libmenu -c -o libmenu/help.o libmenu/help.c
ld -shared -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -soname libmenu.c32 \
-o libmenu/libmenu.elf libmenu/syslnx.o libmenu/com32io.o
libmenu/tui.o libmenu/menu.o libmenu/passwords.o libmenu/des.o
libmenu/help.o ../../com32/libutil/libutil.c32 ../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded libmenu/libmenu.elf
libmenu/libmenu.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include -I../../core/include
-I./libmenu -c -o test2.o test2.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o test2.elf test2.o ../../com32/libutil/libutil.c32
../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded test2.elf test2.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include -I../../core/include
-I./libmenu -c -o display.o display.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o display.elf display.o ../../com32/libutil/libutil.c32
../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded display.elf display.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include -I../../core/include
-I./libmenu -c -o simple.o simple.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o simple.elf simple.o ../../com32/libutil/libutil.c32
../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded simple.elf simple.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include -I../../core/include
-I./libmenu -c -o complex.o complex.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o complex.elf complex.o ../../com32/libutil/libutil.c32
../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded complex.elf complex.c32
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include -I../../core/include
-I./libmenu -c -o test.o test.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o test.elf test.o ../../com32/libutil/libutil.c32
../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded test.elf test.c32
make[2]: Leaving directory `/root/syslinux-5.10/com32/cmenu'
make[2]: Entering directory `/root/syslinux-5.10/com32/hdt'
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli-pci.o hdt-cli-pci.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump-pxe.o hdt-dump-pxe.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-common.o hdt-common.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli-cpu.o hdt-cli-cpu.c
hdt-cli-cpu.c: In function ‘show_flag’:
hdt-cli-cpu.c:89:26: warning: argument to ‘sizeof’ in ‘memset’ call is the
same expression as the destination; did you mean to provide an explicit
length? [-Wsizeof-pointer-memaccess]
memset(buffer, 0, sizeof(buffer));
^
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu.o hdt-menu.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli-syslinux.o hdt-cli-syslinux.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump-pci.o hdt-dump-pci.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-syslinux.o hdt-menu-syslinux.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump-vesa.o hdt-dump-vesa.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump-dmi.o hdt-dump-dmi.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump.o hdt-dump.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-memory.o hdt-menu-memory.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli-dmi.o hdt-cli-dmi.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli-acpi.o hdt-cli-acpi.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-pci.o hdt-menu-pci.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-dmi.o hdt-menu-dmi.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-vesa.o hdt-menu-vesa.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump-disks.o hdt-dump-disks.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump-syslinux.o hdt-dump-syslinux.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli.o hdt-cli.c
hdt-cli.c: In function ‘mode_s_to_mode_t’:
hdt-cli.c:214:48: warning: argument to ‘sizeof’ in ‘strncmp’ call is the
same expression as the second source; did you mean to provide an explicit
length? [-Wsizeof-pointer-memaccess]
if (!strncmp(name, list_modes[i]->name, sizeof(list_modes[i]->name)))
^
hdt-cli.c: In function ‘expand_aliases’:
hdt-cli.c:292:11: warning: argument to ‘sizeof’ in ‘strncmp’ call is the
same expression as the second source; did you mean to provide an explicit
length? [-Wsizeof-pointer-memaccess]
sizeof(hdt_aliases[i].aliases[j]))) {
^
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli-hdt.o hdt-cli-hdt.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli-memory.o hdt-cli-memory.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-acpi.o hdt-menu-acpi.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-processor.o hdt-menu-processor.c
hdt-menu-processor.c: In function ‘show_flag’:
hdt-menu-processor.c:42:26: warning: argument to ‘sizeof’ in ‘memset’ call
is the same expression as the destination; did you mean to provide an
explicit length? [-Wsizeof-pointer-memaccess]
memset(buffer, 0, sizeof(buffer));
^
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli-vpd.o hdt-cli-vpd.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli-kernel.o hdt-cli-kernel.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump-memory.o hdt-dump-memory.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli-pxe.o hdt-cli-pxe.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-vpd.o hdt-menu-vpd.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-kernel.o hdt-menu-kernel.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt.o hdt.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-pxe.o hdt-menu-pxe.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump-cpu.o hdt-dump-cpu.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-summary.o hdt-menu-summary.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump-acpi.o hdt-dump-acpi.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli-disk.o hdt-cli-disk.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump-hdt.o hdt-dump-hdt.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-disk.o hdt-menu-disk.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-ata.o hdt-ata.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-cli-vesa.o hdt-cli-vesa.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump-vpd.o hdt-dump-vpd.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-dump-kernel.o hdt-dump-kernel.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-util.o hdt-util.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32/cmenu/libmenu
-I../../com32 -c -o hdt-menu-about.o hdt-menu-about.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o hdt.elf hdt-cli-pci.o hdt-dump-pxe.o hdt-common.o
hdt-cli-cpu.o hdt-menu.o hdt-cli-syslinux.o hdt-dump-pci.o
hdt-menu-syslinux.o hdt-dump-vesa.o hdt-dump-dmi.o hdt-dump.o
hdt-menu-memory.o hdt-cli-dmi.o hdt-cli-acpi.o hdt-menu-pci.o
hdt-menu-dmi.o hdt-menu-vesa.o hdt-dump-disks.o hdt-dump-syslinux.o
hdt-cli.o hdt-cli-hdt.o hdt-cli-memory.o hdt-menu-acpi.o
hdt-menu-processor.o hdt-cli-vpd.o hdt-cli-kernel.o hdt-dump-memory.o
hdt-cli-pxe.o hdt-menu-vpd.o hdt-menu-kernel.o hdt.o hdt-menu-pxe.o
hdt-dump-cpu.o hdt-menu-summary.o hdt-dump-acpi.o hdt-cli-disk.o
hdt-dump-hdt.o hdt-menu-disk.o hdt-ata.o hdt-cli-vesa.o hdt-dump-vpd.o
hdt-dump-kernel.o hdt-util.o hdt-menu-about.o ../libupload/libcom32upload.a
../../com32/libutil/libutil.c32 ../../com32/gpllib/libgpl.c32
../../com32/lib/libcom32.c32 ../../com32/cmenu/libmenu/libmenu.c32
objcopy --strip-debug --strip-unneeded hdt.elf hdt.c32
make[2]: Leaving directory `/root/syslinux-5.10/com32/hdt'
make[2]: Entering directory `/root/syslinux-5.10/com32/gfxboot'
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -c -o gfxboot.o gfxboot.c
nasm -f bin -O99 -o realmode_callback.tmp -l realmode_callback.lst
realmode_callback.asm
objcopy -B i386 -I binary -O elf32-i386 \
--redefine-sym
_binary_realmode_callback_tmp_start=realmode_callback_start \
--redefine-sym _binary_realmode_callback_tmp_end=realmode_callback_end \
--strip-symbol _binary_realmode_callback_tmp_size \
realmode_callback.tmp realmode_callback.o
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o gfxboot.elf gfxboot.o realmode_callback.o
../../com32/libutil/libutil.c32 ../../com32/gpllib/libgpl.c32
../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded gfxboot.elf gfxboot.c32
make[2]: Leaving directory `/root/syslinux-5.10/com32/gfxboot'
make[2]: Entering directory `/root/syslinux-5.10/com32/sysdump'
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32 -I../..
-DDATE='"0x51ade3fe"' -c -o rbtree.o rbtree.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32 -I../..
-DDATE='"0x51ade3fe"' -c -o pci.o pci.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32 -I../..
-DDATE='"0x51ade3fe"' -c -o cpuid.o cpuid.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32 -I../..
-DDATE='"0x51ade3fe"' -c -o dmi.o dmi.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32 -I../..
-DDATE='"0x51ade3fe"' -c -o acpi.o acpi.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32 -I../..
-DDATE='"0x51ade3fe"' -c -o memory.o memory.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32 -I../..
-DDATE='"0x51ade3fe"' -c -o main.o main.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32 -I../..
-DDATE='"0x51ade3fe"' -c -o vesa.o vesa.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -I../../com32 -I../..
-DDATE='"0x51ade3fe"' -c -o memmap.o memmap.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o sysdump.elf rbtree.o pci.o cpuid.o dmi.o acpi.o memory.o
main.o vesa.o memmap.o ../libupload/libcom32upload.a
../../com32/libutil/libutil.c32 ../../com32/gpllib/libgpl.c32
../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded sysdump.elf sysdump.c32
make[2]: Leaving directory `/root/syslinux-5.10/com32/sysdump'
make[2]: Entering directory `/root/syslinux-5.10/com32/lua/src'
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lua.o lua.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lapi.o lapi.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lcode.o lcode.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o ldebug.o ldebug.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o ldo.o ldo.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o ldump.o ldump.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lfunc.o lfunc.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lgc.o lgc.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o llex.o llex.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lmem.o lmem.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lobject.o lobject.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lopcodes.o lopcodes.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lparser.o lparser.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lstate.o lstate.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lstring.o lstring.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o ltable.o ltable.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o ltm.o ltm.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lvm.o lvm.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lzio.o lzio.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lundump.o lundump.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o syslinux.o syslinux.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lauxlib.o lauxlib.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lbaselib.o lbaselib.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o ldblib.o ldblib.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o ltablib.o ltablib.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o lstrlib.o lstrlib.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o loadlib.o loadlib.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o linit.o linit.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o liolib.o liolib.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o dmi.o dmi.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o cpu.o cpu.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o pci.o pci.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o vesa.o vesa.c
gcc -std=gnu99 -m32 -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3
-fno-exceptions -fno-asynchronous-unwind-tables -fPIE -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../../com32/libutil/include -I../../../com32/include
-I../../../com32/gplinclude -I../../../core/include -DSYSLINUX -DLUA_ANSI
-c -o dhcp.o dhcp.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../../com32/lib/elf32.ld
--as-needed -shared -soname liblua.c32 \
-o liblua.elf lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o
llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o
ltm.o lvm.o lzio.o lundump.o syslinux.o lauxlib.o lbaselib.o ldblib.o
ltablib.o lstrlib.o loadlib.o linit.o liolib.o dmi.o cpu.o pci.o vesa.o
dhcp.o
objcopy --strip-debug --strip-unneeded liblua.elf liblua.c32
ld -m elf_i386 -shared --hash-style=gnu -T ../../../com32/lib/elf32.ld
--as-needed -o lua.elf lua.o liblua.c32 ../../../com32/libutil/libutil.c32
../../../com32/gpllib/libgpl.c32 ../../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded lua.elf lua.c32
make[2]: Leaving directory `/root/syslinux-5.10/com32/lua/src'
make[2]: Entering directory `/root/syslinux-5.10/com32/chain'
gcc -Wp,-MT,chain.o,-MD,./.chain.o.d -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -fno-exceptions -fno-asynchronous-unwind-tables
-fPIE -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -fno-strict-aliasing -c -o
chain.o chain.c
gcc -Wp,-MT,partiter.o,-MD,./.partiter.o.d -std=gnu99 -m32
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -fno-exceptions
-fno-asynchronous-unwind-tables -fPIE -falign-functions=0 -falign-jumps=0
-falign-labels=0 -falign-loops=0 -mpreferred-stack-boundary=2 -W -Wall
-march=i386 -fomit-frame-pointer -D__COM32__ -DDYNAMIC_MODULE -nostdinc
-iwithprefix include -I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -fno-strict-aliasing -c -o
partiter.o partiter.c
gcc -Wp,-MT,utility.o,-MD,./.utility.o.d -std=gnu99 -m32
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -fno-exceptions
-fno-asynchronous-unwind-tables -fPIE -falign-functions=0 -falign-jumps=0
-falign-labels=0 -falign-loops=0 -mpreferred-stack-boundary=2 -W -Wall
-march=i386 -fomit-frame-pointer -D__COM32__ -DDYNAMIC_MODULE -nostdinc
-iwithprefix include -I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -fno-strict-aliasing -c -o
utility.o utility.c
gcc -Wp,-MT,options.o,-MD,./.options.o.d -std=gnu99 -m32
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -fno-exceptions
-fno-asynchronous-unwind-tables -fPIE -falign-functions=0 -falign-jumps=0
-falign-labels=0 -falign-loops=0 -mpreferred-stack-boundary=2 -W -Wall
-march=i386 -fomit-frame-pointer -D__COM32__ -DDYNAMIC_MODULE -nostdinc
-iwithprefix include -I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -fno-strict-aliasing -c -o
options.o options.c
gcc -Wp,-MT,mangle.o,-MD,./.mangle.o.d -std=gnu99 -m32 -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -fno-exceptions -fno-asynchronous-unwind-tables
-fPIE -falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -W -Wall -march=i386 -fomit-frame-pointer
-D__COM32__ -DDYNAMIC_MODULE -nostdinc -iwithprefix include
-I../../com32/libutil/include -I../../com32/include
-I../../com32/gplinclude -I../../core/include -fno-strict-aliasing -c -o
mangle.o mangle.c
ld -m elf_i386 -shared --hash-style=gnu -T ../../com32/lib/elf32.ld
--as-needed -o chain.elf chain.o partiter.o utility.o options.o mangle.o
../../com32/libutil/libutil.c32 ../../com32/gpllib/libgpl.c32
../../com32/lib/libcom32.c32
objcopy --strip-debug --strip-unneeded chain.elf chain.c32
make[2]: Leaving directory `/root/syslinux-5.10/com32/chain'
make[1]: Leaving directory `/root/syslinux-5.10/com32'
make[1]: Entering directory `/root/syslinux-5.10/lzo'
gcc -Wp,-MT,prepcore.o,-MMD,./.prepcore.o.d -W -Wall -Wno-sign-compare
-D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o prepcore.o prepcore.c
gcc -Wp,-MT,src/lzo1x_1.o,-MMD,src/.lzo1x_1.o.d -W -Wall -Wno-sign-compare
-D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o src/lzo1x_1.o
src/lzo1x_1.c
gcc -Wp,-MT,src/lzo1x_d1.o,-MMD,src/.lzo1x_d1.o.d -W -Wall
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o
src/lzo1x_d1.o src/lzo1x_d1.c
gcc -Wp,-MT,src/lzo_crc.o,-MMD,src/.lzo_crc.o.d -W -Wall -Wno-sign-compare
-D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o src/lzo_crc.o
src/lzo_crc.c
gcc -Wp,-MT,src/lzo_init.o,-MMD,src/.lzo_init.o.d -W -Wall
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o
src/lzo_init.o src/lzo_init.c
In file included from ./include/lzo/lzoconf.h:72:0,
from src/lzo_conf.h:75,
from src/lzo_init.c:41:
src/lzo_init.c: In function ‘__lzo_init_v2’:
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4269:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(1 == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4270:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__ACC_MASK_GEN(1u,2) == 3)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4271:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__ACC_MASK_GEN(1u,8) == 255)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4273:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__ACC_MASK_GEN(1,15) == 32767)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4274:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__ACC_MASK_GEN(1u,16) == 0xffffU)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4279:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__ACC_MASK_GEN(1,31) == 2147483647)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4280:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__ACC_MASK_GEN(1u,32) == 0xffffffffU)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4283:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__ACC_MASK_GEN(1ul,32) == 0xffffffffUL)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4286:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__ACC_MASK_GEN(1ul,64) == 0xffffffffffffffffUL)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4289:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__ACC_MASK_GEN(1u,SIZEOF_INT*8) == ~0u)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4290:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__ACC_MASK_GEN(1ul,SIZEOF_LONG*8) == ~0ul)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4293:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((-1) >> 7) == -1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4295:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((1) >> 7) == 0)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4296:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((~0l & ~0) == ~0l)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4297:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((~0l & ~0u) == ~0u)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4298:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((~0ul & ~0) == ~0ul)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4299:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((~0ul & ~0u) == ~0u)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4305:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((~0l & ~0u) == 0xffffffffU)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4306:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((~0ul & ~0u) == 0xffffffffU)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4308:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(signed char)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4308:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(signed char)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4308:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(signed char)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4309:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned char)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4309:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned char)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4309:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned char)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4310:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(signed char) == sizeof(char))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4311:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(unsigned char) == sizeof(char))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4312:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(char) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4315:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(char) == sizeof((char)0))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4322:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof('\0') == sizeof(int))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4326:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__acc_alignof(char) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4327:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__acc_alignof(signed char) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4328:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__acc_alignof(unsigned char) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4330:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__acc_alignof(acc_int16e_t) >= 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4331:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__acc_alignof(acc_int16e_t) <= 2)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4334:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__acc_alignof(acc_int32e_t) >= 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4335:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(__acc_alignof(acc_int32e_t) <= 4)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4338:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(short)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4338:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(short)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4338:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(short)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4339:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned short)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4339:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned short)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4339:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned short)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4340:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(short) == sizeof(unsigned short))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4342:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(short) >= 2)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4344:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(short) >= sizeof(char))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4347:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(short) == sizeof((short)0))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4350:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(short) == SIZEOF_SHORT)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4352:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(int)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4352:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(int)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4352:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(int)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4353:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned int)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4353:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned int)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4353:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned int)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4354:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(int) == sizeof(unsigned int))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4356:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(int) >= 2)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4358:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(int) >= sizeof(short))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4359:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(int) == sizeof(0))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4360:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(int) == sizeof((int)0))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4362:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(int) == SIZEOF_INT)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4364:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(0) == sizeof(int))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4365:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(long)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4365:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(long)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4365:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(long)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4366:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned long)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4366:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned long)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4366:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned long)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4367:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(long) == sizeof(unsigned long))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4369:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(long) >= 4)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4371:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(long) >= sizeof(int))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4372:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(long) == sizeof(0L))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4373:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(long) == sizeof((long)0))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4375:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(long) == SIZEOF_LONG)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4377:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(0L) == sizeof(long))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4378:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(size_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4378:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(size_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4378:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(size_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4379:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(size_t) >= sizeof(int))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4380:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(size_t) == sizeof(sizeof(0)))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4382:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(size_t) == SIZEOF_SIZE_T)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4384:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(ptrdiff_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4384:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(ptrdiff_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4384:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(ptrdiff_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4385:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(ptrdiff_t) >= sizeof(int))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4386:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(ptrdiff_t) >= sizeof(size_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4388:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(ptrdiff_t) == sizeof((char*)0 - (char*)0))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4394:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(ptrdiff_t) == SIZEOF_PTRDIFF_T)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4396:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(void*) >= sizeof(char*))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4398:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(void*) == SIZEOF_VOID_P)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4399:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(char*) == SIZEOF_VOID_P)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4409:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((((1u << 15) + 1) >> 15) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4410:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((((1ul << 31) + 1) >> 31) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4415:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((1 << (8*SIZEOF_INT-1)) < 0)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4417:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((1u << (8*SIZEOF_INT-1)) > 0)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4420:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((1l << (8*SIZEOF_LONG-1)) < 0)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4422:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((1ul << (8*SIZEOF_LONG-1)) > 0)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4424:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int16e_t) == 2)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4425:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int16e_t) == SIZEOF_ACC_INT16E_T)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4426:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_uint16e_t) == 2)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4427:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int16e_t) == sizeof(acc_uint16e_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4428:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int16e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4428:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int16e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4428:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int16e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4429:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint16e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4429:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint16e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4429:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint16e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4432:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((acc_uint16e_t)(~(acc_uint16e_t)0ul) >> 15) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4434:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (acc_int16e_t) (1 + ~(acc_int16e_t)0) == 0)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4440:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32e_t) == 4)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4441:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32e_t) == SIZEOF_ACC_INT32E_T)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4442:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_uint32e_t) == 4)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4443:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32e_t) == sizeof(acc_uint32e_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4444:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int32e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4444:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int32e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4444:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int32e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4445:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((( (acc_int32e_t)1 << 30) + 1) >> 30) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4446:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4446:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4446:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4447:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((( (acc_uint32e_t)1 << 31) + 1) >> 31) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4448:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((acc_uint32e_t)(~(acc_uint32e_t)0ul) >> 31) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4449:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (acc_int32e_t) (1 + ~(acc_int32e_t)0) == 0)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4455:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32l_t) >= sizeof(acc_int32e_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4457:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32l_t) >= 4)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4458:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32l_t) == SIZEOF_ACC_INT32L_T)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4459:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_uint32l_t) >= 4)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4460:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32l_t) == sizeof(acc_uint32l_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4461:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int32l_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4461:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int32l_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4461:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int32l_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4462:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((( (acc_int32l_t)1 << 30) + 1) >> 30) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4463:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32l_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4463:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32l_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4463:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32l_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4464:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((( (acc_uint32l_t)1 << 31) + 1) >> 31) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4465:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32f_t) >= sizeof(int))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4467:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32f_t) >= sizeof(acc_int32e_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4469:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32f_t) >= sizeof(acc_int32l_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4470:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32f_t) >= 4)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4471:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32f_t) >= sizeof(acc_int32l_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4472:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32f_t) == SIZEOF_ACC_INT32F_T)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4473:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_uint32f_t) >= 4)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4474:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_uint32f_t) >= sizeof(acc_uint32l_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4475:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int32f_t) == sizeof(acc_uint32f_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4476:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int32f_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4476:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int32f_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4476:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int32f_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4477:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((( (acc_int32f_t)1 << 30) + 1) >> 30) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4478:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32f_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4478:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32f_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4478:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32f_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4479:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((( (acc_uint32f_t)1 << 31) + 1) >> 31) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4481:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int64e_t) == 8)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4482:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int64e_t) == SIZEOF_ACC_INT64E_T)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4483:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_uint64e_t) == 8)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4484:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int64e_t) == sizeof(acc_uint64e_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4485:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int64e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4485:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int64e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4485:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int64e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4488:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint64e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4488:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint64e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4488:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint64e_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4493:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int64l_t) >= sizeof(acc_int64e_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4495:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int64l_t) >= 8)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4496:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int64l_t) == SIZEOF_ACC_INT64L_T)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4497:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_uint64l_t) >= 8)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4498:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_int64l_t) == sizeof(acc_uint64l_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4499:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int64l_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4499:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int64l_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4499:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_int64l_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4500:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((( (acc_int64l_t)1 << 62) + 1) >> 62) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4501:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((( ACC_INT64_C(1) << 62) + 1) >> 62) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4504:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint64l_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4504:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint64l_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4504:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint64l_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4505:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(ACC_UINT64_C(18446744073709551615) > 0)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4507:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((( (acc_uint64l_t)1 << 63) + 1) >> 63) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4508:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(((( ACC_UINT64_C(1) << 63) + 1) >> 63) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4512:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(ACC_INT64_C(9223372036854775807) > 0)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4514:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(ACC_INT64_C(-9223372036854775807) - 1 < 0)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4515:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( ACC_INT64_C(9223372036854775807) %
ACC_INT32_C(2147483629) == 721)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4516:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( ACC_INT64_C(9223372036854775807) %
ACC_INT32_C(2147483647) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4517:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(ACC_UINT64_C(9223372036854775807) %
ACC_UINT32_C(2147483629) == 721)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4518:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(ACC_UINT64_C(9223372036854775807) %
ACC_UINT32_C(2147483647) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4521:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_intptr_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4521:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_intptr_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4521:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_intptr_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4522:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uintptr_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4522:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uintptr_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4522:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uintptr_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4524:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_intptr_t) >= sizeof(void *))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4525:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_intptr_t) == SIZEOF_ACC_INTPTR_T)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4526:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_intptr_t) == sizeof(acc_uintptr_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4528:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(ACC_WORDSIZE == SIZEOF_ACC_WORD_T)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4529:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_word_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4529:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_word_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4224:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_UNSIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,>)
^
src/miniacc.h:4529:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_UNSIGNED_T’
ACCCHK_ASSERT_IS_UNSIGNED_T(acc_word_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4212:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4530:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_sword_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4213:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4530:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_sword_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4214:9: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) )
^
src/miniacc.h:4217:49: note: in expansion of macro ‘ACCCHK_ASSERT_SIGN_T’
# define ACCCHK_ASSERT_IS_SIGNED_T(type)
# ACCCHK_ASSERT_SIGN_T(type,<)
^
src/miniacc.h:4530:5: note: in expansion of macro
‘ACCCHK_ASSERT_IS_SIGNED_T’
ACCCHK_ASSERT_IS_SIGNED_T(acc_sword_t)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4531:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_word_t) == SIZEOF_ACC_WORD_T)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4532:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_word_t) == sizeof(acc_sword_t))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4535:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(ACC_INT16_C(0)) >= 2)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4536:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(ACC_UINT16_C(0)) >= 2)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4537:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((ACC_UINT16_C(0xffff) >> 15) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4540:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(ACC_INT32_C(0)) >= 4)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4541:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(ACC_UINT32_C(0)) >= 4)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4542:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((ACC_UINT32_C(0xffffffff) >> 31) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4547:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(ACC_INT64_C(0)) >= 8)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4548:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(ACC_UINT64_C(0)) >= 8)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4550:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((ACC_UINT64_C(0xffffffffffffffff) >> 63) == 1)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4551:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((ACC_UINT64_C(0xffffffffffffffff) & ~0) ==
ACC_UINT64_C(0xffffffffffffffff))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4552:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((ACC_UINT64_C(0xffffffffffffffff) & ~0l) ==
ACC_UINT64_C(0xffffffffffffffff))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4556:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT((ACC_UINT64_C(0xffffffffffffffff) & ~0u) == 0xffffffffu)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4616:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(int) == 4)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4617:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(long) == 8)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4618:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(void*) == 8)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4619:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(ptrdiff_t) == sizeof(void*))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4620:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(size_t) == sizeof(void*))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4621:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT(sizeof(acc_intptr_t) == sizeof(void *))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4642:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (int) ((unsigned char) ((signed char) -1)) == 255)
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_init.c:139:30: note: in expansion of macro
‘LZO_COMPILE_TIME_ASSERT’
#define ACCCHK_ASSERT(expr) LZO_COMPILE_TIME_ASSERT(expr)
^
src/miniacc.h:4649:5: note: in expansion of macro ‘ACCCHK_ASSERT’
ACCCHK_ASSERT( (((unsigned char)128) << (int)(8*sizeof(int)-8)) < 0)
^
gcc -Wp,-MT,src/lzo_str.o,-MMD,src/.lzo_str.o.d -W -Wall -Wno-sign-compare
-D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o src/lzo_str.o
src/lzo_str.c
gcc -Wp,-MT,src/lzo1x_d2.o,-MMD,src/.lzo1x_d2.o.d -W -Wall
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o
src/lzo1x_d2.o src/lzo1x_d2.c
gcc -Wp,-MT,src/lzo1x_d3.o,-MMD,src/.lzo1x_d3.o.d -W -Wall
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o
src/lzo1x_d3.o src/lzo1x_d3.c
gcc -Wp,-MT,src/lzo1x_9x.o,-MMD,src/.lzo1x_9x.o.d -W -Wall
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o
src/lzo1x_9x.o src/lzo1x_9x.c
In file included from src/lzo_mchw.ch:125:0,
from src/lzo1x_9x.c:96:
src/lzo_swd.ch: In function ‘swd_insertdict’:
src/lzo_swd.ch:268:9: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
key = HEAD2(s_b(s),node);
^
In file included from ./include/lzo/lzoconf.h:72:0,
from src/lzo_conf.h:75,
from src/config1x.h:54,
from src/lzo1x_9x.c:46:
src/lzo_swd.ch: In function ‘swd_init’:
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_swd.ch:313:5: note: in expansion of macro ‘LZO_COMPILE_TIME_ASSERT’
LZO_COMPILE_TIME_ASSERT(!(0ul + 2 * SWD_F >= SWD_N))
^
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo_swd.ch:314:5: note: in expansion of macro ‘LZO_COMPILE_TIME_ASSERT’
LZO_COMPILE_TIME_ASSERT(!(0ul + SWD_N + SWD_F + SWD_F >=
SWD_UINT_MAX))
^
In file included from src/lzo_mchw.ch:125:0,
from src/lzo1x_9x.c:96:
src/lzo_swd.ch: In function ‘swd_remove_node’:
src/lzo_swd.ch:468:9: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
key = HEAD2(s_b(s),node);
^
src/lzo_swd.ch: In function ‘swd_accept’:
src/lzo_swd.ch:504:9: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
key = HEAD2(s_b(s),s->bp);
^
src/lzo_swd.ch: In function ‘swd_search2’:
src/lzo_swd.ch:609:5: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
key = s_head2(s)[ HEAD2(s_b(s),s->bp) ];
^
src/lzo_swd.ch: In function ‘swd_findbest’:
src/lzo_swd.ch:693:5: warning: dereferencing type-punned pointer will break
strict-aliasing rules [-Wstrict-aliasing]
key = HEAD2(s_b(s),s->bp);
^
In file included from ./include/lzo/lzoconf.h:72:0,
from src/lzo_conf.h:75,
from src/config1x.h:54,
from src/lzo1x_9x.c:46:
src/lzo1x_9x.c: In function ‘lzo1x_999_compress_internal’:
./include/lzo/lzodefs.h:1603:54: warning: typedef ‘__lzo_cta_t’ locally
defined but not used [-Wunused-local-typedefs]
# define LZO_COMPILE_TIME_ASSERT(e) {typedef int
# __lzo_cta_t[1-2*!(e)];}
^
src/lzo1x_9x.c:556:5: note: in expansion of macro ‘LZO_COMPILE_TIME_ASSERT’
LZO_COMPILE_TIME_ASSERT(LZO1X_999_MEM_COMPRESS >= SIZEOF_LZO_SWD_T)
^
gcc -Wp,-MT,src/lzo1x_o.o,-MMD,src/.lzo1x_o.o.d -W -Wall -Wno-sign-compare
-D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o src/lzo1x_o.o
src/lzo1x_o.c
gcc -Wp,-MT,src/lzo1x_1l.o,-MMD,src/.lzo1x_1l.o.d -W -Wall
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o
src/lzo1x_1l.o src/lzo1x_1l.c
gcc -Wp,-MT,src/lzo1x_1k.o,-MMD,src/.lzo1x_1k.o.d -W -Wall
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o
src/lzo1x_1k.o src/lzo1x_1k.c
gcc -Wp,-MT,src/lzo_util.o,-MMD,src/.lzo_util.o.d -W -Wall
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o
src/lzo_util.o src/lzo_util.c
gcc -Wp,-MT,src/lzo_ptr.o,-MMD,src/.lzo_ptr.o.d -W -Wall -Wno-sign-compare
-D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o src/lzo_ptr.o
src/lzo_ptr.c
gcc -Wp,-MT,src/lzo1x_1o.o,-MMD,src/.lzo1x_1o.o.d -W -Wall
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I./include -c -o
src/lzo1x_1o.o src/lzo1x_1o.c
rm -f lzo.a
ar cq lzo.a src/lzo1x_1.o src/lzo1x_d1.o src/lzo_crc.o src/lzo_init.o
src/lzo_str.o src/lzo1x_d2.o src/lzo1x_d3.o src/lzo1x_9x.o src/lzo1x_o.o
src/lzo1x_1l.o src/lzo1x_1k.o src/lzo_util.o src/lzo_ptr.o src/lzo1x_1o.o
ranlib lzo.a
gcc -o prepcore prepcore.o lzo.a
make[1]: Leaving directory `/root/syslinux-5.10/lzo'
make[1]: Entering directory `/root/syslinux-5.10/core'
gcc -Wp,-MT,localboot.o,-MD,./.localboot.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o localboot.o
localboot.c
gcc -Wp,-MT,sysappend.o,-MD,./.sysappend.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o sysappend.o
sysappend.c
gcc -Wp,-MT,conio.o,-MD,./.conio.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o conio.o
conio.c
gcc -Wp,-MT,init.o,-MD,./.init.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o init.o
init.c
gcc -Wp,-MT,mem/malloc.o,-MD,mem/.malloc.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o mem/malloc.o
mem/malloc.c
gcc -Wp,-MT,mem/init.o,-MD,mem/.init.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o mem/init.o
mem/init.c
gcc -Wp,-MT,mem/free.o,-MD,mem/.free.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o mem/free.o
mem/free.c
gcc -Wp,-MT,serirq.o,-MD,./.serirq.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o serirq.o
serirq.c
gcc -Wp,-MT,cleanup.o,-MD,./.cleanup.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o cleanup.o
cleanup.c
gcc -Wp,-MT,call16.o,-MD,./.call16.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o call16.o
call16.c
gcc -Wp,-MT,fs/getfssec.o,-MD,fs/.getfssec.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/getfssec.o fs/getfssec.c
gcc -Wp,-MT,fs/btrfs/btrfs.o,-MD,fs/btrfs/.btrfs.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/btrfs/btrfs.o fs/btrfs/btrfs.c
gcc -Wp,-MT,fs/xfs/xfs_dir2.o,-MD,fs/xfs/.xfs_dir2.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/xfs/xfs_dir2.o fs/xfs/xfs_dir2.c
gcc -Wp,-MT,fs/xfs/xfs_dinode.o,-MD,fs/xfs/.xfs_dinode.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/xfs/xfs_dinode.o fs/xfs/xfs_dinode.c
gcc -Wp,-MT,fs/xfs/xfs_readdir.o,-MD,fs/xfs/.xfs_readdir.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/xfs/xfs_readdir.o fs/xfs/xfs_readdir.c
gcc -Wp,-MT,fs/xfs/xfs.o,-MD,fs/xfs/.xfs.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o fs/xfs/xfs.o
fs/xfs/xfs.c
gcc -Wp,-MT,fs/getcwd.o,-MD,fs/.getcwd.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o fs/getcwd.o
fs/getcwd.c
gcc -Wp,-MT,fs/iso9660/iso9660.o,-MD,fs/iso9660/.iso9660.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/iso9660/iso9660.o fs/iso9660/iso9660.c
gcc -Wp,-MT,fs/chdir.o,-MD,fs/.chdir.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o fs/chdir.o
fs/chdir.c
gcc -Wp,-MT,fs/fs.o,-MD,fs/.fs.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o fs/fs.o
fs/fs.c
gcc -Wp,-MT,fs/ext2/bmap.o,-MD,fs/ext2/.bmap.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/ext2/bmap.o fs/ext2/bmap.c
gcc -Wp,-MT,fs/ext2/ext2.o,-MD,fs/ext2/.ext2.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/ext2/ext2.o fs/ext2/ext2.c
gcc -Wp,-MT,fs/nonextextent.o,-MD,fs/.nonextextent.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/nonextextent.o fs/nonextextent.c
gcc -Wp,-MT,fs/ntfs/ntfs.o,-MD,fs/ntfs/.ntfs.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/ntfs/ntfs.o fs/ntfs/ntfs.c
gcc -Wp,-MT,fs/fat/fat.o,-MD,fs/fat/.fat.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o fs/fat/fat.o
fs/fat/fat.c
gcc -Wp,-MT,fs/readdir.o,-MD,fs/.readdir.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o fs/readdir.o
fs/readdir.c
gcc -Wp,-MT,fs/lib/mangle.o,-MD,fs/lib/.mangle.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/lib/mangle.o fs/lib/mangle.c
gcc -Wp,-MT,fs/lib/loadconfig.o,-MD,fs/lib/.loadconfig.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/lib/loadconfig.o fs/lib/loadconfig.c
gcc -Wp,-MT,fs/lib/chdir.o,-MD,fs/lib/.chdir.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/lib/chdir.o fs/lib/chdir.c
gcc -Wp,-MT,fs/lib/searchconfig.o,-MD,fs/lib/.searchconfig.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/lib/searchconfig.o fs/lib/searchconfig.c
gcc -Wp,-MT,fs/lib/close.o,-MD,fs/lib/.close.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/lib/close.o fs/lib/close.c
gcc -Wp,-MT,fs/diskio.o,-MD,fs/.diskio.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o fs/diskio.o
fs/diskio.c
gcc -Wp,-MT,fs/cache.o,-MD,fs/.cache.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o fs/cache.o
fs/cache.c
gcc -Wp,-MT,strcasecmp.o,-MD,./.strcasecmp.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o strcasecmp.o
strcasecmp.c
gcc -Wp,-MT,kaboom.o,-MD,./.kaboom.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o kaboom.o
kaboom.c
gcc -Wp,-MT,errno.o,-MD,./.errno.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o errno.o
errno.c
gcc -Wp,-MT,rllpack.o,-MD,./.rllpack.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o rllpack.o
rllpack.c
gcc -Wp,-MT,pmapi.o,-MD,./.pmapi.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o pmapi.o
pmapi.c
gcc -Wp,-MT,dmi.o,-MD,./.dmi.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o dmi.o dmi.c
gcc -Wp,-MT,idle.o,-MD,./.idle.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o idle.o
idle.c
gcc -Wp,-MT,debug.o,-MD,./.debug.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o debug.o
debug.c
gcc -Wp,-MT,elflink/load_env32.o,-MD,elflink/.load_env32.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
elflink/load_env32.o elflink/load_env32.c
gcc -Wp,-MT,font.o,-MD,./.font.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o font.o
font.c
gcc -Wp,-MT,hello.o,-MD,./.hello.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o hello.o
hello.c
gcc -Wp,-MT,writestr.o,-MD,./.writestr.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o writestr.o
writestr.c
gcc -Wp,-MT,writehex.o,-MD,./.writehex.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o writehex.o
writehex.c
gcc -Wp,-MT,graphics.o,-MD,./.graphics.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o graphics.o
graphics.c
gcc -Wp,-MT,console.o,-MD,./.console.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o console.o
console.c
gcc -Wp,-MT,thread/schedule.o,-MD,thread/.schedule.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
thread/schedule.o thread/schedule.c
gcc -Wp,-MT,thread/root_thread.o,-MD,thread/.root_thread.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
thread/root_thread.o thread/root_thread.c
gcc -Wp,-MT,thread/semaphore.o,-MD,thread/.semaphore.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
thread/semaphore.o thread/semaphore.c
gcc -Wp,-MT,thread/mbox.o,-MD,thread/.mbox.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
thread/mbox.o thread/mbox.c
gcc -Wp,-MT,thread/start_thread.o,-MD,thread/.start_thread.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
thread/start_thread.o thread/start_thread.c
gcc -Wp,-MT,thread/exit_thread.o,-MD,thread/.exit_thread.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
thread/exit_thread.o thread/exit_thread.c
gcc -Wp,-MT,thread/timeout.o,-MD,thread/.timeout.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
thread/timeout.o thread/timeout.c
gcc -Wp,-MT,thread/kill_thread.o,-MD,thread/.kill_thread.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
thread/kill_thread.o thread/kill_thread.c
gcc -Wp,-MT,thread/idle_thread.o,-MD,thread/.idle_thread.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
thread/idle_thread.o thread/idle_thread.c
cp -f ../codepage/cp865.cp codepage.cp
gcc -Wp,-MT,codepage.o,-MD,./.codepage.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -D__ASSEMBLY__
-Wa,-a=codepage.lst -c -o codepage.o codepage.S
gcc -Wp,-MT,lzo/lzo1x_f2.o,-MD,lzo/.lzo1x_f2.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -D__ASSEMBLY__
-Wa,-a=lzo/lzo1x_f2.lst -c -o lzo/lzo1x_f2.o lzo/lzo1x_f2.S
gcc -Wp,-MT,thread/sem_asm.o,-MD,thread/.sem_asm.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -D__ASSEMBLY__
-Wa,-a=thread/sem_asm.lst -c -o thread/sem_asm.o thread/sem_asm.S
gcc -Wp,-MT,thread/thread_asm.o,-MD,thread/.thread_asm.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -D__ASSEMBLY__
-Wa,-a=thread/thread_asm.lst -c -o thread/thread_asm.o thread/thread_asm.S
rm -f libcom32.a
ar cq libcom32.a localboot.o sysappend.o conio.o init.o mem/malloc.o
mem/init.o mem/free.o serirq.o cleanup.o call16.o fs/getfssec.o
fs/btrfs/btrfs.o fs/xfs/xfs_dir2.o fs/xfs/xfs_dinode.o fs/xfs/xfs_readdir.o
fs/xfs/xfs.o fs/getcwd.o fs/iso9660/iso9660.o fs/chdir.o fs/fs.o
fs/ext2/bmap.o fs/ext2/ext2.o fs/nonextextent.o fs/ntfs/ntfs.o fs/fat/fat.o
fs/readdir.o fs/lib/mangle.o fs/lib/loadconfig.o fs/lib/chdir.o
fs/lib/searchconfig.o fs/lib/close.o fs/diskio.o fs/cache.o strcasecmp.o
kaboom.o errno.o rllpack.o pmapi.o dmi.o idle.o debug.o
elflink/load_env32.o font.o hello.o writestr.o writehex.o graphics.o
console.o thread/schedule.o thread/root_thread.o thread/semaphore.o
thread/mbox.o thread/start_thread.o thread/exit_thread.o thread/timeout.o
thread/kill_thread.o thread/idle_thread.o codepage.o lzo/lzo1x_f2.o
thread/sem_asm.o thread/thread_asm.o
ranlib libcom32.a
gcc -Wp,-MT,rawcon.o,-MD,./.rawcon.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o rawcon.o
rawcon.c
rm -f libisolinux.a
ar cq libisolinux.a rawcon.o
ranlib libisolinux.a
cp libisolinux.a libisolinux-debug.a
gcc -Wp,-MT,plaincon.o,-MD,./.plaincon.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o plaincon.o
plaincon.c
rm -f libldlinux.a
ar cq libldlinux.a plaincon.o
ranlib libldlinux.a
gcc -Wp,-MT,fs/pxe/dhcp_option.o,-MD,fs/pxe/.dhcp_option.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/pxe/dhcp_option.o fs/pxe/dhcp_option.c
gcc -Wp,-MT,fs/pxe/pxe.o,-MD,fs/pxe/.pxe.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o fs/pxe/pxe.o
fs/pxe/pxe.c
gcc -Wp,-MT,fs/pxe/tftp.o,-MD,fs/pxe/.tftp.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/pxe/tftp.o fs/pxe/tftp.c
gcc -Wp,-MT,fs/pxe/urlparse.o,-MD,fs/pxe/.urlparse.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/pxe/urlparse.o fs/pxe/urlparse.c
gcc -Wp,-MT,legacynet/portnum.o,-MD,legacynet/.portnum.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
legacynet/portnum.o legacynet/portnum.c
gcc -Wp,-MT,legacynet/idle.o,-MD,legacynet/.idle.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
legacynet/idle.o legacynet/idle.c
gcc -Wp,-MT,legacynet/core.o,-MD,legacynet/.core.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
legacynet/core.o legacynet/core.c
gcc -Wp,-MT,legacynet/dnsresolv.o,-MD,legacynet/.dnsresolv.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
legacynet/dnsresolv.o legacynet/dnsresolv.c
rm -f libpxelinux.a
ar cq libpxelinux.a rawcon.o fs/pxe/dhcp_option.o fs/pxe/pxe.o
fs/pxe/tftp.o fs/pxe/urlparse.o legacynet/portnum.o legacynet/idle.o
legacynet/core.o legacynet/dnsresolv.o
ranlib libpxelinux.a
gcc -Wp,-MT,lwip/src/netif/slipif.o,-MD,lwip/src/netif/.slipif.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/slipif.o lwip/src/netif/slipif.c
gcc -Wp,-MT,lwip/src/netif/undiif.o,-MD,lwip/src/netif/.undiif.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/undiif.o lwip/src/netif/undiif.c
gcc -Wp,-MT,lwip/src/netif/ethernetif.o,-MD,lwip/src/netif/.ethernetif.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ethernetif.o lwip/src/netif/ethernetif.c
gcc -Wp,-MT,lwip/src/netif/ppp/ipcp.o,-MD,lwip/src/netif/ppp/.ipcp.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/ipcp.o lwip/src/netif/ppp/ipcp.c
gcc -Wp,-MT,lwip/src/netif/ppp/pap.o,-MD,lwip/src/netif/ppp/.pap.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/pap.o lwip/src/netif/ppp/pap.c
gcc -Wp,-MT,lwip/src/netif/ppp/vj.o,-MD,lwip/src/netif/ppp/.vj.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/vj.o lwip/src/netif/ppp/vj.c
gcc -Wp,-MT,lwip/src/netif/ppp/ppp.o,-MD,lwip/src/netif/ppp/.ppp.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/ppp.o lwip/src/netif/ppp/ppp.c
gcc -Wp,-MT,lwip/src/netif/ppp/md5.o,-MD,lwip/src/netif/ppp/.md5.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/md5.o lwip/src/netif/ppp/md5.c
gcc -Wp,-MT,lwip/src/netif/ppp/auth.o,-MD,lwip/src/netif/ppp/.auth.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/auth.o lwip/src/netif/ppp/auth.c
gcc -Wp,-MT,lwip/src/netif/ppp/chpms.o,-MD,lwip/src/netif/ppp/.chpms.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/chpms.o lwip/src/netif/ppp/chpms.c
gcc -Wp,-MT,lwip/src/netif/ppp/lcp.o,-MD,lwip/src/netif/ppp/.lcp.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/lcp.o lwip/src/netif/ppp/lcp.c
gcc -Wp,-MT,lwip/src/netif/ppp/randm.o,-MD,lwip/src/netif/ppp/.randm.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/randm.o lwip/src/netif/ppp/randm.c
gcc -Wp,-MT,lwip/src/netif/ppp/fsm.o,-MD,lwip/src/netif/ppp/.fsm.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/fsm.o lwip/src/netif/ppp/fsm.c
gcc -Wp,-MT,lwip/src/netif/ppp/ppp_oe.o,-MD,lwip/src/netif/ppp/.ppp_oe.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/ppp_oe.o lwip/src/netif/ppp/ppp_oe.c
gcc -Wp,-MT,lwip/src/netif/ppp/magic.o,-MD,lwip/src/netif/ppp/.magic.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/magic.o lwip/src/netif/ppp/magic.c
gcc -Wp,-MT,lwip/src/netif/ppp/chap.o,-MD,lwip/src/netif/ppp/.chap.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/ppp/chap.o lwip/src/netif/ppp/chap.c
gcc -Wp,-MT,lwip/src/netif/etharp.o,-MD,lwip/src/netif/.etharp.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/netif/etharp.o lwip/src/netif/etharp.c
gcc -Wp,-MT,lwip/src/api/netdb.o,-MD,lwip/src/api/.netdb.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/api/netdb.o lwip/src/api/netdb.c
gcc -Wp,-MT,lwip/src/api/err.o,-MD,lwip/src/api/.err.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/api/err.o lwip/src/api/err.c
gcc -Wp,-MT,lwip/src/api/tcpip.o,-MD,lwip/src/api/.tcpip.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/api/tcpip.o lwip/src/api/tcpip.c
gcc -Wp,-MT,lwip/src/api/sockets.o,-MD,lwip/src/api/.sockets.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/api/sockets.o lwip/src/api/sockets.c
gcc -Wp,-MT,lwip/src/api/netifapi.o,-MD,lwip/src/api/.netifapi.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/api/netifapi.o lwip/src/api/netifapi.c
gcc -Wp,-MT,lwip/src/api/netbuf.o,-MD,lwip/src/api/.netbuf.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/api/netbuf.o lwip/src/api/netbuf.c
gcc -Wp,-MT,lwip/src/api/api_msg.o,-MD,lwip/src/api/.api_msg.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/api/api_msg.o lwip/src/api/api_msg.c
gcc -Wp,-MT,lwip/src/api/api_lib.o,-MD,lwip/src/api/.api_lib.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/api/api_lib.o lwip/src/api/api_lib.c
gcc -Wp,-MT,lwip/src/core/memp.o,-MD,lwip/src/core/.memp.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/memp.o lwip/src/core/memp.c
gcc -Wp,-MT,lwip/src/core/mem.o,-MD,lwip/src/core/.mem.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/mem.o lwip/src/core/mem.c
gcc -Wp,-MT,lwip/src/core/init.o,-MD,lwip/src/core/.init.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/init.o lwip/src/core/init.c
gcc -Wp,-MT,lwip/src/core/raw.o,-MD,lwip/src/core/.raw.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/raw.o lwip/src/core/raw.c
gcc
-Wp,-MT,lwip/src/core/snmp/asn1_dec.o,-MD,lwip/src/core/snmp/.asn1_dec.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/snmp/asn1_dec.o lwip/src/core/snmp/asn1_dec.c
gcc
-Wp,-MT,lwip/src/core/snmp/msg_out.o,-MD,lwip/src/core/snmp/.msg_out.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/snmp/msg_out.o lwip/src/core/snmp/msg_out.c
gcc -Wp,-MT,lwip/src/core/snmp/mib2.o,-MD,lwip/src/core/snmp/.mib2.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/snmp/mib2.o lwip/src/core/snmp/mib2.c
gcc -Wp,-MT,lwip/src/core/snmp/msg_in.o,-MD,lwip/src/core/snmp/.msg_in.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/snmp/msg_in.o lwip/src/core/snmp/msg_in.c
gcc
-Wp,-MT,lwip/src/core/snmp/mib_structs.o,-MD,lwip/src/core/snmp/.mib_structs.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/snmp/mib_structs.o lwip/src/core/snmp/mib_structs.c
gcc
-Wp,-MT,lwip/src/core/snmp/asn1_enc.o,-MD,lwip/src/core/snmp/.asn1_enc.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/snmp/asn1_enc.o lwip/src/core/snmp/asn1_enc.c
gcc -Wp,-MT,lwip/src/core/tcp_out.o,-MD,lwip/src/core/.tcp_out.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/tcp_out.o lwip/src/core/tcp_out.c
gcc -Wp,-MT,lwip/src/core/tcp.o,-MD,lwip/src/core/.tcp.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/tcp.o lwip/src/core/tcp.c
gcc -Wp,-MT,lwip/src/core/dns.o,-MD,lwip/src/core/.dns.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/dns.o lwip/src/core/dns.c
gcc -Wp,-MT,lwip/src/core/tcp_in.o,-MD,lwip/src/core/.tcp_in.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/tcp_in.o lwip/src/core/tcp_in.c
gcc -Wp,-MT,lwip/src/core/sys.o,-MD,lwip/src/core/.sys.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/sys.o lwip/src/core/sys.c
gcc -Wp,-MT,lwip/src/core/timers.o,-MD,lwip/src/core/.timers.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/timers.o lwip/src/core/timers.c
gcc -Wp,-MT,lwip/src/core/ipv4/inet.o,-MD,lwip/src/core/ipv4/.inet.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/ipv4/inet.o lwip/src/core/ipv4/inet.c
gcc -Wp,-MT,lwip/src/core/ipv4/autoip.o,-MD,lwip/src/core/ipv4/.autoip.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/ipv4/autoip.o lwip/src/core/ipv4/autoip.c
gcc
-Wp,-MT,lwip/src/core/ipv4/ip_addr.o,-MD,lwip/src/core/ipv4/.ip_addr.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/ipv4/ip_addr.o lwip/src/core/ipv4/ip_addr.c
gcc -Wp,-MT,lwip/src/core/ipv4/icmp.o,-MD,lwip/src/core/ipv4/.icmp.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/ipv4/icmp.o lwip/src/core/ipv4/icmp.c
gcc
-Wp,-MT,lwip/src/core/ipv4/ip_frag.o,-MD,lwip/src/core/ipv4/.ip_frag.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/ipv4/ip_frag.o lwip/src/core/ipv4/ip_frag.c
gcc
-Wp,-MT,lwip/src/core/ipv4/inet_chksum.o,-MD,lwip/src/core/ipv4/.inet_chksum.o.d
-m32 -ffreestanding -fno-stack-protector -fwrapv -freg-struct-return
-march=i386 -Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/ipv4/inet_chksum.o lwip/src/core/ipv4/inet_chksum.c
gcc -Wp,-MT,lwip/src/core/ipv4/igmp.o,-MD,lwip/src/core/ipv4/.igmp.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/ipv4/igmp.o lwip/src/core/ipv4/igmp.c
gcc -Wp,-MT,lwip/src/core/ipv4/ip.o,-MD,lwip/src/core/ipv4/.ip.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/ipv4/ip.o lwip/src/core/ipv4/ip.c
gcc -Wp,-MT,lwip/src/core/stats.o,-MD,lwip/src/core/.stats.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/stats.o lwip/src/core/stats.c
gcc -Wp,-MT,lwip/src/core/def.o,-MD,lwip/src/core/.def.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/def.o lwip/src/core/def.c
gcc -Wp,-MT,lwip/src/core/netif.o,-MD,lwip/src/core/.netif.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/netif.o lwip/src/core/netif.c
gcc -Wp,-MT,lwip/src/core/pbuf.o,-MD,lwip/src/core/.pbuf.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/pbuf.o lwip/src/core/pbuf.c
gcc -Wp,-MT,lwip/src/core/dhcp.o,-MD,lwip/src/core/.dhcp.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/dhcp.o lwip/src/core/dhcp.c
gcc -Wp,-MT,lwip/src/core/udp.o,-MD,lwip/src/core/.udp.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/core/udp.o lwip/src/core/udp.c
gcc -Wp,-MT,lwip/src/arch/sys_arch.o,-MD,lwip/src/arch/.sys_arch.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
lwip/src/arch/sys_arch.o lwip/src/arch/sys_arch.c
gcc -Wp,-MT,fs/pxe/core.o,-MD,fs/pxe/.core.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/pxe/core.o fs/pxe/core.c
gcc -Wp,-MT,fs/pxe/dnsresolv.o,-MD,fs/pxe/.dnsresolv.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/pxe/dnsresolv.o fs/pxe/dnsresolv.c
gcc -Wp,-MT,fs/pxe/ftp.o,-MD,fs/pxe/.ftp.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o fs/pxe/ftp.o
fs/pxe/ftp.c
gcc -Wp,-MT,fs/pxe/ftp_readdir.o,-MD,fs/pxe/.ftp_readdir.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/pxe/ftp_readdir.o fs/pxe/ftp_readdir.c
gcc -Wp,-MT,fs/pxe/gpxeurl.o,-MD,fs/pxe/.gpxeurl.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/pxe/gpxeurl.o fs/pxe/gpxeurl.c
gcc -Wp,-MT,fs/pxe/http.o,-MD,fs/pxe/.http.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/pxe/http.o fs/pxe/http.c
gcc -Wp,-MT,fs/pxe/http_readdir.o,-MD,fs/pxe/.http_readdir.o.d -m32
-ffreestanding -fno-stack-protector -fwrapv -freg-struct-return -march=i386
-Os -fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float
-fno-exceptions -fno-asynchronous-unwind-tables -fno-strict-aliasing
-falign-functions=0 -falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/pxe/http_readdir.o fs/pxe/http_readdir.c
gcc -Wp,-MT,fs/pxe/idle.o,-MD,fs/pxe/.idle.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o
fs/pxe/idle.o fs/pxe/idle.c
gcc -Wp,-MT,fs/pxe/isr.o,-MD,fs/pxe/.isr.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o fs/pxe/isr.o
fs/pxe/isr.c
gcc -Wp,-MT,fs/pxe/tcp.o,-MD,fs/pxe/.tcp.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I./include -I../com32/include -I../com32/lib -I./lwip/src/include
-I./lwip/src/include/ipv4 -I./fs/pxe -D__SYSLINUX_CORE__ -c -o fs/pxe/tcp.o
fs/pxe/tcp.c
rm -f liblpxelinux.a
ar cq liblpxelinux.a rawcon.o fs/pxe/dhcp_option.o fs/pxe/pxe.o
fs/pxe/tftp.o fs/pxe/urlparse.o lwip/src/netif/slipif.o
lwip/src/netif/undiif.o lwip/src/netif/ethernetif.o
lwip/src/netif/ppp/ipcp.o lwip/src/netif/ppp/pap.o lwip/src/netif/ppp/vj.o
lwip/src/netif/ppp/ppp.o lwip/src/netif/ppp/md5.o lwip/src/netif/ppp/auth.o
lwip/src/netif/ppp/chpms.o lwip/src/netif/ppp/lcp.o
lwip/src/netif/ppp/randm.o lwip/src/netif/ppp/fsm.o
lwip/src/netif/ppp/ppp_oe.o lwip/src/netif/ppp/magic.o
lwip/src/netif/ppp/chap.o lwip/src/netif/etharp.o lwip/src/api/netdb.o
lwip/src/api/err.o lwip/src/api/tcpip.o lwip/src/api/sockets.o
lwip/src/api/netifapi.o lwip/src/api/netbuf.o lwip/src/api/api_msg.o
lwip/src/api/api_lib.o lwip/src/core/memp.o lwip/src/core/mem.o
lwip/src/core/init.o lwip/src/core/raw.o lwip/src/core/snmp/asn1_dec.o
lwip/src/core/snmp/msg_out.o lwip/src/core/snmp/mib2.o
lwip/src/core/snmp/msg_in.o lwip/src/core/snmp/mib_structs.o
lwip/src/core/snmp/asn1_enc.o lwip/src/core/tcp_out.o lwip/src/core/tcp.o
lwip/src/core/dns.o lwip/src/core/tcp_in.o lwip/src/core/sys.o
lwip/src/core/timers.o lwip/src/core/ipv4/inet.o
lwip/src/core/ipv4/autoip.o lwip/src/core/ipv4/ip_addr.o
lwip/src/core/ipv4/icmp.o lwip/src/core/ipv4/ip_frag.o
lwip/src/core/ipv4/inet_chksum.o lwip/src/core/ipv4/igmp.o
lwip/src/core/ipv4/ip.o lwip/src/core/stats.o lwip/src/core/def.o
lwip/src/core/netif.o lwip/src/core/pbuf.o lwip/src/core/dhcp.o
lwip/src/core/udp.o lwip/src/arch/sys_arch.o fs/pxe/core.o
fs/pxe/dnsresolv.o fs/pxe/ftp.o fs/pxe/ftp_readdir.o fs/pxe/gpxeurl.o
fs/pxe/http.o fs/pxe/http_readdir.o fs/pxe/idle.o fs/pxe/isr.o fs/pxe/tcp.o
ranlib liblpxelinux.a
nasm -f elf -Ox -g -F dwarf -DDATE_STR="'0x572e6b44'" \
-DHEXDATE="0x572e6b44" \
-l ldlinux.lsr -o ldlinux.o -MP -MD .ldlinux.o.d ldlinux.asm
ld -m elf_i386 -Bsymbolic -pie -E --hash-style=gnu -T syslinux.ld -M -o
ldlinux.elf ldlinux.o \
--start-group libcom32.a --whole-archive
../com32/lib/libcom32core.a libldlinux.a --end-group \
> ldlinux.map
objdump -h ldlinux.elf > ldlinux.sec
perl lstadjust.pl ldlinux.lsr ldlinux.sec ldlinux.lst
objcopy -O binary -S ldlinux.elf ldlinux.raw
../lzo/prepcore ldlinux.raw ldlinux.bin
dd if=ldlinux.bin of=ldlinux.bss bs=512 count=1
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.000194 s, 2.6 MB/s
dd if=ldlinux.bin of=ldlinux.sys bs=512 skip=2
110+1 records in
110+1 records out
56553 bytes (57 kB) copied, 0.0003625 s, 156 MB/s
nasm -f elf -Ox -g -F dwarf -DDATE_STR="'0x572e6b44'" \
-DHEXDATE="0x572e6b44" \
-l isolinux.lsr -o isolinux.o -MP -MD .isolinux.o.d isolinux.asm
ld -m elf_i386 -Bsymbolic -pie -E --hash-style=gnu -T syslinux.ld -M -o
isolinux.elf isolinux.o \
--start-group libcom32.a --whole-archive
../com32/lib/libcom32core.a libisolinux.a --end-group \
> isolinux.map
objdump -h isolinux.elf > isolinux.sec
perl lstadjust.pl isolinux.lsr isolinux.sec isolinux.lst
objcopy -O binary -S isolinux.elf isolinux.raw
../lzo/prepcore isolinux.raw isolinux.bin
nasm -f elf -Ox -g -F dwarf -DDATE_STR="'0x572e6b44'" \
-DHEXDATE="0x572e6b44" \
-l isolinux-debug.lsr -o isolinux-debug.o -MP -MD
.isolinux-debug.o.d isolinux-debug.asm
ld -m elf_i386 -Bsymbolic -pie -E --hash-style=gnu -T syslinux.ld -M -o
isolinux-debug.elf isolinux-debug.o \
--start-group libcom32.a --whole-archive
../com32/lib/libcom32core.a libisolinux-debug.a --end-group \
> isolinux-debug.map
objdump -h isolinux-debug.elf > isolinux-debug.sec
perl lstadjust.pl isolinux-debug.lsr isolinux-debug.sec isolinux-debug.lst
objcopy -O binary -S isolinux-debug.elf isolinux-debug.raw
../lzo/prepcore isolinux-debug.raw isolinux-debug.bin
nasm -f elf -Ox -g -F dwarf -DDATE_STR="'0x572e6b44'" \
-DHEXDATE="0x572e6b44" \
-DIS_LPXELINUX=0 \
-l pxelinux.lsr -o pxelinux.o -MP -MD .pxelinux.o.d pxelinux.asm
ld -m elf_i386 -Bsymbolic -pie -E --hash-style=gnu -T syslinux.ld -M -o
pxelinux.elf pxelinux.o \
--start-group libcom32.a --whole-archive
../com32/lib/libcom32core.a libpxelinux.a --end-group \
> pxelinux.map
objdump -h pxelinux.elf > pxelinux.sec
perl lstadjust.pl pxelinux.lsr pxelinux.sec pxelinux.lst
objcopy -O binary -S pxelinux.elf pxelinux.raw
../lzo/prepcore pxelinux.raw pxelinux.bin
cp -f pxelinux.bin pxelinux.0
nasm -f elf -Ox -g -F dwarf -DDATE_STR="'0x572e6b44'" \
-DHEXDATE="0x572e6b44" \
-DIS_LPXELINUX=1 \
-l lpxelinux.lsr -o lpxelinux.o -MP -MD .lpxelinux.o.d pxelinux.asm
ld -m elf_i386 -Bsymbolic -pie -E --hash-style=gnu -T syslinux.ld -M -o
lpxelinux.elf lpxelinux.o \
--start-group libcom32.a --whole-archive
../com32/lib/libcom32core.a liblpxelinux.a --end-group \
> lpxelinux.map
objdump -h lpxelinux.elf > lpxelinux.sec
perl lstadjust.pl lpxelinux.lsr lpxelinux.sec lpxelinux.lst
objcopy -O binary -S lpxelinux.elf lpxelinux.raw
../lzo/prepcore lpxelinux.raw lpxelinux.bin
cp -f lpxelinux.bin lpxelinux.0
rm ldlinux.o isolinux.o isolinux-debug.o
make[1]: Leaving directory `/root/syslinux-5.10/core'
make[1]: Entering directory `/root/syslinux-5.10/memdisk'
( nasm -M -DDEPEND -dDATE='"0x51ade3fe"' -o memdisk16.bin memdisk16.asm ;
echo '' ) > .memdisk16.bin.d ; true
nasm -f bin -Ox -dDATE='"0x51ade3fe"' -o memdisk16.bin -l memdisk16.lst
memdisk16.asm
gcc -Wp,-MT,start32.o,-MD,./.start32.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -D__ASSEMBLY__
-Wa,-a=start32.lst -c -o start32.o start32.S
gcc -Wp,-MT,setup.o,-MD,./.setup.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -c -o setup.o
setup.c
gcc -Wp,-MT,msetup.o,-MD,./.msetup.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -c -o msetup.o
msetup.c
gcc -Wp,-MT,e820func.o,-MD,./.e820func.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -c -o e820func.o
e820func.c
gcc -Wp,-MT,conio.o,-MD,./.conio.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -c -o conio.o
conio.c
gcc -Wp,-MT,memcpy.o,-MD,./.memcpy.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -D__ASSEMBLY__
-Wa,-a=memcpy.lst -c -o memcpy.o memcpy.S
gcc -Wp,-MT,memset.o,-MD,./.memset.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -D__ASSEMBLY__
-Wa,-a=memset.lst -c -o memset.o memset.S
gcc -Wp,-MT,memmove.o,-MD,./.memmove.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -D__ASSEMBLY__
-Wa,-a=memmove.lst -c -o memmove.o memmove.S
gcc -Wp,-MT,unzip.o,-MD,./.unzip.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -c -o unzip.o
unzip.c
gcc -Wp,-MT,dskprobe.o,-MD,./.dskprobe.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -c -o dskprobe.o
dskprobe.c
gcc -Wp,-MT,eltorito.o,-MD,./.eltorito.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -c -o eltorito.o
eltorito.c
gcc -Wp,-MT,ctypes.o,-MD,./.ctypes.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -c -o ctypes.o
ctypes.c
gcc -Wp,-MT,strntoumax.o,-MD,./.strntoumax.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -c -o strntoumax.o
strntoumax.c
gcc -Wp,-MT,strtoull.o,-MD,./.strtoull.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -c -o strtoull.o
strtoull.c
gcc -Wp,-MT,suffix_number.o,-MD,./.suffix_number.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-I../com32/include -D__MEMDISK__ -DDATE='"0x51ade3fe"' -c -o
suffix_number.o suffix_number.c
( nasm -M -DDEPEND -dDATE='"0x51ade3fe"' -o memdisk_chs_512.bin
memdisk_chs_512.asm ; echo '' ) > .memdisk_chs_512.bin.d ; true
nasm -f bin -Ox -dDATE='"0x51ade3fe"' -o memdisk_chs_512.bin -l
memdisk_chs_512.lst memdisk_chs_512.asm
ld -m elf_i386 -r -b binary -o memdisk_chs_512.o memdisk_chs_512.bin
( nasm -M -DDEPEND -dDATE='"0x51ade3fe"' -o memdisk_edd_512.bin
memdisk_edd_512.asm ; echo '' ) > .memdisk_edd_512.bin.d ; true
nasm -f bin -Ox -dDATE='"0x51ade3fe"' -o memdisk_edd_512.bin -l
memdisk_edd_512.lst memdisk_edd_512.asm
ld -m elf_i386 -r -b binary -o memdisk_edd_512.o memdisk_edd_512.bin
( nasm -M -DDEPEND -dDATE='"0x51ade3fe"' -o memdisk_iso_512.bin
memdisk_iso_512.asm ; echo '' ) > .memdisk_iso_512.bin.d ; true
nasm -f bin -Ox -dDATE='"0x51ade3fe"' -o memdisk_iso_512.bin -l
memdisk_iso_512.lst memdisk_iso_512.asm
ld -m elf_i386 -r -b binary -o memdisk_iso_512.o memdisk_iso_512.bin
( nasm -M -DDEPEND -dDATE='"0x51ade3fe"' -o memdisk_iso_2048.bin
memdisk_iso_2048.asm ; echo '' ) > .memdisk_iso_2048.bin.d ; true
nasm -f bin -Ox -dDATE='"0x51ade3fe"' -o memdisk_iso_2048.bin -l
memdisk_iso_2048.lst memdisk_iso_2048.asm
ld -m elf_i386 -r -b binary -o memdisk_iso_2048.o memdisk_iso_2048.bin
ld -m elf_i386 -o memdisk32.elf -T memdisk.ld start32.o setup.o msetup.o
e820func.o conio.o memcpy.o memset.o memmove.o unzip.o dskprobe.o
eltorito.o ctypes.o strntoumax.o strtoull.o suffix_number.o
memdisk_chs_512.o memdisk_edd_512.o memdisk_iso_512.o memdisk_iso_2048.o
objcopy -O binary memdisk32.elf memdisk32.bin
perl postprocess.pl memdisk memdisk16.bin memdisk32.bin
make[1]: Leaving directory `/root/syslinux-5.10/memdisk'
make[1]: Entering directory `/root/syslinux-5.10/mbr'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/syslinux-5.10/mbr'
make[1]: Entering directory `/root/syslinux-5.10/memdump'
gcc -Wp,-MT,crt0.o,-MD,./.crt0.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -D__ASSEMBLY__ -c -o crt0.o crt0.S
gcc -Wp,-MT,main.o,-MD,./.main.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -c -o main.o main.c
gcc -Wp,-MT,serial.o,-MD,./.serial.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -c -o serial.o serial.c
gcc -Wp,-MT,ymsend.o,-MD,./.ymsend.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -c -o ymsend.o ymsend.c
gcc -Wp,-MT,srecsend.o,-MD,./.srecsend.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -c -o srecsend.o srecsend.c
gcc -Wp,-MT,conio.o,-MD,./.conio.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -c -o conio.o conio.c
gcc -Wp,-MT,memcpy.o,-MD,./.memcpy.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -D__ASSEMBLY__ -c -o memcpy.o memcpy.S
gcc -Wp,-MT,memset.o,-MD,./.memset.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -D__ASSEMBLY__ -c -o memset.o memset.S
gcc -Wp,-MT,skipatou.o,-MD,./.skipatou.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -c -o skipatou.o skipatou.c
gcc -Wp,-MT,strtoul.o,-MD,./.strtoul.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -c -o strtoul.o strtoul.c
gcc -Wp,-MT,argv.o,-MD,./.argv.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -c -o argv.o argv.c
gcc -Wp,-MT,printf.o,-MD,./.printf.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -c -o printf.o printf.c
gcc -Wp,-MT,__divdi3.o,-MD,./.__divdi3.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -c -o __divdi3.o __divdi3.c
gcc -Wp,-MT,__udivmoddi4.o,-MD,./.__udivmoddi4.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-include code16.h -I. -c -o __udivmoddi4.o __udivmoddi4.c
rm -f libcom.a
ar cq libcom.a conio.o memcpy.o memset.o skipatou.o strtoul.o argv.o
printf.o __divdi3.o __udivmoddi4.o
ranlib libcom.a
ld -m elf_i386 -T com16.ld -o memdump.elf crt0.o main.o serial.o ymsend.o
srecsend.o libcom.a
objcopy -O binary memdump.elf memdump.com
make[1]: Leaving directory `/root/syslinux-5.10/memdump'
make[1]: Entering directory `/root/syslinux-5.10/gpxe'
make -C src NO_WERROR=1 bin/blib.a
make[2]: Entering directory `/root/syslinux-5.10/gpxe/src'
[MEDIADEPS] raw
[MEDIADEPS] hd
[MEDIADEPS] nbi
[MEDIADEPS] dsk
[MEDIADEPS] lkrn
[MEDIADEPS] kkpxe
[MEDIADEPS] kpxe
[MEDIADEPS] pxe
[MEDIADEPS] xrom
[MEDIADEPS] hrom
[MEDIADEPS] rom
[DEPS] arch/i386/interface/syslinux/com32_wrapper.S
[DEPS] arch/i386/interface/pxe/pxe_entry.S
[DEPS] arch/i386/drivers/net/undiisr.S
[DEPS] arch/i386/firmware/pcbios/e820mangler.S
[DEPS] arch/i386/prefix/libprefix.S
[DEPS] arch/i386/prefix/dskprefix.S
[DEPS] arch/i386/prefix/hromprefix.S
[DEPS] arch/i386/prefix/unnrv2b.S
[DEPS] arch/i386/prefix/lkrnprefix.S
[DEPS] arch/i386/prefix/unnrv2b16.S
[DEPS] arch/i386/prefix/nbiprefix.S
[DEPS] arch/i386/prefix/undiloader.S
[DEPS] arch/i386/prefix/bootpart.S
[DEPS] arch/i386/prefix/nullprefix.S
[DEPS] arch/i386/prefix/kpxeprefix.S
[DEPS] arch/i386/prefix/xromprefix.S
[DEPS] arch/i386/prefix/kkpxeprefix.S
[DEPS] arch/i386/prefix/usbdisk.S
[DEPS] arch/i386/prefix/hdprefix.S
[DEPS] arch/i386/prefix/pxeprefix.S
[DEPS] arch/i386/prefix/romprefix.S
[DEPS] arch/i386/prefix/mbr.S
[DEPS] arch/i386/transitions/libkir.S
[DEPS] arch/i386/transitions/libpm.S
[DEPS] arch/i386/transitions/librm.S
[DEPS] arch/i386/core/virtaddr.S
[DEPS] arch/i386/core/gdbidt.S
[DEPS] arch/i386/core/setjmp.S
[DEPS] arch/i386/core/stack.S
[DEPS] arch/i386/core/stack16.S
[DEPS] tests/gdbstub_test.S
[DEPS] arch/x86/prefix/efiprefix.c
[DEPS] arch/x86/prefix/efidrvprefix.c
[DEPS] arch/x86/interface/efi/efix86_nap.c
[DEPS] arch/x86/core/pcidirect.c
[DEPS] arch/x86/core/x86_string.c
[DEPS] arch/i386/hci/commands/pxe_cmd.c
[DEPS] arch/i386/interface/syslinux/comboot_call.c
[DEPS] arch/i386/interface/syslinux/com32_call.c
[DEPS] arch/i386/interface/syslinux/comboot_resolv.c
[DEPS] arch/i386/interface/pxeparent/pxeparent.c
[DEPS] arch/i386/interface/pxeparent/pxeparent_dhcp.c
[DEPS] arch/i386/interface/pxe/pxe_call.c
[DEPS] arch/i386/interface/pxe/pxe_file.c
[DEPS] arch/i386/interface/pxe/pxe_tftp.c
[DEPS] arch/i386/interface/pxe/pxe_preboot.c
[DEPS] arch/i386/interface/pxe/pxe_loader.c
[DEPS] arch/i386/interface/pxe/pxe_errors.c
[DEPS] arch/i386/interface/pxe/pxe_undi.c
[DEPS] arch/i386/interface/pxe/pxe_udp.c
[DEPS] arch/i386/interface/pcbios/bios_nap.c
[DEPS] arch/i386/interface/pcbios/keepsan.c
[DEPS] arch/i386/interface/pcbios/int13.c
[DEPS] arch/i386/interface/pcbios/pcibios.c
[DEPS] arch/i386/interface/pcbios/bios_timer.c
[DEPS] arch/i386/interface/pcbios/biosint.c
[DEPS] arch/i386/interface/pcbios/abft.c
[DEPS] arch/i386/interface/pcbios/ib_srpboot.c
[DEPS] arch/i386/interface/pcbios/ibft.c
[DEPS] arch/i386/interface/pcbios/iscsiboot.c
[DEPS] arch/i386/interface/pcbios/memtop_umalloc.c
[DEPS] arch/i386/interface/pcbios/aoeboot.c
[DEPS] arch/i386/interface/pcbios/bios_smbios.c
[DEPS] arch/i386/interface/pcbios/sbft.c
[DEPS] arch/i386/drivers/net/undipreload.c
[DEPS] arch/i386/drivers/net/undiload.c
[DEPS] arch/i386/drivers/net/undionly.c
[DEPS] arch/i386/drivers/net/undi.c
[DEPS] arch/i386/drivers/net/undinet.c
[DEPS] arch/i386/drivers/net/undirom.c
[DEPS] arch/i386/image/com32.c
[DEPS] arch/i386/image/nbi.c
[DEPS] arch/i386/image/bzimage.c
[DEPS] arch/i386/image/pxe_image.c
[DEPS] arch/i386/image/multiboot.c
[DEPS] arch/i386/image/bootsector.c
[DEPS] arch/i386/image/elfboot.c
[DEPS] arch/i386/image/eltorito.c
[DEPS] arch/i386/image/comboot.c
[DEPS] arch/i386/firmware/pcbios/hidemem.c
[DEPS] arch/i386/firmware/pcbios/memmap.c
[DEPS] arch/i386/firmware/pcbios/basemem.c
[DEPS] arch/i386/firmware/pcbios/gateA20.c
[DEPS] arch/i386/firmware/pcbios/bios_console.c
[DEPS] arch/i386/firmware/pcbios/fakee820.c
[DEPS] arch/i386/firmware/pcbios/pnpbios.c
[DEPS] arch/i386/transitions/librm_mgmt.c
[DEPS] arch/i386/core/rdtsc_timer.c
[DEPS] arch/i386/core/basemem_packet.c
[DEPS] arch/i386/core/video_subr.c
[DEPS] arch/i386/core/gdbmach.c
[DEPS] arch/i386/core/cpu.c
[DEPS] arch/i386/core/pic8259.c
[DEPS] arch/i386/core/timer2.c
[DEPS] arch/i386/core/x86_io.c
[DEPS] arch/i386/core/relocate.c
[DEPS] arch/i386/core/nulltrap.c
[DEPS] arch/i386/core/dumpregs.c
[DEPS] config/config_net80211.c
[DEPS] config/config.c
[DEPS] config/config_romprefix.c
[DEPS] usr/route.c
[DEPS] usr/iwmgmt.c
[DEPS] usr/imgmgmt.c
[DEPS] usr/pxemenu.c
[DEPS] usr/dhcpmgmt.c
[DEPS] usr/ifmgmt.c
[DEPS] usr/autoboot.c
[DEPS] hci/mucurses/widgets/editbox.c
[DEPS] hci/mucurses/alert.c
[DEPS] hci/mucurses/clear.c
[DEPS] hci/mucurses/print_nadv.c
[DEPS] hci/mucurses/edging.c
[DEPS] hci/mucurses/ansi_screen.c
[DEPS] hci/mucurses/slk.c
[DEPS] hci/mucurses/winattrs.c
[DEPS] hci/mucurses/wininit.c
[DEPS] hci/mucurses/mucurses.c
[DEPS] hci/mucurses/windows.c
[DEPS] hci/mucurses/print.c
[DEPS] hci/mucurses/colour.c
[DEPS] hci/mucurses/kb.c
[DEPS] hci/tui/login_ui.c
[DEPS] hci/tui/settings_ui.c
[DEPS] hci/commands/nvo_cmd.c
[DEPS] hci/commands/login_cmd.c
[DEPS] hci/commands/config_cmd.c
[DEPS] hci/commands/sanboot_cmd.c
[DEPS] hci/commands/ifmgmt_cmd.c
[DEPS] hci/commands/gdbstub_cmd.c
[DEPS] hci/commands/autoboot_cmd.c
[DEPS] hci/commands/time_cmd.c
[DEPS] hci/commands/dhcp_cmd.c
[DEPS] hci/commands/route_cmd.c
[DEPS] hci/commands/digest_cmd.c
[DEPS] hci/commands/image_cmd.c
[DEPS] hci/commands/iwmgmt_cmd.c
[DEPS] hci/strerror.c
[DEPS] hci/readline.c
[DEPS] hci/editstring.c
[DEPS] hci/shell.c
[DEPS] hci/shell_banner.c
[DEPS] hci/wireless_errors.c
[DEPS] crypto/axtls/bigint.c
[DEPS] crypto/axtls/rsa.c
[DEPS] crypto/axtls/sha1.c
[DEPS] crypto/axtls/aes.c
[DEPS] crypto/chap.c
[DEPS] crypto/x509.c
[DEPS] crypto/arc4.c
[DEPS] crypto/crypto_null.c
[DEPS] crypto/md5.c
[DEPS] crypto/crandom.c
[DEPS] crypto/hmac.c
[DEPS] crypto/asn1.c
[DEPS] crypto/sha1extra.c
[DEPS] crypto/aes_wrap.c
[DEPS] crypto/axtls_sha1.c
[DEPS] crypto/axtls_aes.c
[DEPS] crypto/cbc.c
[DEPS] crypto/crc32.c
[DEPS] tests/memcpy_test.c
[DEPS] tests/umalloc_test.c
[DEPS] tests/uri_test.c
[DEPS] tests/linebuf_test.c
[DEPS] interface/smbios/smbios_settings.c
[DEPS] interface/smbios/smbios.c
[DEPS] interface/efi/efi_io.c
[DEPS] interface/efi/efi_uaccess.c
[DEPS] interface/efi/efi_init.c
[DEPS] interface/efi/efi_smbios.c
[DEPS] interface/efi/efi_timer.c
[DEPS] interface/efi/efi_umalloc.c
[DEPS] interface/efi/efi_strerror.c
[DEPS] interface/efi/efi_pci.c
[DEPS] interface/efi/efi_snp.c
[DEPS] interface/efi/efi_console.c
[DEPS] drivers/infiniband/linda_fw.c
[DEPS] drivers/infiniband/arbel.c
[DEPS] drivers/infiniband/hermon.c
[DEPS] drivers/infiniband/linda.c
[DEPS] drivers/bitbash/i2c_bit.c
[DEPS] drivers/bitbash/spi_bit.c
[DEPS] drivers/bitbash/bitbash.c
[DEPS] drivers/nvs/nvs.c
[DEPS] drivers/nvs/threewire.c
[DEPS] drivers/nvs/spi.c
[DEPS] drivers/block/scsi.c
[DEPS] drivers/block/srp.c
[DEPS] drivers/block/ata.c
[DEPS] drivers/block/ramdisk.c
[DEPS] drivers/net/ath5k/ath5k_caps.c
[DEPS] drivers/net/ath5k/ath5k_eeprom.c
[DEPS] drivers/net/ath5k/ath5k_qcu.c
[DEPS] drivers/net/ath5k/ath5k_desc.c
[DEPS] drivers/net/ath5k/ath5k_pcu.c
[DEPS] drivers/net/ath5k/ath5k_initvals.c
[DEPS] drivers/net/ath5k/ath5k_phy.c
[DEPS] drivers/net/ath5k/ath5k_dma.c
[DEPS] drivers/net/ath5k/ath5k_gpio.c
[DEPS] drivers/net/ath5k/ath5k_rfkill.c
[DEPS] drivers/net/ath5k/ath5k_attach.c
[DEPS] drivers/net/ath5k/ath5k.c
[DEPS] drivers/net/ath5k/ath5k_reset.c
[DEPS] drivers/net/rtl818x/rtl8180_sa2400.c
[DEPS] drivers/net/rtl818x/rtl8185_rtl8225.c
[DEPS] drivers/net/rtl818x/rtl8180.c
[DEPS] drivers/net/rtl818x/rtl818x.c
[DEPS] drivers/net/rtl818x/rtl8185.c
[DEPS] drivers/net/rtl818x/rtl8180_max2820.c
[DEPS] drivers/net/rtl818x/rtl8180_grf5101.c
[DEPS] drivers/net/phantom/phantom.c
[DEPS] drivers/net/e1000/e1000.c
[DEPS] drivers/net/e1000/e1000_hw.c
[DEPS] drivers/net/3c503.c
[DEPS] drivers/net/r8169.c
[DEPS] drivers/net/sis900.c
[DEPS] drivers/net/prism2_plx.c
[DEPS] drivers/net/ne.c
[DEPS] drivers/net/ns83820.c
[DEPS] drivers/net/myri10ge.c
[DEPS] drivers/net/pnic.c
[DEPS] drivers/net/3c529.c
[DEPS] drivers/net/3c509.c
[DEPS] drivers/net/davicom.c
[DEPS] drivers/net/3c90x.c
[DEPS] drivers/net/virtio-net.c
[DEPS] drivers/net/legacy.c
[DEPS] drivers/net/3c595.c
[DEPS] drivers/net/sundance.c
[DEPS] drivers/net/via-velocity.c
[DEPS] drivers/net/forcedeth.c
[DEPS] drivers/net/bnx2.c
[DEPS] drivers/net/epic100.c
[DEPS] drivers/net/sky2.c
[DEPS] drivers/net/sis190.c
[DEPS] drivers/net/tulip.c
[DEPS] drivers/net/natsemi.c
[DEPS] drivers/net/wd.c
[DEPS] drivers/net/etherfabric.c
[DEPS] drivers/net/skge.c
[DEPS] drivers/net/mtd80x.c
[DEPS] drivers/net/3c5x9.c
[DEPS] drivers/net/tg3.c
[DEPS] drivers/net/3c509-eisa.c
[DEPS] drivers/net/ns8390.c
[DEPS] drivers/net/dmfe.c
[DEPS] drivers/net/smc9000.c
[DEPS] drivers/net/ne2k_isa.c
[DEPS] drivers/net/tlan.c
[DEPS] drivers/net/eepro100.c
[DEPS] drivers/net/atl1e.c
[DEPS] drivers/net/pcnet32.c
[DEPS] drivers/net/ipoib.c
[DEPS] drivers/net/cs89x0.c
[DEPS] drivers/net/b44.c
[DEPS] drivers/net/via-rhine.c
[DEPS] drivers/net/w89c840.c
[DEPS] drivers/net/3c515.c
[DEPS] drivers/net/rtl8139.c
[DEPS] drivers/net/prism2_pci.c
[DEPS] drivers/net/eepro.c
[DEPS] drivers/net/mtnic.c
[DEPS] drivers/net/amd8111e.c
[DEPS] drivers/net/depca.c
[DEPS] drivers/bus/mca.c
[DEPS] drivers/bus/eisa.c
[DEPS] drivers/bus/pcibackup.c
[DEPS] drivers/bus/pciextra.c
[DEPS] drivers/bus/isa_ids.c
[DEPS] drivers/bus/isa.c
[DEPS] drivers/bus/virtio-pci.c
[DEPS] drivers/bus/virtio-ring.c
[DEPS] drivers/bus/isapnp.c
[DEPS] drivers/bus/pci.c
[DEPS] image/embedded.c
[DEPS] image/segment.c
[DEPS] image/efi_image.c
[DEPS] image/elf.c
[DEPS] image/script.c
[DEPS] net/80211/wpa_tkip.c
[DEPS] net/80211/wpa_psk.c
[DEPS] net/80211/wep.c
[DEPS] net/80211/sec80211.c
[DEPS] net/80211/rc80211.c
[DEPS] net/80211/wpa_ccmp.c
[DEPS] net/80211/wpa.c
[DEPS] net/80211/net80211.c
[DEPS] net/infiniband/ib_mcast.c
[DEPS] net/infiniband/ib_srp.c
[DEPS] net/infiniband/ib_cmrc.c
[DEPS] net/infiniband/ib_sma.c
[DEPS] net/infiniband/ib_pathrec.c
[DEPS] net/infiniband/ib_smc.c
[DEPS] net/infiniband/ib_packet.c
[DEPS] net/infiniband/ib_cm.c
[DEPS] net/infiniband/ib_mi.c
[DEPS] net/udp/tftp.c
[DEPS] net/udp/slam.c
[DEPS] net/udp/dns.c
[DEPS] net/udp/dhcp.c
[DEPS] net/tcp/http.c
[DEPS] net/tcp/ftp.c
[DEPS] net/tcp/iscsi.c
[DEPS] net/tcp/https.c
[DEPS] net/netdev_settings.c
[DEPS] net/dhcpopts.c
[DEPS] net/udp.c
[DEPS] net/icmp.c
[DEPS] net/retry.c
[DEPS] net/netdevice.c
[DEPS] net/cachedhcp.c
[DEPS] net/dhcppkt.c
[DEPS] net/ndp.c
[DEPS] net/infiniband.c
[DEPS] net/ipv4.c
[DEPS] net/nullnet.c
[DEPS] net/rarp.c
[DEPS] net/aoe.c
[DEPS] net/ipv6.c
[DEPS] net/tcpip.c
[DEPS] net/ethernet.c
[DEPS] net/arp.c
[DEPS] net/mii.c
[DEPS] net/tcp.c
[DEPS] net/iobpad.c
[DEPS] net/tls.c
[DEPS] net/icmpv6.c
[DEPS] net/fakedhcp.c
[DEPS] net/eapol.c
[DEPS] core/pcmcia.c
[DEPS] core/serial_console.c
[DEPS] core/uuid.c
[DEPS] core/timer.c
[DEPS] core/nvo.c
[DEPS] core/image.c
[DEPS] core/debug.c
[DEPS] core/monojob.c
[DEPS] core/basename.c
[DEPS] core/random.c
[DEPS] core/serial.c
[DEPS] core/base64.c
[DEPS] core/exec.c
[DEPS] core/iobuf.c
[DEPS] core/pc_kbd.c
[DEPS] core/linebuf.c
[DEPS] core/ansiesc.c
[DEPS] core/malloc.c
[DEPS] core/filter.c
[DEPS] core/gdbserial.c
[DEPS] core/process.c
[DEPS] core/main.c
[DEPS] core/errno.c
[DEPS] core/cwuri.c
[DEPS] core/misc.c
[DEPS] core/gdbstub.c
[DEPS] core/cpio.c
[DEPS] core/proto_eth_slow.c
[DEPS] core/device.c
[DEPS] core/job.c
[DEPS] core/acpi.c
[DEPS] core/open.c
[DEPS] core/i82365.c
[DEPS] core/gdbudp.c
[DEPS] core/posix_io.c
[DEPS] core/xfer.c
[DEPS] core/null_nap.c
[DEPS] core/vsprintf.c
[DEPS] core/bitops.c
[DEPS] core/string.c
[DEPS] core/downloader.c
[DEPS] core/console.c
[DEPS] core/init.c
[DEPS] core/refcnt.c
[DEPS] core/bitmap.c
[DEPS] core/getopt.c
[DEPS] core/resolv.c
[DEPS] core/stringextra.c
[DEPS] core/asprintf.c
[DEPS] core/getkey.c
[DEPS] core/uri.c
[DEPS] core/btext.c
[DEPS] core/interface.c
[DEPS] core/hw.c
[DEPS] core/settings.c
[DEPS] core/ctype.c
[DEPS] libgcc/__udivmoddi4.c
[DEPS] libgcc/__divdi3.c
[DEPS] libgcc/icc.c
[DEPS] libgcc/memcpy.c
[DEPS] libgcc/__moddi3.c
[DEPS] libgcc/__udivdi3.c
[DEPS] libgcc/__umoddi3.c
make[2]: Leaving directory `/root/syslinux-5.10/gpxe/src'
make[2]: Entering directory `/root/syslinux-5.10/gpxe/src'
[BUILD] bin/__umoddi3.o
[BUILD] bin/__udivdi3.o
[BUILD] bin/__moddi3.o
[BUILD] bin/memcpy.o
[BUILD] bin/icc.o
[BUILD] bin/__divdi3.o
[BUILD] bin/__udivmoddi4.o
[BUILD] bin/ctype.o
[BUILD] bin/settings.o
[BUILD] bin/hw.o
[BUILD] bin/interface.o
[BUILD] bin/btext.o
[BUILD] bin/uri.o
[BUILD] bin/getkey.o
[BUILD] bin/asprintf.o
[BUILD] bin/stringextra.o
[BUILD] bin/resolv.o
[BUILD] bin/getopt.o
[BUILD] bin/bitmap.o
[BUILD] bin/refcnt.o
[BUILD] bin/init.o
[BUILD] bin/console.o
[BUILD] bin/downloader.o
[BUILD] bin/string.o
[BUILD] bin/bitops.o
[BUILD] bin/vsprintf.o
[BUILD] bin/null_nap.o
[BUILD] bin/xfer.o
[BUILD] bin/posix_io.o
[BUILD] bin/gdbudp.o
[BUILD] bin/i82365.o
[BUILD] bin/open.o
[BUILD] bin/acpi.o
[BUILD] bin/job.o
[BUILD] bin/device.o
[BUILD] bin/proto_eth_slow.o
[BUILD] bin/cpio.o
[BUILD] bin/gdbstub.o
[BUILD] bin/misc.o
[BUILD] bin/cwuri.o
[BUILD] bin/errno.o
[BUILD] bin/main.o
[BUILD] bin/process.o
[BUILD] bin/gdbserial.o
[BUILD] bin/filter.o
[BUILD] bin/malloc.o
[BUILD] bin/ansiesc.o
[BUILD] bin/linebuf.o
[BUILD] bin/pc_kbd.o
[BUILD] bin/iobuf.o
[BUILD] bin/exec.o
[BUILD] bin/base64.o
[BUILD] bin/serial.o
[BUILD] bin/random.o
[BUILD] bin/basename.o
[BUILD] bin/monojob.o
[BUILD] bin/debug.o
[BUILD] bin/image.o
[BUILD] bin/nvo.o
[BUILD] bin/timer.o
[BUILD] bin/uuid.o
[BUILD] bin/serial_console.o
[BUILD] bin/pcmcia.o
[BUILD] bin/eapol.o
[BUILD] bin/fakedhcp.o
[BUILD] bin/icmpv6.o
[BUILD] bin/tls.o
[BUILD] bin/iobpad.o
[BUILD] bin/tcp.o
[BUILD] bin/mii.o
[BUILD] bin/arp.o
[BUILD] bin/ethernet.o
[BUILD] bin/tcpip.o
[BUILD] bin/ipv6.o
[BUILD] bin/aoe.o
[BUILD] bin/rarp.o
[BUILD] bin/nullnet.o
[BUILD] bin/ipv4.o
[BUILD] bin/infiniband.o
[BUILD] bin/ndp.o
[BUILD] bin/dhcppkt.o
[BUILD] bin/cachedhcp.o
[BUILD] bin/netdevice.o
[BUILD] bin/retry.o
[BUILD] bin/icmp.o
[BUILD] bin/udp.o
[BUILD] bin/dhcpopts.o
[BUILD] bin/netdev_settings.o
[BUILD] bin/https.o
[BUILD] bin/iscsi.o
[BUILD] bin/ftp.o
[BUILD] bin/http.o
[BUILD] bin/dhcp.o
[BUILD] bin/dns.o
[BUILD] bin/slam.o
[BUILD] bin/tftp.o
[BUILD] bin/ib_mi.o
[BUILD] bin/ib_cm.o
[BUILD] bin/ib_packet.o
[BUILD] bin/ib_smc.o
[BUILD] bin/ib_pathrec.o
[BUILD] bin/ib_sma.o
[BUILD] bin/ib_cmrc.o
[BUILD] bin/ib_srp.o
[BUILD] bin/ib_mcast.o
[BUILD] bin/net80211.o
[BUILD] bin/wpa.o
[BUILD] bin/wpa_ccmp.o
[BUILD] bin/rc80211.o
[BUILD] bin/sec80211.o
[BUILD] bin/wep.o
[BUILD] bin/wpa_psk.o
[BUILD] bin/wpa_tkip.o
[BUILD] bin/script.o
[BUILD] bin/elf.o
[BUILD] bin/efi_image.o
[BUILD] bin/segment.o
[BUILD] bin/embedded.o
[BUILD] bin/pci.o
[BUILD] bin/isapnp.o
[BUILD] bin/virtio-ring.o
[BUILD] bin/virtio-pci.o
[BUILD] bin/isa.o
drivers/bus/isa.c: In function ‘isabus_probe’:
drivers/bus/isa.c:50:25: warning: array subscript is above array bounds
[-Warray-bounds]
isa_extra_probe_addrs[ (ioidx) + ISA_EXTRA_PROBE_ADDR_COUNT ] : \
^
drivers/bus/isa.c:112:18: note: in expansion of macro ‘ISA_IOADDR’
isa->ioaddr = ISA_IOADDR ( driver, ioidx );
^
[BUILD] bin/isa_ids.o
[BUILD] bin/pciextra.o
[BUILD] bin/pcibackup.o
[BUILD] bin/eisa.o
[BUILD] bin/mca.o
[BUILD] bin/depca.o
[BUILD] bin/amd8111e.o
[BUILD] bin/mtnic.o
[BUILD] bin/eepro.o
drivers/net/eepro.c: In function ‘eepro_transmit’:
drivers/net/eepro.c:414:23: warning: variable ‘tx_available’ set but not
used [-Wunused-but-set-variable]
unsigned int status, tx_available, last, end, length;
^
[BUILD] bin/prism2_pci.o
[BUILD] bin/rtl8139.o
[BUILD] bin/3c515.o
[BUILD] bin/w89c840.o
drivers/net/w89c840.c: In function ‘w89c840_probe’:
drivers/net/w89c840.c:628:12: warning: variable ‘j’ set but not used
[-Wunused-but-set-variable]
int i, j;
^
[BUILD] bin/via-rhine.o
[BUILD] bin/b44.o
[BUILD] bin/cs89x0.o
[BUILD] bin/ipoib.o
[BUILD] bin/pcnet32.o
drivers/net/pcnet32.c: In function ‘pcnet32_probe’:
drivers/net/pcnet32.c:910:7: warning: variable ‘tmp’ set but not used
[-Wunused-but-set-variable]
int tmp;
^
[BUILD] bin/atl1e.o
drivers/net/atl1e.c: In function ‘atl1e_init_ring_resources’:
drivers/net/atl1e.c:324:24: warning: variable ‘tx_ring’ set but not used
[-Wunused-but-set-variable]
struct atl1e_tx_ring *tx_ring = NULL;
^
[BUILD] bin/eepro100.o
[BUILD] bin/tlan.o
[BUILD] bin/ne2k_isa.o
[BUILD] bin/smc9000.o
drivers/net/smc9000.c: In function ‘smc_phy_configure’:
drivers/net/smc9000.c:360:9: warning: variable ‘failed’ set but not used
[-Wunused-but-set-variable]
int failed = 0;
^
[BUILD] bin/dmfe.o
[BUILD] bin/ns8390.o
[BUILD] bin/3c509-eisa.o
[BUILD] bin/tg3.o
[BUILD] bin/3c5x9.o
[BUILD] bin/mtd80x.o
[BUILD] bin/skge.o
[BUILD] bin/etherfabric.o
drivers/net/etherfabric.c: In function ‘clear_b0_fpga_memories’:
drivers/net/etherfabric.c:3082:15: warning: variable ‘blankd’ set but not
used [-Wunused-but-set-variable]
efab_dword_t blankd;
^
drivers/net/etherfabric.c: In function ‘falcon_probe_nic_variant’:
drivers/net/etherfabric.c:3184:6: warning: variable ‘is_pcie’ set but not
used [-Wunused-but-set-variable]
int is_pcie, fpga_version;
^
[BUILD] bin/wd.o
[BUILD] bin/natsemi.o
[BUILD] bin/tulip.o
drivers/net/tulip.c: In function ‘tulip_poll’:
drivers/net/tulip.c:1174:13: warning: operation on ‘tp->cur_rx’ may be
undefined [-Wsequence-point]
tp->cur_rx = (++tp->cur_rx) % RX_RING_SIZE;
^
drivers/net/tulip.c:1183:16: warning: operation on ‘tp->cur_rx’ may be
undefined [-Wsequence-point]
tp->cur_rx = (++tp->cur_rx) % RX_RING_SIZE;
^
[BUILD] bin/sis190.o
drivers/net/sis190.c: In function ‘sis190_probe’:
drivers/net/sis190.c:1118:8: warning: variable ‘ioaddr’ set but not used
[-Wunused-but-set-variable]
void *ioaddr;
^
[BUILD] bin/sky2.o
drivers/net/sky2.c: In function ‘sky2_status_intr’:
drivers/net/sky2.c:1648:21: warning: variable ‘sky2’ set but not used
[-Wunused-but-set-variable]
struct sky2_port *sky2;
^
drivers/net/sky2.c: In function ‘sky2_set_multicast’:
drivers/net/sky2.c:2161:6: warning: variable ‘rx_pause’ set but not used
[-Wunused-but-set-variable]
int rx_pause;
^
[BUILD] bin/epic100.o
drivers/net/epic100.c: In function ‘epic100_open’:
drivers/net/epic100.c:234:9: warning: variable ‘full_duplex’ set but not
used [-Wunused-but-set-variable]
int full_duplex = 0;
^
[BUILD] bin/bnx2.o
[BUILD] bin/forcedeth.o
drivers/net/forcedeth.c: In function ‘forcedeth_reset’:
drivers/net/forcedeth.c:1049:7: warning: variable ‘miistat’ set but not
used [-Wunused-but-set-variable]
u32 miistat;
^
drivers/net/forcedeth.c:920:11: warning: variable ‘oom’ set but not used
[-Wunused-but-set-variable]
int ret, oom, i;
^
[BUILD] bin/via-velocity.o
drivers/net/via-velocity.c: In function ‘velocity_open’:
drivers/net/via-velocity.c:1226:6: warning: variable ‘ret’ set but not used
[-Wunused-but-set-variable]
int ret;
^
drivers/net/via-velocity.c: In function ‘velocity_set_media_mode’:
drivers/net/via-velocity.c:1609:6: warning: variable ‘curr_status’ set but
not used [-Wunused-but-set-variable]
u32 curr_status;
^
[BUILD] bin/sundance.o
[BUILD] bin/3c595.o
[BUILD] bin/legacy.o
[BUILD] bin/virtio-net.o
drivers/net/virtio-net.c: In function ‘virtnet_poll’:
drivers/net/virtio-net.c:102:27: warning: variable ‘hdr’ set but not used
[-Wunused-but-set-variable]
struct virtio_net_hdr *hdr;
^
[BUILD] bin/3c90x.o
[BUILD] bin/davicom.o
[BUILD] bin/3c509.o
[BUILD] bin/3c529.o
[BUILD] bin/pnic.o
[BUILD] bin/myri10ge.o
drivers/net/myri10ge.c: In function ‘myri10ge_command’:
drivers/net/myri10ge.c:267:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
* ( uint32 * ) &command->pad[i] = 0;
^
drivers/net/myri10ge.c:269:2: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
* ( uint32 * ) &command->pad[36] = 0;
^
[BUILD] bin/ns83820.o
drivers/net/ns83820.c: In function ‘phy_intr’:
drivers/net/ns83820.c:409:6: warning: variable ‘tbisr’ set but not used
[-Wunused-but-set-variable]
u32 tbisr, tanar, tanlpar;
^
drivers/net/ns83820.c: In function ‘ns83820_poll’:
drivers/net/ns83820.c:690:13: warning: operation on ‘ns->cur_rx’ may be
undefined [-Wsequence-point]
ns->cur_rx = ++ns->cur_rx % NR_RX_DESC;
^
[BUILD] bin/ne.o
[BUILD] bin/prism2_plx.o
[BUILD] bin/sis900.o
drivers/net/sis900.c: In function ‘sis900_poll’:
drivers/net/sis900.c:1186:9: warning: variable ‘intr_status’ set but not
used [-Wunused-but-set-variable]
u32 intr_status;
^
[BUILD] bin/r8169.o
[BUILD] bin/3c503.o
[BUILD] bin/e1000_hw.o
drivers/net/e1000/e1000_hw.c: In function ‘e1000_phy_init_script’:
drivers/net/e1000/e1000_hw.c:217:14: warning: variable ‘ret_val’ set but
not used [-Wunused-but-set-variable]
uint32_t ret_val;
^
drivers/net/e1000/e1000_hw.c: In function ‘e1000_reset_hw’:
drivers/net/e1000/e1000_hw.c:541:14: warning: variable ‘icr’ set but not
used [-Wunused-but-set-variable]
uint32_t icr;
^
drivers/net/e1000/e1000_hw.c: In function ‘e1000_clear_hw_cntrs’:
drivers/net/e1000/e1000_hw.c:6469:23: warning: variable ‘temp’ set but not
used [-Wunused-but-set-variable]
volatile uint32_t temp;
^
[BUILD] bin/e1000.o
drivers/net/e1000/e1000.c: In function ‘e1000_close’:
drivers/net/e1000/e1000.c:602:11: warning: variable ‘icr’ set but not used
[-Wunused-but-set-variable]
uint32_t icr;
^
[BUILD] bin/phantom.o
drivers/net/phantom/phantom.c: In function ‘phantom_dmesg’:
drivers/net/phantom/phantom.c:451:11: warning: variable ‘len’ set but not
used [-Wunused-but-set-variable]
uint32_t len;
^
[BUILD] bin/rtl8180_grf5101.o
[BUILD] bin/rtl8180_max2820.o
[BUILD] bin/rtl8185.o
[BUILD] bin/rtl818x.o
[BUILD] bin/rtl8180.o
[BUILD] bin/rtl8185_rtl8225.o
[BUILD] bin/rtl8180_sa2400.o
[BUILD] bin/ath5k_reset.o
drivers/net/ath5k/ath5k_reset.c: In function ‘ath5k_hw_reset’:
drivers/net/ath5k/ath5k_reset.c:701:56: warning: variable ‘tsf_lo’ set but
not used [-Wunused-but-set-variable]
u32 s_seq[10], s_ant, s_led[3], staid1_flags, tsf_up, tsf_lo;
^
drivers/net/ath5k/ath5k_reset.c:701:48: warning: variable ‘tsf_up’ set but
not used [-Wunused-but-set-variable]
u32 s_seq[10], s_ant, s_led[3], staid1_flags, tsf_up, tsf_lo;
^
[BUILD] bin/ath5k.o
[BUILD] bin/ath5k_attach.o
[BUILD] bin/ath5k_rfkill.o
[BUILD] bin/ath5k_gpio.o
[BUILD] bin/ath5k_dma.o
[BUILD] bin/ath5k_phy.o
drivers/net/ath5k/ath5k_phy.c: In function ‘ath5k_hw_rf_gainf_corr’:
drivers/net/ath5k/ath5k_phy.c:217:7: warning: variable ‘rf’ set but not
used [-Wunused-but-set-variable]
u32 *rf;
^
drivers/net/ath5k/ath5k_phy.c: In function
‘ath5k_hw_rf_check_gainf_readback’:
drivers/net/ath5k/ath5k_phy.c:275:7: warning: variable ‘rf’ set but not
used [-Wunused-but-set-variable]
u32 *rf;
^
[BUILD] bin/ath5k_initvals.o
[BUILD] bin/ath5k_pcu.o
[BUILD] bin/ath5k_desc.o
[BUILD] bin/ath5k_qcu.o
drivers/net/ath5k/ath5k_qcu.c: In function ‘ath5k_hw_setup_tx_queue’:
drivers/net/ath5k/ath5k_qcu.c:58:15: warning: variable ‘queue’ set but not
used [-Wunused-but-set-variable]
unsigned int queue;
^
drivers/net/ath5k/ath5k_qcu.c: In function ‘ath5k_hw_reset_tx_queue’:
drivers/net/ath5k/ath5k_qcu.c:271:17: warning: comparison between ‘enum
ath5k_tx_queue’ and ‘enum ath5k_tx_queue_id’ [-Wenum-compare]
(tq->tqi_type != AR5K_TX_QUEUE_ID_CAB))
^
[BUILD] bin/ath5k_eeprom.o
[BUILD] bin/ath5k_caps.o
[BUILD] bin/ramdisk.o
[BUILD] bin/ata.o
[BUILD] bin/srp.o
[BUILD] bin/scsi.o
[BUILD] bin/spi.o
[BUILD] bin/threewire.o
[BUILD] bin/nvs.o
[BUILD] bin/bitbash.o
[BUILD] bin/spi_bit.o
[BUILD] bin/i2c_bit.o
[BUILD] bin/linda.o
[BUILD] bin/hermon.o
drivers/infiniband/hermon.c: In function ‘hermon_complete’:
drivers/infiniband/hermon.c:1427:28: warning: variable ‘hermon_qp’ set but
not used [-Wunused-but-set-variable]
struct hermon_queue_pair *hermon_qp;
^
[BUILD] bin/arbel.o
drivers/infiniband/arbel.c: In function ‘arbel_create_recv_wq’:
drivers/infiniband/arbel.c:737:9: warning: variable ‘nds’ set but not used
[-Wunused-but-set-variable]
size_t nds;
^
[BUILD] bin/linda_fw.o
[BUILD] bin/efi_console.o
[BUILD] bin/efi_snp.o
[BUILD] bin/efi_pci.o
[BUILD] bin/efi_strerror.o
[BUILD] bin/efi_umalloc.o
[BUILD] bin/efi_timer.o
[BUILD] bin/efi_smbios.o
[BUILD] bin/efi_init.o
[BUILD] bin/efi_uaccess.o
[BUILD] bin/efi_io.o
[BUILD] bin/smbios.o
[BUILD] bin/smbios_settings.o
[BUILD] bin/linebuf_test.o
[BUILD] bin/uri_test.o
tests/uri_test.c: In function ‘test_parse_unparse’:
tests/uri_test.c:37:9: warning: variable ‘len’ set but not used
[-Wunused-but-set-variable]
size_t len;
^
tests/uri_test.c: In function ‘test_resolve’:
tests/uri_test.c:75:9: warning: variable ‘len’ set but not used
[-Wunused-but-set-variable]
size_t len;
^
[BUILD] bin/umalloc_test.o
[BUILD] bin/memcpy_test.o
[BUILD] bin/crc32.o
[BUILD] bin/cbc.o
[BUILD] bin/axtls_aes.o
[BUILD] bin/axtls_sha1.o
[BUILD] bin/aes_wrap.o
[BUILD] bin/sha1extra.o
[BUILD] bin/asn1.o
[BUILD] bin/hmac.o
[BUILD] bin/crandom.o
[BUILD] bin/md5.o
[BUILD] bin/crypto_null.o
[BUILD] bin/arc4.o
[BUILD] bin/x509.o
[BUILD] bin/chap.o
[BUILD] bin/aes.o
[BUILD] bin/sha1.o
[BUILD] bin/rsa.o
[BUILD] bin/bigint.o
[BUILD] bin/wireless_errors.o
[BUILD] bin/shell_banner.o
[BUILD] bin/shell.o
[BUILD] bin/editstring.o
[BUILD] bin/readline.o
[BUILD] bin/strerror.o
[BUILD] bin/iwmgmt_cmd.o
[BUILD] bin/image_cmd.o
[BUILD] bin/digest_cmd.o
[BUILD] bin/route_cmd.o
[BUILD] bin/dhcp_cmd.o
[BUILD] bin/time_cmd.o
[BUILD] bin/autoboot_cmd.o
[BUILD] bin/gdbstub_cmd.o
[BUILD] bin/ifmgmt_cmd.o
[BUILD] bin/sanboot_cmd.o
[BUILD] bin/config_cmd.o
[BUILD] bin/login_cmd.o
[BUILD] bin/nvo_cmd.o
[BUILD] bin/settings_ui.o
[BUILD] bin/login_ui.o
[BUILD] bin/kb.o
[BUILD] bin/colour.o
[BUILD] bin/print.o
[BUILD] bin/windows.o
[BUILD] bin/mucurses.o
[BUILD] bin/wininit.o
[BUILD] bin/winattrs.o
[BUILD] bin/slk.o
[BUILD] bin/ansi_screen.o
[BUILD] bin/edging.o
[BUILD] bin/print_nadv.o
[BUILD] bin/clear.o
[BUILD] bin/alert.o
[BUILD] bin/editbox.o
[BUILD] bin/autoboot.o
[BUILD] bin/ifmgmt.o
[BUILD] bin/dhcpmgmt.o
[BUILD] bin/pxemenu.o
usr/pxemenu.c: In function ‘pxe_menu_boot’:
usr/pxemenu.c:302:14: warning: ‘menu’ may be used uninitialized in this
function [-Wmaybe-uninitialized]
while ( menu->timeout > 0 ) {
^
usr/pxemenu.c:346:19: note: ‘menu’ was declared here
struct pxe_menu *menu;
^
[BUILD] bin/imgmgmt.o
[BUILD] bin/iwmgmt.o
[BUILD] bin/route.o
[BUILD] bin/config_romprefix.o
[BUILD] bin/config.o
[BUILD] bin/config_net80211.o
[BUILD] bin/dumpregs.o
[BUILD] bin/nulltrap.o
[BUILD] bin/relocate.o
[BUILD] bin/x86_io.o
[BUILD] bin/timer2.o
[BUILD] bin/pic8259.o
[BUILD] bin/cpu.o
[BUILD] bin/gdbmach.o
[BUILD] bin/video_subr.o
[BUILD] bin/basemem_packet.o
[BUILD] bin/rdtsc_timer.o
[BUILD] bin/librm_mgmt.o
[BUILD] bin/pnpbios.o
[BUILD] bin/fakee820.o
[BUILD] bin/bios_console.o
[BUILD] bin/gateA20.o
[BUILD] bin/basemem.o
[BUILD] bin/memmap.o
[BUILD] bin/hidemem.o
[BUILD] bin/comboot.o
[BUILD] bin/eltorito.o
[BUILD] bin/elfboot.o
[BUILD] bin/bootsector.o
[BUILD] bin/multiboot.o
[BUILD] bin/pxe_image.o
[BUILD] bin/bzimage.o
[BUILD] bin/nbi.o
[BUILD] bin/com32.o
[BUILD] bin/undirom.o
[BUILD] bin/undinet.o
[BUILD] bin/undi.o
[BUILD] bin/undionly.o
[BUILD] bin/undiload.o
[BUILD] bin/undipreload.o
[BUILD] bin/sbft.o
[BUILD] bin/bios_smbios.o
[BUILD] bin/aoeboot.o
[BUILD] bin/memtop_umalloc.o
[BUILD] bin/iscsiboot.o
[BUILD] bin/ibft.o
arch/i386/interface/pcbios/ibft.c: In function ‘ibft_alloc_string’:
arch/i386/interface/pcbios/ibft.c:163:8: warning: variable ‘dest’ set but
not used [-Wunused-but-set-variable]
char *dest;
^
[BUILD] bin/ib_srpboot.o
[BUILD] bin/abft.o
[BUILD] bin/biosint.o
[BUILD] bin/bios_timer.o
[BUILD] bin/pcibios.o
[BUILD] bin/int13.o
[BUILD] bin/keepsan.o
[BUILD] bin/bios_nap.o
[BUILD] bin/pxe_udp.o
[BUILD] bin/pxe_undi.o
[BUILD] bin/pxe_errors.o
[BUILD] bin/pxe_loader.o
[BUILD] bin/pxe_preboot.o
[BUILD] bin/pxe_tftp.o
[BUILD] bin/pxe_file.o
[BUILD] bin/pxe_call.o
[BUILD] bin/pxeparent_dhcp.o
[BUILD] bin/pxeparent.o
[BUILD] bin/comboot_resolv.o
[BUILD] bin/com32_call.o
[BUILD] bin/comboot_call.o
[BUILD] bin/pxe_cmd.o
[BUILD] bin/x86_string.o
[BUILD] bin/pcidirect.o
[BUILD] bin/efix86_nap.o
[BUILD] bin/efidrvprefix.o
[BUILD] bin/efiprefix.o
[BUILD] bin/gdbstub_test.o
[BUILD] bin/stack16.o
[BUILD] bin/stack.o
[BUILD] bin/setjmp.o
[BUILD] bin/gdbidt.o
[BUILD] bin/virtaddr.o
[BUILD] bin/librm.o
[BUILD] bin/libpm.o
[BUILD] bin/libkir.o
[BUILD] bin/mbr.o
[BUILD] bin/romprefix.o
[BUILD] bin/pxeprefix.o
[BUILD] bin/hdprefix.o
[BUILD] bin/usbdisk.o
[BUILD] bin/kkpxeprefix.o
[BUILD] bin/xromprefix.o
[BUILD] bin/kpxeprefix.o
[BUILD] bin/nullprefix.o
[BUILD] bin/bootpart.o
[BUILD] bin/undiloader.o
[BUILD] bin/nbiprefix.o
[BUILD] bin/unnrv2b16.o
[BUILD] bin/lkrnprefix.o
[BUILD] bin/unnrv2b.o
[BUILD] bin/hromprefix.o
[BUILD] bin/dskprefix.o
[BUILD] bin/libprefix.o
[BUILD] bin/e820mangler.o
[BUILD] bin/undiisr.o
[BUILD] bin/pxe_entry.o
[BUILD] bin/com32_wrapper.o
[AR] bin/blib.a
ar: creating bin/blib.a
make[2]: Leaving directory `/root/syslinux-5.10/gpxe/src'
make -C src NO_WERROR=1 bin/undionly.kkpxe
EMBEDDED_IMAGE=../pxelinux.gpxe,../../core/pxelinux.0
make[2]: Entering directory `/root/syslinux-5.10/gpxe/src'
[BUILD] bin/embedded.o
[AR] bin/blib.a
ar: creating bin/blib.a
[HOSTCC] util/zbin
[LD] bin/undionly.kkpxe.tmp
[BIN] bin/undionly.kkpxe.bin
[ZINFO] bin/undionly.kkpxe.zinfo
[ZBIN] bin/undionly.kkpxe.zbin
[FINISH] bin/undionly.kkpxe
rm bin/undionly.kkpxe.zinfo bin/undionly.kkpxe.zbin bin/undionly.kkpxe.bin
make[2]: Leaving directory `/root/syslinux-5.10/gpxe/src'
cp -f src/bin/undionly.kkpxe gpxelinux.0
make -C src NO_WERROR=1 bin/undionly.kpxe
EMBEDDED_IMAGE=../pxelinuxk.gpxe,../../core/pxelinux.0
make[2]: Entering directory `/root/syslinux-5.10/gpxe/src'
[BUILD] bin/embedded.o
[AR] bin/blib.a
ar: creating bin/blib.a
[LD] bin/undionly.kpxe.tmp
[BIN] bin/undionly.kpxe.bin
[ZINFO] bin/undionly.kpxe.zinfo
[ZBIN] bin/undionly.kpxe.zbin
[FINISH] bin/undionly.kpxe
rm bin/undionly.kpxe.zinfo bin/undionly.kpxe.bin bin/undionly.kpxe.zbin
make[2]: Leaving directory `/root/syslinux-5.10/gpxe/src'
cp -f src/bin/undionly.kpxe gpxelinuxk.0
make[1]: Leaving directory `/root/syslinux-5.10/gpxe'
make[1]: Entering directory `/root/syslinux-5.10/sample'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/syslinux-5.10/sample'
make[1]: Entering directory `/root/syslinux-5.10/diag'
set -e; for d in mbr geodsp; do make -C $d all; done
make[2]: Entering directory `/root/syslinux-5.10/diag/mbr'
gcc -Wp,-MT,handoff.o,-MD,./.handoff.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare
-D__ASSEMBLY__ -Wa,-a=handoff.lst -c -o handoff.o handoff.S
ld -m elf_i386 -T ../../mbr/mbr.ld -e _start -o handoff.elf handoff.o
objcopy -O binary handoff.elf handoff.bin
perl ../../mbr/checksize.pl handoff.bin 420
chmod -x handoff.bin
rm handoff.o
make[2]: Leaving directory `/root/syslinux-5.10/diag/mbr'
make[2]: Entering directory `/root/syslinux-5.10/diag/geodsp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/syslinux-5.10/diag/geodsp'
make[1]: Leaving directory `/root/syslinux-5.10/diag'
make[1]: Entering directory `/root/syslinux-5.10/libinstaller'
perl bin2c.pl syslinux_bootsect < ../core/ldlinux.bss > bootsect_bin.c
perl bin2c.pl syslinux_ldlinux 512 < ../core/ldlinux.sys > ldlinux_bin.c
perl bin2c.pl syslinux_mbr < ../mbr/mbr.bin > mbr_bin.c
perl bin2c.pl syslinux_gptmbr < ../mbr/gptmbr.bin > gptmbr_bin.c
perl bin2c.pl syslinux_ldlinuxc32 < ../com32/elflink/ldlinux/ldlinux.c32 >
ldlinuxc32_bin.c
make[1]: Leaving directory `/root/syslinux-5.10/libinstaller'
make[1]: Entering directory `/root/syslinux-5.10/dos'
gcc -Wp,-MT,header.o,-MD,./.header.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -D__ASSEMBLY__
-Wa,-a=header.lst -c -o header.o header.S
gcc -Wp,-MT,crt0.o,-MD,./.crt0.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -D__ASSEMBLY__
-Wa,-a=crt0.lst -c -o crt0.o crt0.S
gcc -Wp,-MT,ldlinux.o,-MD,./.ldlinux.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -D__ASSEMBLY__
-Wa,-a=ldlinux.lst -c -o ldlinux.o ldlinux.S
gcc -Wp,-MT,syslinux.o,-MD,./.syslinux.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o syslinux.o
syslinux.c
gcc -Wp,-MT,fs.o,-MD,./.fs.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o fs.o
../libinstaller/fs.c
gcc -Wp,-MT,syslxmod.o,-MD,./.syslxmod.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o syslxmod.o
../libinstaller/syslxmod.c
gcc -Wp,-MT,syslxopt.o,-MD,./.syslxopt.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o syslxopt.o
../libinstaller/syslxopt.c
gcc -Wp,-MT,setadv.o,-MD,./.setadv.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o setadv.o
../libinstaller/setadv.c
gcc -Wp,-MT,getopt_long.o,-MD,./.getopt_long.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o getopt_long.o
../libinstaller/getopt/getopt_long.c
gcc -Wp,-MT,bootsect_bin.o,-MD,./.bootsect_bin.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o bootsect_bin.o
../libinstaller/bootsect_bin.c
gcc -Wp,-MT,mbr_bin.o,-MD,./.mbr_bin.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o mbr_bin.o
../libinstaller/mbr_bin.c
gcc -Wp,-MT,open.o,-MD,./.open.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o open.o
../libfat/open.c
gcc -Wp,-MT,searchdir.o,-MD,./.searchdir.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o searchdir.o
../libfat/searchdir.c
gcc -Wp,-MT,cache.o,-MD,./.cache.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o cache.o
../libfat/cache.c
gcc -Wp,-MT,fatchain.o,-MD,./.fatchain.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o fatchain.o
../libfat/fatchain.c
gcc -Wp,-MT,int2526.o,-MD,./.int2526.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -D__ASSEMBLY__
-Wa,-a=int2526.lst -c -o int2526.o int2526.S
gcc -Wp,-MT,conio.o,-MD,./.conio.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o conio.o conio.c
gcc -Wp,-MT,memcpy.o,-MD,./.memcpy.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -D__ASSEMBLY__
-Wa,-a=memcpy.lst -c -o memcpy.o memcpy.S
gcc -Wp,-MT,memset.o,-MD,./.memset.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -D__ASSEMBLY__
-Wa,-a=memset.lst -c -o memset.o memset.S
gcc -Wp,-MT,memmove.o,-MD,./.memmove.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -D__ASSEMBLY__
-Wa,-a=memmove.lst -c -o memmove.o memmove.S
gcc -Wp,-MT,skipatou.o,-MD,./.skipatou.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o skipatou.o
skipatou.c
gcc -Wp,-MT,atou.o,-MD,./.atou.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o atou.o atou.c
gcc -Wp,-MT,malloc.o,-MD,./.malloc.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o malloc.o
malloc.c
gcc -Wp,-MT,free.o,-MD,./.free.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o free.o free.c
gcc -Wp,-MT,getsetsl.o,-MD,./.getsetsl.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o getsetsl.o
getsetsl.c
gcc -Wp,-MT,strchr.o,-MD,./.strchr.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o strchr.o
strchr.c
gcc -Wp,-MT,strtoul.o,-MD,./.strtoul.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o strtoul.o
strtoul.c
gcc -Wp,-MT,strntoumax.o,-MD,./.strntoumax.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o strntoumax.o
strntoumax.c
gcc -Wp,-MT,argv.o,-MD,./.argv.o.d -m32 -ffreestanding -fno-stack-protector
-fwrapv -freg-struct-return -march=i386 -Os -fomit-frame-pointer
-mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o argv.o argv.c
gcc -Wp,-MT,printf.o,-MD,./.printf.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o printf.o
printf.c
gcc -Wp,-MT,__divdi3.o,-MD,./.__divdi3.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o __divdi3.o
__divdi3.c
gcc -Wp,-MT,__udivmoddi4.o,-MD,./.__udivmoddi4.o.d -m32 -ffreestanding
-fno-stack-protector -fwrapv -freg-struct-return -march=i386 -Os
-fomit-frame-pointer -mregparm=3 -DREGPARM=3 -msoft-float -fno-exceptions
-fno-asynchronous-unwind-tables -fno-strict-aliasing -falign-functions=0
-falign-jumps=0 -falign-labels=0 -falign-loops=0
-mpreferred-stack-boundary=2 -mincoming-stack-boundary=2
-fvisibility=hidden -g -W -Wall -Wstrict-prototypes -Wno-sign-compare -g
-include code16.h -nostdinc -iwithprefix include -I. -I.. -I../libfat -I
../libinstaller -I ../libinstaller/getopt -D__MSDOS__ -c -o __udivmoddi4.o
__udivmoddi4.c
rm -f libcom.a
ar cq libcom.a int2526.o conio.o memcpy.o memset.o memmove.o skipatou.o
atou.o malloc.o free.o getopt_long.o getsetsl.o strchr.o strtoul.o
strntoumax.o argv.o printf.o __divdi3.o __udivmoddi4.o
ranlib libcom.a
ld -m elf_i386 -T dosexe.ld -o syslinux.elf header.o crt0.o ldlinux.o
syslinux.o fs.o syslxmod.o syslxopt.o setadv.o getopt_long.o bootsect_bin.o
mbr_bin.o open.o searchdir.o cache.o fatchain.o libcom.a
objcopy -O binary syslinux.elf syslinux.com
upx --lzma --ultra-brute syslinux.com || \
upx --ultra-brute syslinux.com || \
true
/bin/sh: upx: command not found
/bin/sh: line 1: upx: command not found
make[1]: Leaving directory `/root/syslinux-5.10/dos'
make[1]: Entering directory `/root/syslinux-5.10/win32'
rm -f syslinux.exe
make[1]: Leaving directory `/root/syslinux-5.10/win32'
make[1]: Entering directory `/root/syslinux-5.10/win64'
rm -f syslinux64.exe
make[1]: Leaving directory `/root/syslinux-5.10/win64'
make[1]: Entering directory `/root/syslinux-5.10/dosutil'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/syslinux-5.10/dosutil'
which: no asciidoc in
(/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/opt/tmux/bin:/root/bin:/opt/tmux/bin)
make[1]: Entering directory `/root/syslinux-5.10/txt'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/syslinux-5.10/txt'
make[1]: Entering directory `/root/syslinux-5.10/libinstaller'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/syslinux-5.10/libinstaller'
make[1]: Entering directory `/root/syslinux-5.10/mtools'
gcc -Wp,-MT,syslinux.o,-MMD,./.syslinux.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libfat -I../libinstaller -c -o
syslinux.o syslinux.c
gcc -Wp,-MT,fs.o,-MMD,./.fs.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libfat -I../libinstaller -c -o
fs.o ../libinstaller/fs.c
gcc -Wp,-MT,syslxmod.o,-MMD,./.syslxmod.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libfat -I../libinstaller -c -o
syslxmod.o ../libinstaller/syslxmod.c
gcc -Wp,-MT,syslxopt.o,-MMD,./.syslxopt.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libfat -I../libinstaller -c -o
syslxopt.o ../libinstaller/syslxopt.c
gcc -Wp,-MT,setadv.o,-MMD,./.setadv.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libfat -I../libinstaller -c -o
setadv.o ../libinstaller/setadv.c
gcc -Wp,-MT,bootsect_bin.o,-MMD,./.bootsect_bin.o.d -W -Wall
-Wstrict-prototypes -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libfat
-I../libinstaller -c -o bootsect_bin.o ../libinstaller/bootsect_bin.c
gcc -Wp,-MT,ldlinux_bin.o,-MMD,./.ldlinux_bin.o.d -W -Wall
-Wstrict-prototypes -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libfat
-I../libinstaller -c -o ldlinux_bin.o ../libinstaller/ldlinux_bin.c
gcc -Wp,-MT,ldlinuxc32_bin.o,-MMD,./.ldlinuxc32_bin.o.d -W -Wall
-Wstrict-prototypes -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libfat
-I../libinstaller -c -o ldlinuxc32_bin.o ../libinstaller/ldlinuxc32_bin.c
gcc -Wp,-MT,open.o,-MMD,./.open.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libfat -I../libinstaller -c -o
open.o ../libfat/open.c
gcc -Wp,-MT,searchdir.o,-MMD,./.searchdir.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libfat -I../libinstaller -c -o
searchdir.o ../libfat/searchdir.c
gcc -Wp,-MT,cache.o,-MMD,./.cache.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libfat -I../libinstaller -c -o
cache.o ../libfat/cache.c
gcc -Wp,-MT,fatchain.o,-MMD,./.fatchain.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libfat -I../libinstaller -c -o
fatchain.o ../libfat/fatchain.c
gcc -o syslinux syslinux.o fs.o syslxmod.o syslxopt.o setadv.o
bootsect_bin.o ldlinux_bin.o ldlinuxc32_bin.o open.o searchdir.o cache.o
fatchain.o
make[1]: Leaving directory `/root/syslinux-5.10/mtools'
make[1]: Entering directory `/root/syslinux-5.10/linux'
gcc -Wp,-MT,syslinux.o,-MMD,./.syslinux.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller -c -o syslinux.o
syslinux.c
gcc -Wp,-MT,syslxopt.o,-MMD,./.syslxopt.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller -c -o syslxopt.o
../libinstaller/syslxopt.c
gcc -Wp,-MT,syslxcom.o,-MMD,./.syslxcom.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller -c -o syslxcom.o
../libinstaller/syslxcom.c
gcc -Wp,-MT,setadv.o,-MMD,./.setadv.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller -c -o setadv.o
../libinstaller/setadv.c
gcc -Wp,-MT,advio.o,-MMD,./.advio.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller -c -o advio.o
../libinstaller/advio.c
gcc -Wp,-MT,fs.o,-MMD,./.fs.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller -c -o fs.o
../libinstaller/fs.c
gcc -Wp,-MT,syslxmod.o,-MMD,./.syslxmod.o.d -W -Wall -Wstrict-prototypes
-D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller -c -o syslxmod.o
../libinstaller/syslxmod.c
gcc -Wp,-MT,bootsect_bin.o,-MMD,./.bootsect_bin.o.d -W -Wall
-Wstrict-prototypes -D_FILE_OFFSET_BITS=64 -g -Os -I. -I..
-I../libinstaller -c -o bootsect_bin.o ../libinstaller/bootsect_bin.c
gcc -Wp,-MT,ldlinuxc32_bin.o,-MMD,./.ldlinuxc32_bin.o.d -W -Wall
-Wstrict-prototypes -D_FILE_OFFSET_BITS=64 -g -Os -I. -I..
-I../libinstaller -c -o ldlinuxc32_bin.o ../libinstaller/ldlinuxc32_bin.c
gcc -Wp,-MT,ldlinux_bin.o,-MMD,./.ldlinux_bin.o.d -W -Wall
-Wstrict-prototypes -D_FILE_OFFSET_BITS=64 -g -Os -I. -I..
-I../libinstaller -c -o ldlinux_bin.o ../libinstaller/ldlinux_bin.c
gcc -o syslinux syslinux.o syslxopt.o syslxcom.o setadv.o advio.o fs.o
syslxmod.o bootsect_bin.o ldlinuxc32_bin.o ldlinux_bin.o
ln -f syslinux syslinux-nomtools
make[1]: Leaving directory `/root/syslinux-5.10/linux'
make[1]: Entering directory `/root/syslinux-5.10/extlinux'
gcc -Wp,-MT,main.o,-MMD,./.main.o.d -W -Wall -Wstrict-prototypes
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller
-c -o main.o main.c
gcc -Wp,-MT,mountinfo.o,-MMD,./.mountinfo.o.d -W -Wall -Wstrict-prototypes
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller
-c -o mountinfo.o mountinfo.c
gcc -Wp,-MT,syslxmod.o,-MMD,./.syslxmod.o.d -W -Wall -Wstrict-prototypes
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller
-c -o syslxmod.o ../libinstaller/syslxmod.c
gcc -Wp,-MT,syslxopt.o,-MMD,./.syslxopt.o.d -W -Wall -Wstrict-prototypes
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller
-c -o syslxopt.o ../libinstaller/syslxopt.c
gcc -Wp,-MT,syslxcom.o,-MMD,./.syslxcom.o.d -W -Wall -Wstrict-prototypes
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller
-c -o syslxcom.o ../libinstaller/syslxcom.c
gcc -Wp,-MT,setadv.o,-MMD,./.setadv.o.d -W -Wall -Wstrict-prototypes
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller
-c -o setadv.o ../libinstaller/setadv.c
gcc -Wp,-MT,advio.o,-MMD,./.advio.o.d -W -Wall -Wstrict-prototypes
-Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller
-c -o advio.o ../libinstaller/advio.c
gcc -Wp,-MT,bootsect_bin.o,-MMD,./.bootsect_bin.o.d -W -Wall
-Wstrict-prototypes -Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I.
-I.. -I../libinstaller -c -o bootsect_bin.o ../libinstaller/bootsect_bin.c
gcc -Wp,-MT,ldlinuxc32_bin.o,-MMD,./.ldlinuxc32_bin.o.d -W -Wall
-Wstrict-prototypes -Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I.
-I.. -I../libinstaller -c -o ldlinuxc32_bin.o
../libinstaller/ldlinuxc32_bin.c
gcc -Wp,-MT,ldlinux_bin.o,-MMD,./.ldlinux_bin.o.d -W -Wall
-Wstrict-prototypes -Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I.
-I.. -I../libinstaller -c -o ldlinux_bin.o ../libinstaller/ldlinux_bin.c
gcc -o extlinux main.o mountinfo.o syslxmod.o syslxopt.o syslxcom.o
setadv.o advio.o bootsect_bin.o ldlinuxc32_bin.o ldlinux_bin.o
make[1]: Leaving directory `/root/syslinux-5.10/extlinux'
make[1]: Entering directory `/root/syslinux-5.10/utils'
gcc -Wp,-MT,isohybrid.o,-MMD,./.isohybrid.o.d -W -Wall -Wstrict-prototypes
-Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -c -o isohybrid.o
isohybrid.c
perl isohdpfxarray.pl ../mbr/isohdpfx.bin ../mbr/isohdpfx_f.bin
../mbr/isohdpfx_c.bin ../mbr/isohdppx.bin ../mbr/isohdppx_f.bin
../mbr/isohdppx_c.bin > isohdpfx.c
gcc -Wp,-MT,isohdpfx.o,-MMD,./.isohdpfx.o.d -W -Wall -Wstrict-prototypes
-Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -c -o isohdpfx.o isohdpfx.c
gcc -O2 -o isohybrid isohybrid.o isohdpfx.o -luuid
gcc -Wp,-MT,gethostip.o,-MMD,./.gethostip.o.d -W -Wall -Wstrict-prototypes
-Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -c -o gethostip.o
gethostip.c
gcc -O2 -o gethostip gethostip.o
gcc -Wp,-MT,memdiskfind.o,-MMD,./.memdiskfind.o.d -W -Wall
-Wstrict-prototypes -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -c -o
memdiskfind.o memdiskfind.c
gcc -O2 -o memdiskfind memdiskfind.o
make[1]: Leaving directory `/root/syslinux-5.10/utils'
ls -l version.gen version.h version.mk mbr/*.bin core/pxelinux.0
core/lpxelinux.0 core/isolinux.bin core/isolinux-debug.bin gpxe/gpxelinux.0
dos/syslinux.com win32/syslinux.exe win64/syslinux64.exe dosutil/*.com
dosutil/*.sys memdisk/memdisk memdump/memdump.com com32/menu/*.c32
com32/modules/*.c32 com32/mboot/*.c32 com32/hdt/*.c32 com32/rosh/*.c32
com32/gfxboot/*.c32 com32/sysdump/*.c32 com32/lua/src/*.c32
com32/chain/*.c32 com32/lib/*.c32 com32/libutil/*.c32 com32/gpllib/*.c32
com32/elflink/ldlinux/*.c32 com32/cmenu/libmenu/*.c32 utils/gethostip
utils/isohybrid utils/mkdiskimage mtools/syslinux linux/syslinux
extlinux/extlinux
ls: cannot access win32/syslinux.exe: No such file or directory
ls: cannot access win64/syslinux64.exe: No such file or directory
-rwxr-xr-x 1 root 501 23972 May 8 01:25 com32/chain/chain.c32
-rwxr-xr-x 1 root 501 23772 May 8 01:24
com32/cmenu/libmenu/libmenu.c32
-rwxr-xr-x 1 root 501 115892 May 8 01:24
com32/elflink/ldlinux/ldlinux.c32
-rwxr-xr-x 1 root 501 10044 May 8 01:24 com32/gfxboot/gfxboot.c32
-rwxr-xr-x 1 root 501 66160 May 8 01:24 com32/gpllib/libgpl.c32
-rwxr-xr-x 1 root 501 170204 May 8 01:24 com32/hdt/hdt.c32
-rwxr-xr-x 1 root 501 182836 May 8 01:24 com32/lib/libcom32.c32
-rwxr-xr-x 1 root 501 24156 May 8 01:24 com32/libutil/libutil.c32
-rwxr-xr-x 1 root 501 113104 May 8 01:25 com32/lua/src/liblua.c32
-rwxr-xr-x 1 root 501 6436 May 8 01:25 com32/lua/src/lua.c32
-rwxr-xr-x 1 root 501 10092 May 8 01:24 com32/mboot/mboot.c32
-rwxr-xr-x 1 root 501 26388 May 8 01:24 com32/menu/menu.c32
-rwxr-xr-x 1 root 501 26932 May 8 01:24 com32/menu/vesamenu.c32
-rwxr-xr-x 1 root 501 1652 May 8 01:24 com32/modules/cat.c32
-rwxr-xr-x 1 root 501 1256 May 8 01:24 com32/modules/cmd.c32
-rwxr-xr-x 1 root 501 1500 May 8 01:24 com32/modules/config.c32
-rwxr-xr-x 1 root 501 4108 May 8 01:24 com32/modules/cptime.c32
-rwxr-xr-x 1 root 501 1796 May 8 01:24 com32/modules/cpuid.c32
-rwxr-xr-x 1 root 501 2684 May 8 01:24 com32/modules/cpuidtest.c32
-rwxr-xr-x 1 root 501 1996 May 8 01:24 com32/modules/disk.c32
-rwxr-xr-x 1 root 501 11916 May 8 01:24 com32/modules/dmitest.c32
-rwxr-xr-x 1 root 501 3276 May 8 01:24 com32/modules/elf.c32
-rwxr-xr-x 1 root 501 2732 May 8 01:24 com32/modules/ethersel.c32
-rwxr-xr-x 1 root 501 1680 May 8 01:24 com32/modules/gpxecmd.c32
-rwxr-xr-x 1 root 501 3692 May 8 01:24 com32/modules/hexdump.c32
-rwxr-xr-x 1 root 501 1908 May 8 01:24 com32/modules/host.c32
-rwxr-xr-x 1 root 501 1736 May 8 01:24 com32/modules/ifcpu64.c32
-rwxr-xr-x 1 root 501 4112 May 8 01:24 com32/modules/ifcpu.c32
-rwxr-xr-x 1 root 501 4196 May 8 01:24 com32/modules/ifmemdsk.c32
-rwxr-xr-x 1 root 501 1912 May 8 01:24 com32/modules/ifplop.c32
-rwxr-xr-x 1 root 501 1680 May 8 01:24 com32/modules/kbdmap.c32
-rwxr-xr-x 1 root 501 4648 May 8 01:24 com32/modules/kontron_wdt.c32
-rwxr-xr-x 1 root 501 4724 May 8 01:24 com32/modules/linux.c32
-rwxr-xr-x 1 root 501 2944 May 8 01:24 com32/modules/ls.c32
-rwxr-xr-x 1 root 501 2432 May 8 01:24 com32/modules/meminfo.c32
-rwxr-xr-x 1 root 501 3548 May 8 01:24 com32/modules/pcitest.c32
-rwxr-xr-x 1 root 501 3020 May 8 01:24 com32/modules/pmload.c32
-rwxr-xr-x 1 root 501 1640 May 8 01:24 com32/modules/poweroff.c32
-rwxr-xr-x 1 root 501 3160 May 8 01:24 com32/modules/prdhcp.c32
-rwxr-xr-x 1 root 501 1504 May 8 01:24 com32/modules/pwd.c32
-rwxr-xr-x 1 root 501 12296 May 8 01:24 com32/modules/pxechn.c32
-rwxr-xr-x 1 root 501 1376 May 8 01:24 com32/modules/reboot.c32
-rwxr-xr-x 1 root 501 1712 May 8 01:24 com32/modules/sanboot.c32
-rwxr-xr-x 1 root 501 3124 May 8 01:24 com32/modules/sdi.c32
-rwxr-xr-x 1 root 501 2156 May 8 01:24 com32/modules/vesainfo.c32
-rwxr-xr-x 1 root 501 1896 May 8 01:24 com32/modules/vpdtest.c32
-rwxr-xr-x 1 root 501 2460 May 8 01:24 com32/modules/whichsys.c32
-rwxr-xr-x 1 root 501 3556 May 8 01:24 com32/modules/zzjson.c32
-rwxr-xr-x 1 root 501 12936 May 8 01:24 com32/rosh/rosh.c32
-rwxr-xr-x 1 root 501 15628 May 8 01:25 com32/sysdump/sysdump.c32
-rw-rw-r-- 1 11341510 501 36864 May 8 01:25 core/isolinux.bin
-rw-rw-r-- 1 11341510 501 36864 May 8 01:25 core/isolinux-debug.bin
-rw-rw-r-- 1 11341510 501 81243 May 8 01:25 core/lpxelinux.0
-rw-rw-r-- 1 11341510 501 40563 May 8 01:25 core/pxelinux.0
-rwxr-xr-x 1 root 501 191088 May 8 01:26 dos/syslinux.com
-rw-rw-r-- 1 11341510 501 408 Jun 4 2013 dosutil/copybs.com
-rw-rw-r-- 1 11341510 501 3890 Jun 4 2013 dosutil/eltorito.sys
-rw-rw-r-- 1 11341510 501 8106 Jun 4 2013 dosutil/mdiskchk.com
-rwxr-xr-x 1 root 501 289349 May 8 01:26 extlinux/extlinux
-rw-rw-r-- 1 11341510 501 104697 May 8 01:26 gpxe/gpxelinux.0
-rwxr-xr-x 2 root 501 252683 May 8 01:26 linux/syslinux
-rw-rw-r-- 1 11341510 501 439 Jun 4 2013 mbr/altmbr.bin
-rw-rw-r-- 1 11341510 501 439 Jun 4 2013 mbr/altmbr_c.bin
-rw-rw-r-- 1 11341510 501 439 Jun 4 2013 mbr/altmbr_f.bin
-rw-rw-r-- 1 11341510 501 440 Jun 4 2013 mbr/gptmbr.bin
-rw-rw-r-- 1 11341510 501 440 Jun 4 2013 mbr/gptmbr_c.bin
-rw-rw-r-- 1 11341510 501 440 Jun 4 2013 mbr/gptmbr_f.bin
-rw-rw-r-- 1 11341510 501 432 Jun 4 2013 mbr/isohdpfx.bin
-rw-rw-r-- 1 11341510 501 432 Jun 4 2013 mbr/isohdpfx_c.bin
-rw-rw-r-- 1 11341510 501 432 Jun 4 2013 mbr/isohdpfx_f.bin
-rw-rw-r-- 1 11341510 501 432 Jun 4 2013 mbr/isohdppx.bin
-rw-rw-r-- 1 11341510 501 432 Jun 4 2013 mbr/isohdppx_c.bin
-rw-rw-r-- 1 11341510 501 432 Jun 4 2013 mbr/isohdppx_f.bin
-rw-rw-r-- 1 11341510 501 440 Jun 4 2013 mbr/mbr.bin
-rw-rw-r-- 1 11341510 501 440 Jun 4 2013 mbr/mbr_c.bin
-rw-rw-r-- 1 11341510 501 440 Jun 4 2013 mbr/mbr_f.bin
-rw-rw-r-- 1 11341510 501 26268 May 8 01:25 memdisk/memdisk
-rwxr-xr-x 1 root 501 6168 May 8 01:25 memdump/memdump.com
-rwxr-xr-x 1 root 501 247884 May 8 01:26 mtools/syslinux
-rwxr-xr-x 1 root 501 9015 May 8 01:26 utils/gethostip
-rwxr-xr-x 1 root 501 28486 May 8 01:26 utils/isohybrid
-rwxrwxr-x 1 11341510 501 8792 Jun 4 2013 utils/mkdiskimage
-rw-rw-r-- 1 11341510 501 139 Jun 4 2013 version.gen
-rw-rw-r-- 1 11341510 501 139 Jun 4 2013 version.h
-rw-rw-r-- 1 11341510 501 109 Jun 4 2013 version.mk
make: [all] Error 2 (ignored)
[root@centos7 syslinux-5.10]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment