openMSX SoftFabTask: build_openmsx_make
log in
2024-05-18 08:21
Overview
Data
Wrapper Log
1Using Python: python3
2make -f build/main.mk run-3rdparty \
3 OPENMSX_TARGET_CPU=x86_64 \
4 OPENMSX_TARGET_OS=mingw-w64 \
5 OPENMSX_FLAVOUR=opt \
6 3RDPARTY_FLAG=true \
7 PYTHON=python3
8make[1]: Entering directory '/home/openmsx/openMSX'
9Using Python: python3
10make -f build/3rdparty.mk \
11 BUILD_PATH=derived/x86_64-mingw-w64-opt-3rd/3rdparty \
12 OPENMSX_TARGET_CPU=x86_64 \
13 OPENMSX_TARGET_OS=mingw-w64 \
14 _CC=x86_64-w64-mingw32-gcc _CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
15 _LDFLAGS="-m64" \
16 WINDRES=x86_64-w64-mingw32-windres \
17 LINK_MODE=3RD_STA \
18 PYTHON=python3
19make[2]: Entering directory '/home/openmsx/openMSX'
20mkdir -p derived/3rdparty
21python3 build/3rdparty_packages2make.py > derived/3rdparty/packages.mk
22mkdir -p derived/3rdparty/download
23python3 build/download.py http://downloads.sourceforge.net/tcl/tcl8.6.13-src.tar.gz derived/3rdparty/download
24Downloading tcl8.6.13-src.tar.gz: contacting server...
25Downloading tcl8.6.13-src.tar.gz: done.
26
27python3 build/checksum.py derived/3rdparty/download/tcl8.6.13-src.tar.gz 10834396 sha256=43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066
28Validating: derived/3rdparty/download/tcl8.6.13-src.tar.gz
29Validation passed
30touch derived/3rdparty/download/tcl8.6.13-src.tar.gz.verified
31rm -rf derived/3rdparty/src/tcl8.6.13
32mkdir -p derived/3rdparty/src
33python3 build/extract.py derived/3rdparty/download/tcl8.6.13-src.tar.gz derived/3rdparty/src tcl8.6.13
34test ! -e build/3rdparty/tcl8.6.13.diff || python3 build/patch.py build/3rdparty/tcl8.6.13.diff derived/3rdparty/src
35touch derived/3rdparty/src/tcl8.6.13/.extracted
36mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.13
37rm -rf derived/3rdparty/src/tcl8.6.13/pkgs/
38cd derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.13 && /home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/configure \
39 --host=x86_64-w64-mingw32 \
40 --prefix=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install \
41 --libdir=/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib \
42 --disable-shared \
43 --disable-threads \
44 --without-tzdata \
45 \
46 CFLAGS="-m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer" \
47 LDFLAGS="-m64"
48configure: WARNING: If you wanted to set the --build type, don't use --host.
49 If a cross compiler is detected then cross compile mode will be used.
50configure: loading site script /usr/share/site/x86_64-pc-linux-gnu
51checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
52checking for C compiler default output file name... a.exe
53checking whether the C compiler works... yes
54checking whether we are cross compiling... yes
55checking for suffix of executables... .exe
56checking for suffix of object files... o
57checking whether we are using the GNU C compiler... yes
58checking whether x86_64-w64-mingw32-gcc accepts -g... yes
59checking for x86_64-w64-mingw32-gcc option to accept ANSI C... none needed
60checking for inline... inline
61checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
62checking for egrep... grep -E
63checking for ANSI C header files... yes
64checking for x86_64-w64-mingw32-ar... /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ar
65checking for x86_64-w64-mingw32-ranlib... /usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ranlib
66checking for x86_64-w64-mingw32-windres... x86_64-w64-mingw32-windres
67checking whether make sets $(MAKE)... yes
68checking for building with threads... no
69checking how to build libraries... static
70checking force of 64-bit time_t... "no"
71checking if 64bit support is requested... no
72checking if Windows/CE build is requested... no
73checking for Windows/CE celib directory... NO_CELIB
74checking for cygpath... echo
75checking for cross-compile version of gcc... no
76checking for mingw32 version of gcc... yes
77checking for working -municode linker flag... yes
78checking for working -fno-lto... yes
79checking for working --enable-auto-image-base... yes
80checking compiler flags... using static flags
81 Using 64-bit AMD64 mode
82checking for SEH support in compiler... no
83checking for EXCEPTION_DISPOSITION support in include files... yes
84checking for winnt.h that ignores VOID define... no
85checking for cast to union support... yes
86checking for sys/types.h... yes
87checking for sys/stat.h... yes
88checking for stdlib.h... yes
89checking for string.h... yes
90checking for memory.h... yes
91checking for strings.h... yes
92checking for inttypes.h... yes
93checking for stdint.h... yes
94checking for unistd.h... yes
95checking for intptr_t... yes
96checking for uintptr_t... yes
97checking for FINDEX_INFO_LEVELS in winbase.h... yes
98checking for intrinsics support in compiler... yes
99checking for wspiapi.h... yes
100checking for FINDEX_INFO_LEVELS in winbase.h... (cached) yes
101checking for build with symbols... no
102checking whether to embed manifest... no
103configure: creating ./config.status
104config.status: creating Makefile
105config.status: creating tclConfig.sh
106config.status: creating tcl.hpj
107config.status: creating tclsh.exe.manifest
108make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.13
109make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.13'
110x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DSTATIC_BUILD -fno-lto "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclStubLib.c" -o tclStubLib.o
111x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -fno-lto "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclTomMathStubLib.c" -o tclTomMathStubLib.o
112x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -fno-lto "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclOOStubLib.c" -o tclOOStubLib.o
113x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/regcomp.c" -o regcomp.o
114x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/regexec.c" -o regexec.o
115x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/regfree.c" -o regfree.o
116x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/regerror.c" -o regerror.o
117x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclAlloc.c" -o tclAlloc.o
118x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclAssembly.c" -o tclAssembly.o
119x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclAsync.c" -o tclAsync.o
120x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclBasic.c" -o tclBasic.o
121x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclBinary.c" -o tclBinary.o
122x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclCkalloc.c" -o tclCkalloc.o
123x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclClock.c" -o tclClock.o
124x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclCmdAH.c" -o tclCmdAH.o
125x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclCmdIL.c" -o tclCmdIL.o
126x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclCmdMZ.c" -o tclCmdMZ.o
127x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclCompCmds.c" -o tclCompCmds.o
128x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclCompCmdsGR.c" -o tclCompCmdsGR.o
129x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclCompCmdsSZ.c" -o tclCompCmdsSZ.o
130x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclCompExpr.c" -o tclCompExpr.o
131x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclCompile.c" -o tclCompile.o
132x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclConfig.c" -o tclConfig.o
133x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclDate.c" -o tclDate.o
134x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclDictObj.c" -o tclDictObj.o
135x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclDisassemble.c" -o tclDisassemble.o
136x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclEncoding.c" -o tclEncoding.o
137x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclEnsemble.c" -o tclEnsemble.o
138x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclEnv.c" -o tclEnv.o
139echo "#define TCL_VERSION_UUID \\" >tclUuid.h
140cat /home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/manifest.uuid >>tclUuid.h
141echo "" >>tclUuid.h
142x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclExecute.c" -o tclExecute.o
143x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclFCmd.c" -o tclFCmd.o
144x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclFileName.c" -o tclFileName.o
145x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclGet.c" -o tclGet.o
146x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclHash.c" -o tclHash.o
147x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclHistory.c" -o tclHistory.o
148x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclIndexObj.c" -o tclIndexObj.o
149x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclInterp.c" -o tclInterp.o
150x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclIO.c" -o tclIO.o
151x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclIOCmd.c" -o tclIOCmd.o
152x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclIOGT.c" -o tclIOGT.o
153x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclIORChan.c" -o tclIORChan.o
154x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclIORTrans.c" -o tclIORTrans.o
155x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclIOSock.c" -o tclIOSock.o
156x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclIOUtil.c" -o tclIOUtil.o
157x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclLink.c" -o tclLink.o
158x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclLiteral.c" -o tclLiteral.o
159x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclListObj.c" -o tclListObj.o
160x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclLoad.c" -o tclLoad.o
161x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl -DUNICODE -D_UNICODE "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclMain.c" -o tclMainW.o
162x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclMain.c" -o tclMain.o
163x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclNamesp.c" -o tclNamesp.o
164x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclNotify.c" -o tclNotify.o
165x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclOO.c" -o tclOO.o
166x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclOOBasic.c" -o tclOOBasic.o
167x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclOOCall.c" -o tclOOCall.o
168x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclOODefineCmds.c" -o tclOODefineCmds.o
169x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclOOInfo.c" -o tclOOInfo.o
170x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclOOMethod.c" -o tclOOMethod.o
171x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclOOStubInit.c" -o tclOOStubInit.o
172x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclObj.c" -o tclObj.o
173x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclOptimize.c" -o tclOptimize.o
174x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclPanic.c" -o tclPanic.o
175x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclParse.c" -o tclParse.o
176x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclPathObj.c" -o tclPathObj.o
177x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclPipe.c" -o tclPipe.o
178x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclPkg.c" -o tclPkg.o
179x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 \
180 -DCFG_INSTALL_LIBDIR="\"\"" \
181 -DCFG_INSTALL_BINDIR="\"\"" \
182 -DCFG_INSTALL_SCRDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/tcl8.6\"" \
183 -DCFG_INSTALL_INCDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include\"" \
184 -DCFG_INSTALL_DOCDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/man\"" \
185 \
186 -DCFG_RUNTIME_LIBDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib\"" \
187 -DCFG_RUNTIME_BINDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin\"" \
188 -DCFG_RUNTIME_SCRDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/tcl8.6\"" \
189 -DCFG_RUNTIME_INCDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/include\"" \
190 -DCFG_RUNTIME_DOCDIR="\"/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/man\"" \
191 -DBUILD_tcl \
192 "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclPkgConfig.c" -o tclPkgConfig.o
193x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclPosixStr.c" -o tclPosixStr.o
194x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclPreserve.c" -o tclPreserve.o
195x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclProc.c" -o tclProc.o
196x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclRegexp.c" -o tclRegexp.o
197x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclResolve.c" -o tclResolve.o
198x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclResult.c" -o tclResult.o
199x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclScan.c" -o tclScan.o
200x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclStringObj.c" -o tclStringObj.o
201x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclStrToD.c" -o tclStrToD.o
202x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclStubInit.c" -o tclStubInit.o
203x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclThread.c" -o tclThread.o
204x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclThreadAlloc.c" -o tclThreadAlloc.o
205x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclThreadJoin.c" -o tclThreadJoin.o
206x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclThreadStorage.c" -o tclThreadStorage.o
207x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclTimer.c" -o tclTimer.o
208x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclTomMathInterface.c" -o tclTomMathInterface.o
209x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclTrace.c" -o tclTrace.o
210x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclUtf.c" -o tclUtf.o
211x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclUtil.c" -o tclUtil.o
212x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclVar.c" -o tclVar.o
213x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclZlib.c" -o tclZlib.o
214x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWin32Dll.c" -o tclWin32Dll.o
215x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinChan.c" -o tclWinChan.o
216x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinConsole.c" -o tclWinConsole.o
217x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinSerial.c" -o tclWinSerial.o
218x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinError.c" -o tclWinError.o
219x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinFCmd.c" -o tclWinFCmd.o
220x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinFile.c" -o tclWinFile.o
221x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinInit.c" -o tclWinInit.o
222x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinLoad.c" -o tclWinLoad.o
223x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinNotify.c" -o tclWinNotify.o
224/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinLoad.c:23:18: warning: 'dllDirectoryNameMutex' defined but not used [-Wunused-variable]
225 23 | static Tcl_Mutex dllDirectoryNameMutex;
226 | ^~~~~~~~~~~~~~~~~~~~~
227x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinPipe.c" -o tclWinPipe.o
228x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinSock.c" -o tclWinSock.o
229x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinThrd.c" -o tclWinThrd.o
230x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinTime.c" -o tclWinTime.o
231x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib/adler32.c" -o adler32.o
232x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib/compress.c" -o compress.o
233x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib/crc32.c" -o crc32.o
234x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib/deflate.c" -o deflate.o
235x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib/infback.c" -o infback.o
236x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib/inffast.c" -o inffast.o
237x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib/inflate.c" -o inflate.o
238x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib/inftrees.c" -o inftrees.o
239x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib/trees.c" -o trees.o
240x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib/uncompr.c" -o uncompr.o
241x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib/zutil.c" -o zutil.o
242x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_add.c" -o bn_mp_add.o
243x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_add_d.c" -o bn_mp_add_d.o
244x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_and.c" -o bn_mp_and.o
245x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_clamp.c" -o bn_mp_clamp.o
246x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_clear.c" -o bn_mp_clear.o
247x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_clear_multi.c" -o bn_mp_clear_multi.o
248x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_cmp.c" -o bn_mp_cmp.o
249x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_cmp_d.c" -o bn_mp_cmp_d.o
250x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_cmp_mag.c" -o bn_mp_cmp_mag.o
251x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_cnt_lsb.c" -o bn_mp_cnt_lsb.o
252x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_copy.c" -o bn_mp_copy.o
253x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_count_bits.c" -o bn_mp_count_bits.o
254x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_div.c" -o bn_mp_div.o
255x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_div_d.c" -o bn_mp_div_d.o
256x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_div_2.c" -o bn_mp_div_2.o
257x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_div_2d.c" -o bn_mp_div_2d.o
258x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_div_3.c" -o bn_mp_div_3.o
259x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_exch.c" -o bn_mp_exch.o
260x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_expt_u32.c" -o bn_mp_expt_u32.o
261x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_grow.c" -o bn_mp_grow.o
262x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_init.c" -o bn_mp_init.o
263x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_init_copy.c" -o bn_mp_init_copy.o
264x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_init_multi.c" -o bn_mp_init_multi.o
265x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_init_set.c" -o bn_mp_init_set.o
266x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_init_size.c" -o bn_mp_init_size.o
267x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_lshd.c" -o bn_mp_lshd.o
268x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_mod.c" -o bn_mp_mod.o
269x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_mod_2d.c" -o bn_mp_mod_2d.o
270x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_mul.c" -o bn_mp_mul.o
271x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_mul_2.c" -o bn_mp_mul_2.o
272x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_mul_2d.c" -o bn_mp_mul_2d.o
273x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_mul_d.c" -o bn_mp_mul_d.o
274x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_neg.c" -o bn_mp_neg.o
275x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_or.c" -o bn_mp_or.o
276x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_radix_size.c" -o bn_mp_radix_size.o
277x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_radix_smap.c" -o bn_mp_radix_smap.o
278x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_read_radix.c" -o bn_mp_read_radix.o
279x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_rshd.c" -o bn_mp_rshd.o
280x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_set.c" -o bn_mp_set.o
281x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_shrink.c" -o bn_mp_shrink.o
282x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_sqr.c" -o bn_mp_sqr.o
283x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_sqrt.c" -o bn_mp_sqrt.o
284x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_sub.c" -o bn_mp_sub.o
285x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_sub_d.c" -o bn_mp_sub_d.o
286x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_signed_rsh.c" -o bn_mp_signed_rsh.o
287x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_to_ubin.c" -o bn_mp_to_ubin.o
288x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_to_radix.c" -o bn_mp_to_radix.o
289x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_ubin_size.c" -o bn_mp_ubin_size.o
290x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_xor.c" -o bn_mp_xor.o
291x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_mp_zero.c" -o bn_mp_zero.o
292x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_s_mp_add.c" -o bn_s_mp_add.o
293x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_s_mp_balance_mul.c" -o bn_s_mp_balance_mul.o
294x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_s_mp_karatsuba_mul.c" -o bn_s_mp_karatsuba_mul.o
295x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_s_mp_karatsuba_sqr.c" -o bn_s_mp_karatsuba_sqr.o
296x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_s_mp_mul_digs.c" -o bn_s_mp_mul_digs.o
297x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_s_mp_mul_digs_fast.c" -o bn_s_mp_mul_digs_fast.o
298x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_s_mp_reverse.c" -o bn_s_mp_reverse.o
299x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_s_mp_sqr_fast.c" -o bn_s_mp_sqr_fast.o
300x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_s_mp_sqr.c" -o bn_s_mp_sqr.o
301x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_s_mp_sub.c" -o bn_s_mp_sub.o
302x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_s_mp_toom_mul.c" -o bn_s_mp_toom_mul.o
303x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath/bn_s_mp_toom_sqr.c" -o bn_s_mp_toom_sqr.o
304x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinDde.c" -o tclWinDde.o
305x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclWinReg.c" -o tclWinReg.o
306x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DUNICODE -D_UNICODE "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclAppInit.c" -o tclAppInit.o
307x86_64-w64-mingw32-windres -o tclsh.res.o --define STATIC_BUILD --include "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" --include "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/tclsh.rc"
308/usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ar cr libtclstub86.a tclStubLib.o tclTomMathStubLib.o tclOOStubLib.o
309/usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ranlib libtclstub86.a
310x86_64-w64-mingw32-gcc -c -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/libtommath" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/compat/zlib" -I"/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win" -DTCL_TOMMATH -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT -Wall -Wpointer-arith -Wdeclaration-after-statement -DMP_PREC=4 -pipe -DHAVE_CPUID=1 -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DTCL_CFGVAL_ENCODING=\"cp1252\" -DSTATIC_BUILD=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_ZLIB=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_INTRIN_H=1 -DHAVE_WSPIAPI_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DBUILD_tcl "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/generic/tclEvent.c" -o tclEvent.o
311x86_64-w64-mingw32-gcc -shared -m64 -o tclreg13.dll -pipe -static-libgcc -municode -Wl,--enable-auto-image-base -Wl,--out-implib,libtclreg13.dll.a tclWinReg.o libtclstub86.a -lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32
312cp tclsh.exe.manifest tclreg13.dll.manifest
313x86_64-w64-mingw32-gcc -shared -m64 -o tcldde14.dll -pipe -static-libgcc -municode -Wl,--enable-auto-image-base -Wl,--out-implib,libtcldde14.dll.a tclWinDde.o libtclstub86.a -lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32
314cp tclsh.exe.manifest tcldde14.dll.manifest
315/usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ar cr libtcl86.a regcomp.o regexec.o regfree.o regerror.o tclAlloc.o tclAssembly.o tclAsync.o tclBasic.o tclBinary.o tclCkalloc.o tclClock.o tclCmdAH.o tclCmdIL.o tclCmdMZ.o tclCompCmds.o tclCompCmdsGR.o tclCompCmdsSZ.o tclCompExpr.o tclCompile.o tclConfig.o tclDate.o tclDictObj.o tclDisassemble.o tclEncoding.o tclEnsemble.o tclEnv.o tclEvent.o tclExecute.o tclFCmd.o tclFileName.o tclGet.o tclHash.o tclHistory.o tclIndexObj.o tclInterp.o tclIO.o tclIOCmd.o tclIOGT.o tclIORChan.o tclIORTrans.o tclIOSock.o tclIOUtil.o tclLink.o tclLiteral.o tclListObj.o tclLoad.o tclMainW.o tclMain.o tclNamesp.o tclNotify.o tclOO.o tclOOBasic.o tclOOCall.o tclOODefineCmds.o tclOOInfo.o tclOOMethod.o tclOOStubInit.o tclObj.o tclOptimize.o tclPanic.o tclParse.o tclPathObj.o tclPipe.o tclPkg.o tclPkgConfig.o tclPosixStr.o tclPreserve.o tclProc.o tclRegexp.o tclResolve.o tclResult.o tclScan.o tclStringObj.o tclStrToD.o tclStubInit.o tclThread.o tclThreadAlloc.o tclThreadJoin.o tclThreadStorage.o tclTimer.o tclTomMathInterface.o tclTrace.o tclUtf.o tclUtil.o tclVar.o tclZlib.o tclWin32Dll.o tclWinChan.o tclWinConsole.o tclWinSerial.o tclWinError.o tclWinFCmd.o tclWinFile.o tclWinInit.o tclWinLoad.o tclWinNotify.o tclWinPipe.o tclWinSock.o tclWinThrd.o tclWinTime.o adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o bn_mp_add.o bn_mp_add_d.o bn_mp_and.o bn_mp_clamp.o bn_mp_clear.o bn_mp_clear_multi.o bn_mp_cmp.o bn_mp_cmp_d.o bn_mp_cmp_mag.o bn_mp_cnt_lsb.o bn_mp_copy.o bn_mp_count_bits.o bn_mp_div.o bn_mp_div_d.o bn_mp_div_2.o bn_mp_div_2d.o bn_mp_div_3.o bn_mp_exch.o bn_mp_expt_u32.o bn_mp_grow.o bn_mp_init.o bn_mp_init_copy.o bn_mp_init_multi.o bn_mp_init_set.o bn_mp_init_size.o bn_mp_lshd.o bn_mp_mod.o bn_mp_mod_2d.o bn_mp_mul.o bn_mp_mul_2.o bn_mp_mul_2d.o bn_mp_mul_d.o bn_mp_neg.o bn_mp_or.o bn_mp_radix_size.o bn_mp_radix_smap.o bn_mp_read_radix.o bn_mp_rshd.o bn_mp_set.o bn_mp_shrink.o bn_mp_sqr.o bn_mp_sqrt.o bn_mp_sub.o bn_mp_sub_d.o bn_mp_signed_rsh.o bn_mp_to_ubin.o bn_mp_to_radix.o bn_mp_ubin_size.o bn_mp_xor.o bn_mp_zero.o bn_s_mp_add.o bn_s_mp_balance_mul.o bn_s_mp_karatsuba_mul.o bn_s_mp_karatsuba_sqr.o bn_s_mp_mul_digs.o bn_s_mp_mul_digs_fast.o bn_s_mp_reverse.o bn_s_mp_sqr_fast.o bn_s_mp_sqr.o bn_s_mp_sub.o bn_s_mp_toom_mul.o bn_s_mp_toom_sqr.o tclWinDde.o tclWinReg.o
316/usr/lib64/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ranlib libtcl86.a
317x86_64-w64-mingw32-gcc -m64 -O3 -DNDEBUG -ffast-math -fomit-frame-pointer -O2 -fomit-frame-pointer -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT tclAppInit.o libtcl86.a libtclstub86.a -lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32 \
318tclsh.res.o -o tclsh86s.exe -mconsole -pipe -static-libgcc -municode -Wl,--enable-auto-image-base
319cp tclsh.exe.manifest tclsh86s.exe.manifest
320make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.13'
321mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
322touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/build-tcl8.6.13
323make -C derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.13 install \
324 \
325
326make[3]: Entering directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.13'
327Installing time zone data
328Installing message catalogs
329tclsh "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/../tools/installData.tcl" \
330 "/home/openmsx/openMSX/derived/3rdparty/src/tcl8.6.13/win/../library/msgs" "/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/tcl8.6/msgs"
331Installing tclsh86s.exe to /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/bin/
332 Creating msgs
333 Creating tzdata
334Installing tclConfig.sh to /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/
335Installing libtcl86.a to /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/
336Installing libtclstub86.a to /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/
337Installing tcldde14.dll
338Installing libtcldde14.dll.a
339Installing tclreg13.dll
340 Creating Atlantic
341Installing libtclreg13.dll.a
342 Creating Africa
343 Creating Pacific
344 Creating Antarctica
345 Creating Etc
346 Creating America
347 Creating North_Dakota
348 Creating Kentucky
349 Creating Indiana
350 Creating Argentina
351 Creating Chile
352 Creating SystemV
353 Creating Indian
354 Creating US
355 Creating Mexico
356 Creating Canada
357 Creating Australia
358 Creating Europe
359 Creating Asia
360 Creating Brazil
361 Creating Arctic
362Installing header files
363Installing library files to /home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/install/lib/tcl8.6
364Installing library http1.0 directory
365Installing package http 2.9.8 as a Tcl Module
366Installing library opt0.4 directory
367Installing package msgcat 1.6.1 as a Tcl Module
368Installing package tcltest 2.5.5 as a Tcl Module
369Installing package platform 1.0.19 as a Tcl Module
370Installing package platform::shell 1.1.4 as a Tcl Module
371Installing encodings
372make[3]: Leaving directory '/home/openmsx/openMSX/derived/x86_64-mingw-w64-opt-3rd/3rdparty/build/tcl8.6.13'
373mkdir -p derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps
374touch derived/x86_64-mingw-w64-opt-3rd/3rdparty/timestamps/install-tcl8.6.13
375make[2]: Leaving directory '/home/openmsx/openMSX'
376make[1]: Leaving directory '/home/openmsx/openMSX'
377make -f build/main.mk bindist \
378 OPENMSX_TARGET_CPU=x86_64 \
379 OPENMSX_TARGET_OS=mingw-w64 \
380 OPENMSX_FLAVOUR=opt \
381 3RDPARTY_FLAG=true \
382 PYTHON=python3
383make[1]: Entering directory '/home/openmsx/openMSX'
384Using Python: python3
385Build configuration:
386Updating derived/x86_64-mingw-w64-opt-3rd/config/Version.ii...
387 Platform: x86_64-mingw-w64
388 Flavour: opt
389 Compiler: x86_64-w64-mingw32-g++
390 Subset: full build
391Compiling Version.cc...
392Updating derived/x86_64-mingw-w64-opt-3rd/config/resource-info.h...
393Compiling resources...
394Linking openmsx.exe...
395Removing any old binary package...
396Creating binary package:
397 Executable...
398 Data files...
399 Documentation...
400 C-BIOS...
401 Creating symlinks...
402make[1]: Leaving directory '/home/openmsx/openMSX'