View | Details | Raw Unified | Return to bug 237213 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/binutils/Makefile (-9 / +14 lines)
Lines 16-28 LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING3.LIB Link Here
16
16
17
BUILD_DEPENDS=	${LOCALBASE}/lib/libgmp.so:math/gmp \
17
BUILD_DEPENDS=	${LOCALBASE}/lib/libgmp.so:math/gmp \
18
		${LOCALBASE}/lib/libmpfr.so:math/mpfr
18
		${LOCALBASE}/lib/libmpfr.so:math/mpfr
19
LIB_DEPENDS+=	libmsgpackc.so:devel/msgpack-c \
20
		libzstd.so:archivers/zstd
19
21
20
LIB_DEPENDS=	libzstd.so:archivers/zstd
22
FLAVORS=	native aarch64 aarch64_none_elf amd64 amd64_w64_mingw32 \
21
23
		arm_gnueabi arm_none_eabi avr i386 i686_w64_mingw32 \
22
FLAVORS=	native aarch64 aarch64_none_elf amd64 arm_gnueabi arm_none_eabi \
24
		mingw32 mips mips64 powerpc powerpc64 powerpc64le riscv64 \
23
		avr i386 mingw32 mips mips64 powerpc powerpc64 powerpc64le riscv64 \
24
		riscv64_none_elf s390x sparc64 riscv32_unknown_elf
25
		riscv64_none_elf s390x sparc64 riscv32_unknown_elf
25
FLAVOR?=	native
26
FLAVOR?=	${FLAVORS:[1]}
26
27
27
USES=		bison:alias compiler:env cpe gmake localbase libtool makeinfo perl5 pkgconfig tar:lz
28
USES=		bison:alias compiler:env cpe gmake localbase libtool makeinfo perl5 pkgconfig tar:lz
28
USE_PERL5=	build
29
USE_PERL5=	build
Lines 59-65 aarch64_COMMENT= GNU binutils for ${FLAVOR} development Link Here
59
.if ${FLAVOR} != native
60
.if ${FLAVOR} != native
60
PKGNAMEPREFIX=	${FLAVOR:C/_/-/g}-
61
PKGNAMEPREFIX=	${FLAVOR:C/_/-/g}-
61
PLIST=		${PKGDIR}/pkg-plist-${FLAVOR:C/_/-/g}
62
PLIST=		${PKGDIR}/pkg-plist-${FLAVOR:C/_/-/g}
62
63
.if ${PKGNAMEPREFIX:M*-*-}
63
.if ${PKGNAMEPREFIX:M*-*-}
64
BUTARGET?=	${PKGNAMEPREFIX}${OPSYS:tl}${OSREL}
64
BUTARGET?=	${PKGNAMEPREFIX}${OPSYS:tl}${OSREL}
65
.else
65
.else
Lines 72-87 INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/share/info Link Here
72
.if ${FLAVOR} == aarch64
72
.if ${FLAVOR} == aarch64
73
BROKEN_mips=		fails to configure: error: C compiler cannot create executables
73
BROKEN_mips=		fails to configure: error: C compiler cannot create executables
74
BROKEN_mips64=		fails to configure: error: C compiler cannot create executables
74
BROKEN_mips64=		fails to configure: error: C compiler cannot create executables
75
.elif ${FLAVOR} == aarch64_none_elf || ${FLAVOR} == arm_none_eabi || ${FLAVOR} == riscv64_none_elf || ${FLAVOR} == mingw32 || ${FLAVOR} == avr || ${FLAVOR} == riscv32_unknown_elf
75
.elif ${FLAVOR} == aarch64_none_elf || ${FLAVOR} == arm_none_eabi || ${FLAVOR} == avr || ${FLAVOR} == i686_w64_mingw32 || ${FLAVOR} == mingw32 || ${FLAVOR} == riscv32_unknown_elf || ${FLAVOR} == riscv64_none_elf
76
BUTARGET=	${FLAVOR:C/_/-/g}
76
BUTARGET=	${FLAVOR:C/_/-/g}
77
.elif ${FLAVOR} == amd64
77
.elif ${FLAVOR} == amd64
78
BUTARGET=	x86_64-unknown-${OPSYS:tl}${OSREL}
78
BUTARGET=	x86_64-unknown-${OPSYS:tl}${OSREL}
79
.elif ${FLAVOR} == amd64_w64_mingw32
80
BUTARGET=	x86_64-w64-mingw32
79
.endif
81
.endif
80
82
81
.if ${FLAVOR} == mingw32
83
.if ${FLAVOR} == amd64_w64_mingw32 || ${FLAVOR} == i686_w64_mingw32 || ${FLAVOR} == mingw32
82
USES+=		iconv
84
USES+=		iconv
83
.endif
85
.endif
84
86
87
.if ${FLAVOR} == amd64_w64_mingw32 || ${FLAVOR} == i686_w64_mingw32
88
LIB_DEPENDS+=	libdebuginfod.so:devel/elfutils
89
.endif
90
85
CONFIGURE_ARGS+=	--target=${BUTARGET}
91
CONFIGURE_ARGS+=	--target=${BUTARGET}
86
.endif
92
.endif
87
93
Lines 93-99 CONFIGURE_ARGS+= --disable-shared Link Here
93
PLIST_SUB+=		SHARED='@comment'
99
PLIST_SUB+=		SHARED='@comment'
94
.endif
100
.endif
95
101
96
97
.if ${FLAVOR} == native
102
.if ${FLAVOR} == native
98
BUREMOVE=	coffdump \
103
BUREMOVE=	coffdump \
99
		dlltool \
104
		dlltool \
(-)b/devel/binutils/pkg-plist-amd64-w64-mingw32 (+64 lines)
Added Link Here
1
bin/%%BUTARGET%%-addr2line
2
bin/%%BUTARGET%%-ar
3
bin/%%BUTARGET%%-as
4
bin/%%BUTARGET%%-c++filt
5
bin/%%BUTARGET%%-dlltool
6
bin/%%BUTARGET%%-dllwrap
7
bin/%%BUTARGET%%-elfedit
8
bin/%%BUTARGET%%-gprof
9
bin/%%BUTARGET%%-ld
10
bin/%%BUTARGET%%-ld.bfd
11
bin/%%BUTARGET%%-nm
12
bin/%%BUTARGET%%-objcopy
13
bin/%%BUTARGET%%-objdump
14
bin/%%BUTARGET%%-ranlib
15
bin/%%BUTARGET%%-readelf
16
bin/%%BUTARGET%%-size
17
bin/%%BUTARGET%%-strings
18
bin/%%BUTARGET%%-strip
19
bin/%%BUTARGET%%-windmc
20
bin/%%BUTARGET%%-windres
21
man/man1/%%BUTARGET%%-addr2line.1.gz
22
man/man1/%%BUTARGET%%-ar.1.gz
23
man/man1/%%BUTARGET%%-as.1.gz
24
man/man1/%%BUTARGET%%-c++filt.1.gz
25
man/man1/%%BUTARGET%%-dlltool.1.gz
26
man/man1/%%BUTARGET%%-elfedit.1.gz
27
man/man1/%%BUTARGET%%-gprof.1.gz
28
man/man1/%%BUTARGET%%-ld.1.gz
29
man/man1/%%BUTARGET%%-nm.1.gz
30
man/man1/%%BUTARGET%%-objcopy.1.gz
31
man/man1/%%BUTARGET%%-objdump.1.gz
32
man/man1/%%BUTARGET%%-ranlib.1.gz
33
man/man1/%%BUTARGET%%-readelf.1.gz
34
man/man1/%%BUTARGET%%-size.1.gz
35
man/man1/%%BUTARGET%%-strings.1.gz
36
man/man1/%%BUTARGET%%-strip.1.gz
37
man/man1/%%BUTARGET%%-windmc.1.gz
38
man/man1/%%BUTARGET%%-windres.1.gz
39
%%BUTARGET%%/bin/ar
40
%%BUTARGET%%/bin/as
41
%%BUTARGET%%/bin/dlltool
42
%%BUTARGET%%/bin/ld
43
%%BUTARGET%%/bin/ld.bfd
44
%%BUTARGET%%/bin/nm
45
%%BUTARGET%%/bin/objcopy
46
%%BUTARGET%%/bin/objdump
47
%%BUTARGET%%/bin/ranlib
48
%%BUTARGET%%/bin/readelf
49
%%BUTARGET%%/bin/size
50
%%BUTARGET%%/bin/strip
51
%%BUTARGET%%/lib/ldscripts/i386pe.x
52
%%BUTARGET%%/lib/ldscripts/i386pe.xa
53
%%BUTARGET%%/lib/ldscripts/i386pe.xbn
54
%%BUTARGET%%/lib/ldscripts/i386pe.xe
55
%%BUTARGET%%/lib/ldscripts/i386pe.xn
56
%%BUTARGET%%/lib/ldscripts/i386pe.xr
57
%%BUTARGET%%/lib/ldscripts/i386pe.xu
58
%%BUTARGET%%/lib/ldscripts/i386pep.x
59
%%BUTARGET%%/lib/ldscripts/i386pep.xa
60
%%BUTARGET%%/lib/ldscripts/i386pep.xbn
61
%%BUTARGET%%/lib/ldscripts/i386pep.xe
62
%%BUTARGET%%/lib/ldscripts/i386pep.xn
63
%%BUTARGET%%/lib/ldscripts/i386pep.xr
64
%%BUTARGET%%/lib/ldscripts/i386pep.xu
(-)b/devel/binutils/pkg-plist-i686-w64-mingw32 (+57 lines)
Added Link Here
1
bin/%%BUTARGET%%-addr2line
2
bin/%%BUTARGET%%-ar
3
bin/%%BUTARGET%%-as
4
bin/%%BUTARGET%%-c++filt
5
bin/%%BUTARGET%%-dlltool
6
bin/%%BUTARGET%%-dllwrap
7
bin/%%BUTARGET%%-elfedit
8
bin/%%BUTARGET%%-gprof
9
bin/%%BUTARGET%%-ld
10
bin/%%BUTARGET%%-ld.bfd
11
bin/%%BUTARGET%%-nm
12
bin/%%BUTARGET%%-objcopy
13
bin/%%BUTARGET%%-objdump
14
bin/%%BUTARGET%%-ranlib
15
bin/%%BUTARGET%%-readelf
16
bin/%%BUTARGET%%-size
17
bin/%%BUTARGET%%-strings
18
bin/%%BUTARGET%%-strip
19
bin/%%BUTARGET%%-windmc
20
bin/%%BUTARGET%%-windres
21
%%BUTARGET%%/bin/ar
22
%%BUTARGET%%/bin/as
23
%%BUTARGET%%/bin/dlltool
24
%%BUTARGET%%/bin/ld
25
%%BUTARGET%%/bin/ld.bfd
26
%%BUTARGET%%/bin/nm
27
%%BUTARGET%%/bin/objcopy
28
%%BUTARGET%%/bin/objdump
29
%%BUTARGET%%/bin/ranlib
30
%%BUTARGET%%/bin/readelf
31
%%BUTARGET%%/bin/size
32
%%BUTARGET%%/bin/strip
33
%%BUTARGET%%/lib/ldscripts/i386pe.x
34
%%BUTARGET%%/lib/ldscripts/i386pe.xa
35
%%BUTARGET%%/lib/ldscripts/i386pe.xbn
36
%%BUTARGET%%/lib/ldscripts/i386pe.xe
37
%%BUTARGET%%/lib/ldscripts/i386pe.xn
38
%%BUTARGET%%/lib/ldscripts/i386pe.xr
39
%%BUTARGET%%/lib/ldscripts/i386pe.xu
40
man/man1/%%BUTARGET%%-addr2line.1.gz
41
man/man1/%%BUTARGET%%-ar.1.gz
42
man/man1/%%BUTARGET%%-as.1.gz
43
man/man1/%%BUTARGET%%-c++filt.1.gz
44
man/man1/%%BUTARGET%%-dlltool.1.gz
45
man/man1/%%BUTARGET%%-elfedit.1.gz
46
man/man1/%%BUTARGET%%-gprof.1.gz
47
man/man1/%%BUTARGET%%-ld.1.gz
48
man/man1/%%BUTARGET%%-nm.1.gz
49
man/man1/%%BUTARGET%%-objcopy.1.gz
50
man/man1/%%BUTARGET%%-objdump.1.gz
51
man/man1/%%BUTARGET%%-ranlib.1.gz
52
man/man1/%%BUTARGET%%-readelf.1.gz
53
man/man1/%%BUTARGET%%-size.1.gz
54
man/man1/%%BUTARGET%%-strings.1.gz
55
man/man1/%%BUTARGET%%-strip.1.gz
56
man/man1/%%BUTARGET%%-windmc.1.gz
57
man/man1/%%BUTARGET%%-windres.1.gz
(-)b/devel/mingw-w64-crt/Makefile (+53 lines)
Added Link Here
1
PORTNAME=	mingw-w64-crt
2
PORTVERSION=	11.0.0
3
CATEGORIES=	devel
4
MASTER_SITES=	SF/mingw-w64/mingw-w64/mingw-w64-release
5
PKGNAMEPREFIX=	${FLAVOR}-
6
DISTNAME=	mingw-w64-v${PORTVERSION}
7
8
MAINTAINER=	damjan.jov@gmail.com
9
COMMENT=	MinGW-w64 GCC C Runtime for Windows-${FLAVOR}
10
WWW=		https://mingw-w64.org/
11
12
LICENSE=	GPLv2+ LGPL21+ PD ZPL21
13
LICENSE_COMB=	multi
14
15
BUILD_DEPENDS=	${PREFIX}/${TARGETARCH}/mingw/include/windows.h:devel/mingw-w64-headers@${FLAVOR} \
16
		${PREFIX}/${TARGETARCH}-bootstrap/bin/${TARGETARCH}-gcc:devel/mingw-w64-gcc-bootstrap@${FLAVOR}
17
18
FLAVORS=	amd64 i686
19
FLAVOR?=	${FLAVORS:[1]}
20
21
USES=		gmake tar:bz2
22
23
GNU_CONFIGURE=		yes
24
GNU_CONFIGURE_PREFIX=	${PREFIX}/${TARGETARCH}/mingw
25
CONFIGURE_ARGS+=	--enable-wildcard \
26
			--host=${TARGETARCH} \
27
			--with-default-msvcrt=ucrt \
28
			--with-sysroot="${PREFIX}/${TARGETARCH}"
29
.if ${FLAVOR} == amd64
30
CONFIGURE_ARGS+=	--disable-lib32 \
31
			--enable-lib64
32
PLIST_SUB+=		AMD64="" \
33
			I686="@comment "
34
.elif ${FLAVOR} == i686
35
CONFIGURE_ARGS+=	--disable-lib64 \
36
			--enable-lib32
37
PLIST_SUB+=		AMD64="@comment " \
38
			I686=""
39
.else
40
IGNORE=		${FLAVOR} unimplemented
41
.endif
42
43
CONFIGURE_ENV=	ac_cv_prog_CC=${TARGETARCH}-gcc \
44
		PATH=${PREFIX}/${TARGETARCH}/bin:${PREFIX}/${TARGETARCH}-bootstrap/bin:${PATH}
45
MAKE_ENV=	PATH=${PREFIX}/${TARGETARCH}/bin:${PREFIX}/${TARGETARCH}-bootstrap/bin:${PATH}
46
47
SSP_UNSAFE=	yes
48
TARGETARCH=	${FLAVOR:S/amd64/x86_64/}-w64-mingw32
49
WRKSRC_SUBDIR=	${PORTNAME}
50
51
PLIST_SUB+=	TARGETARCH=${TARGETARCH}
52
53
.include <bsd.port.mk>
(-)b/devel/mingw-w64-crt/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1683032672
2
SHA256 (mingw-w64-v11.0.0.tar.bz2) = bd0ea1633bd830204cc23a696889335e9d4a32b8619439ee17f22188695fcc5f
3
SIZE (mingw-w64-v11.0.0.tar.bz2) = 10058657
(-)b/devel/mingw-w64-crt/pkg-descr (+1 lines)
Added Link Here
1
MinGW-w64 GCC C runtime environment for Microsoft Windows cross-development.
(-)b/devel/mingw-w64-crt/pkg-plist (+975 lines)
Added Link Here
1
%%TARGETARCH%%/mingw/include/agtctl_i.c
2
%%TARGETARCH%%/mingw/include/agtsvr_i.c
3
%%TARGETARCH%%/mingw/include/cdoex_i.c
4
%%TARGETARCH%%/mingw/include/cdoexm_i.c
5
%%TARGETARCH%%/mingw/include/cdosys_i.c
6
%%TARGETARCH%%/mingw/include/emostore_i.c
7
%%TARGETARCH%%/mingw/include/iisext_i.c
8
%%TARGETARCH%%/mingw/include/mtsadmin_i.c
9
%%TARGETARCH%%/mingw/include/mtxadmin_i.c
10
%%TARGETARCH%%/mingw/include/scardssp_i.c
11
%%TARGETARCH%%/mingw/include/scardssp_p.c
12
%%TARGETARCH%%/mingw/include/tsuserex_i.c
13
%%TARGETARCH%%/mingw/lib/CRT_fp10.o
14
%%TARGETARCH%%/mingw/lib/CRT_fp8.o
15
%%TARGETARCH%%/mingw/lib/CRT_glob.o
16
%%TARGETARCH%%/mingw/lib/CRT_noglob.o
17
%%TARGETARCH%%/mingw/lib/binmode.o
18
%%TARGETARCH%%/mingw/lib/crt1.o
19
%%TARGETARCH%%/mingw/lib/crt1u.o
20
%%TARGETARCH%%/mingw/lib/crt2.o
21
%%TARGETARCH%%/mingw/lib/crt2u.o
22
%%TARGETARCH%%/mingw/lib/crtbegin.o
23
%%TARGETARCH%%/mingw/lib/crtend.o
24
%%TARGETARCH%%/mingw/lib/dllcrt1.o
25
%%TARGETARCH%%/mingw/lib/dllcrt2.o
26
%%TARGETARCH%%/mingw/lib/gcrt0.o
27
%%TARGETARCH%%/mingw/lib/gcrt1.o
28
%%TARGETARCH%%/mingw/lib/gcrt2.o
29
%%AMD64%%%%TARGETARCH%%/mingw/lib/libCINTIME.a
30
%%AMD64%%%%TARGETARCH%%/mingw/lib/libPS5UI.a
31
%%AMD64%%%%TARGETARCH%%/mingw/lib/libPSCRIPT5.a
32
%%AMD64%%%%TARGETARCH%%/mingw/lib/libUNIDRV.a
33
%%AMD64%%%%TARGETARCH%%/mingw/lib/libUNIDRVUI.a
34
%%AMD64%%%%TARGETARCH%%/mingw/lib/libacledit.a
35
%%TARGETARCH%%/mingw/lib/libaclui.a
36
%%TARGETARCH%%/mingw/lib/libactiveds.a
37
%%AMD64%%%%TARGETARCH%%/mingw/lib/libadmparse.a
38
%%AMD64%%%%TARGETARCH%%/mingw/lib/libadmwprox.a
39
%%AMD64%%%%TARGETARCH%%/mingw/lib/libadptif.a
40
%%TARGETARCH%%/mingw/lib/libadsiid.a
41
%%AMD64%%%%TARGETARCH%%/mingw/lib/libadsiisex.a
42
%%TARGETARCH%%/mingw/lib/libadsldpc.a
43
%%TARGETARCH%%/mingw/lib/libadvapi32.a
44
%%AMD64%%%%TARGETARCH%%/mingw/lib/libadvpack.a
45
%%AMD64%%%%TARGETARCH%%/mingw/lib/libagentanm.a
46
%%AMD64%%%%TARGETARCH%%/mingw/lib/libakscoinst.a
47
%%AMD64%%%%TARGETARCH%%/mingw/lib/libalrsvc.a
48
%%TARGETARCH%%/mingw/lib/libamstrmid.a
49
%%TARGETARCH%%/mingw/lib/libapcups.a
50
%%AMD64%%%%TARGETARCH%%/mingw/lib/libapphelp.a
51
%%AMD64%%%%TARGETARCH%%/mingw/lib/libappmgmts.a
52
%%AMD64%%%%TARGETARCH%%/mingw/lib/libappmgr.a
53
%%AMD64%%%%TARGETARCH%%/mingw/lib/libaqueue.a
54
%%AMD64%%%%TARGETARCH%%/mingw/lib/libasp.a
55
%%AMD64%%%%TARGETARCH%%/mingw/lib/libaspperf.a
56
%%AMD64%%%%TARGETARCH%%/mingw/lib/libasycfilt.a
57
%%AMD64%%%%TARGETARCH%%/mingw/lib/libatkctrs.a
58
%%AMD64%%%%TARGETARCH%%/mingw/lib/libatl.a
59
%%AMD64%%%%TARGETARCH%%/mingw/lib/libatmlib.a
60
%%AMD64%%%%TARGETARCH%%/mingw/lib/libatrace.a
61
%%AMD64%%%%TARGETARCH%%/mingw/lib/libaudiosrv.a
62
%%TARGETARCH%%/mingw/lib/libauthz.a
63
%%AMD64%%%%TARGETARCH%%/mingw/lib/libautodisc.a
64
%%TARGETARCH%%/mingw/lib/libavicap32.a
65
%%TARGETARCH%%/mingw/lib/libavifil32.a
66
%%TARGETARCH%%/mingw/lib/libavrt.a
67
%%AMD64%%%%TARGETARCH%%/mingw/lib/libazroles.a
68
%%AMD64%%%%TARGETARCH%%/mingw/lib/libbasesrv.a
69
%%AMD64%%%%TARGETARCH%%/mingw/lib/libbatmeter.a
70
%%AMD64%%%%TARGETARCH%%/mingw/lib/libbatt.a
71
%%TARGETARCH%%/mingw/lib/libbcrypt.a
72
%%TARGETARCH%%/mingw/lib/libbits.a
73
%%TARGETARCH%%/mingw/lib/libbluetoothapis.a
74
%%TARGETARCH%%/mingw/lib/libbootvid.a
75
%%I686%%%%TARGETARCH%%/mingw/lib/libbrowcli.a
76
%%AMD64%%%%TARGETARCH%%/mingw/lib/libbrowser.a
77
%%AMD64%%%%TARGETARCH%%/mingw/lib/libbthci.a
78
%%TARGETARCH%%/mingw/lib/libbthprops.a
79
%%TARGETARCH%%/mingw/lib/libcabinet.a
80
%%I686%%%%TARGETARCH%%/mingw/lib/libcap.a
81
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcabview.a
82
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcards.a
83
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcatsrv.a
84
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcatsrvut.a
85
%%AMD64%%%%TARGETARCH%%/mingw/lib/libccfgnt.a
86
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcdfview.a
87
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcdm.a
88
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcertcli.a
89
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcfgbkend.a
90
%%TARGETARCH%%/mingw/lib/libcfgmgr32.a
91
%%AMD64%%%%TARGETARCH%%/mingw/lib/libchtskdic.a
92
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcimwin32.a
93
%%TARGETARCH%%/mingw/lib/libclasspnp.a
94
%%AMD64%%%%TARGETARCH%%/mingw/lib/libclb.a
95
%%AMD64%%%%TARGETARCH%%/mingw/lib/libclbcatq.a
96
%%TARGETARCH%%/mingw/lib/libclfsw32.a
97
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcliconfg.a
98
%%TARGETARCH%%/mingw/lib/libclusapi.a
99
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcmcfg32.a
100
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcmdial32.a
101
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcmpbk32.a
102
%%TARGETARCH%%/mingw/lib/libcmutil.a
103
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcnetcfg.a
104
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcnvfat.a
105
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcoadmin.a
106
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcolbact.a
107
%%TARGETARCH%%/mingw/lib/libcomctl32.a
108
%%TARGETARCH%%/mingw/lib/libcomdlg32.a
109
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcompstui.a
110
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcomputecore.a
111
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcomputenetwork.a
112
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcomputestorage.a
113
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcomres.a
114
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcomsetup.a
115
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcomsnap.a
116
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcomsvcs.a
117
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcomuid.a
118
%%TARGETARCH%%/mingw/lib/libconnect.a
119
%%AMD64%%%%TARGETARCH%%/mingw/lib/libconsole.a
120
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcorpol.a
121
%%TARGETARCH%%/mingw/lib/libcredui.a
122
%%I686%%%%TARGETARCH%%/mingw/lib/libcrtdll.a
123
%%TARGETARCH%%/mingw/lib/libcrypt32.a
124
%%TARGETARCH%%/mingw/lib/libcryptbase.a
125
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcryptdlg.a
126
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcryptdll.a
127
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcryptext.a
128
%%TARGETARCH%%/mingw/lib/libcryptnet.a
129
%%TARGETARCH%%/mingw/lib/libcryptsp.a
130
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcryptsvc.a
131
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcryptui.a
132
%%TARGETARCH%%/mingw/lib/libcryptxml.a
133
%%TARGETARCH%%/mingw/lib/libcscapi.a
134
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcscdll.a
135
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcscui.a
136
%%AMD64%%%%TARGETARCH%%/mingw/lib/libcsrsrv.a
137
%%I686%%%%TARGETARCH%%/mingw/lib/libctl3d32.a
138
%%TARGETARCH%%/mingw/lib/libd2d1.a
139
%%TARGETARCH%%/mingw/lib/libd3d10.a
140
%%TARGETARCH%%/mingw/lib/libd3d11.a
141
%%TARGETARCH%%/mingw/lib/libd3d12.a
142
%%I686%%%%TARGETARCH%%/mingw/lib/libd3d8.a
143
%%AMD64%%%%TARGETARCH%%/mingw/lib/libd3d8thk.a
144
%%TARGETARCH%%/mingw/lib/libd3d9.a
145
%%TARGETARCH%%/mingw/lib/libd3dcompiler.a
146
%%TARGETARCH%%/mingw/lib/libd3dcompiler_33.a
147
%%TARGETARCH%%/mingw/lib/libd3dcompiler_34.a
148
%%TARGETARCH%%/mingw/lib/libd3dcompiler_35.a
149
%%TARGETARCH%%/mingw/lib/libd3dcompiler_36.a
150
%%TARGETARCH%%/mingw/lib/libd3dcompiler_37.a
151
%%TARGETARCH%%/mingw/lib/libd3dcompiler_38.a
152
%%TARGETARCH%%/mingw/lib/libd3dcompiler_39.a
153
%%TARGETARCH%%/mingw/lib/libd3dcompiler_40.a
154
%%TARGETARCH%%/mingw/lib/libd3dcompiler_41.a
155
%%TARGETARCH%%/mingw/lib/libd3dcompiler_42.a
156
%%TARGETARCH%%/mingw/lib/libd3dcompiler_43.a
157
%%TARGETARCH%%/mingw/lib/libd3dcompiler_46.a
158
%%TARGETARCH%%/mingw/lib/libd3dcompiler_47.a
159
%%TARGETARCH%%/mingw/lib/libd3dcsx_46.a
160
%%TARGETARCH%%/mingw/lib/libd3dcsxd.a
161
%%TARGETARCH%%/mingw/lib/libd3dcsxd_43.a
162
%%I686%%%%TARGETARCH%%/mingw/lib/libd3dim.a
163
%%I686%%%%TARGETARCH%%/mingw/lib/libd3drm.a
164
%%TARGETARCH%%/mingw/lib/libd3dx10.a
165
%%TARGETARCH%%/mingw/lib/libd3dx10_33.a
166
%%TARGETARCH%%/mingw/lib/libd3dx10_34.a
167
%%TARGETARCH%%/mingw/lib/libd3dx10_35.a
168
%%TARGETARCH%%/mingw/lib/libd3dx10_36.a
169
%%TARGETARCH%%/mingw/lib/libd3dx10_37.a
170
%%TARGETARCH%%/mingw/lib/libd3dx10_38.a
171
%%TARGETARCH%%/mingw/lib/libd3dx10_39.a
172
%%TARGETARCH%%/mingw/lib/libd3dx10_40.a
173
%%TARGETARCH%%/mingw/lib/libd3dx10_41.a
174
%%TARGETARCH%%/mingw/lib/libd3dx10_42.a
175
%%TARGETARCH%%/mingw/lib/libd3dx10_43.a
176
%%TARGETARCH%%/mingw/lib/libd3dx11.a
177
%%TARGETARCH%%/mingw/lib/libd3dx11_42.a
178
%%TARGETARCH%%/mingw/lib/libd3dx11_43.a
179
%%I686%%%%TARGETARCH%%/mingw/lib/libd3dx8d.a
180
%%TARGETARCH%%/mingw/lib/libd3dx9.a
181
%%TARGETARCH%%/mingw/lib/libd3dx9_24.a
182
%%TARGETARCH%%/mingw/lib/libd3dx9_25.a
183
%%TARGETARCH%%/mingw/lib/libd3dx9_26.a
184
%%TARGETARCH%%/mingw/lib/libd3dx9_27.a
185
%%TARGETARCH%%/mingw/lib/libd3dx9_28.a
186
%%TARGETARCH%%/mingw/lib/libd3dx9_29.a
187
%%TARGETARCH%%/mingw/lib/libd3dx9_30.a
188
%%TARGETARCH%%/mingw/lib/libd3dx9_31.a
189
%%TARGETARCH%%/mingw/lib/libd3dx9_32.a
190
%%TARGETARCH%%/mingw/lib/libd3dx9_33.a
191
%%TARGETARCH%%/mingw/lib/libd3dx9_34.a
192
%%TARGETARCH%%/mingw/lib/libd3dx9_35.a
193
%%TARGETARCH%%/mingw/lib/libd3dx9_36.a
194
%%TARGETARCH%%/mingw/lib/libd3dx9_37.a
195
%%TARGETARCH%%/mingw/lib/libd3dx9_38.a
196
%%TARGETARCH%%/mingw/lib/libd3dx9_39.a
197
%%TARGETARCH%%/mingw/lib/libd3dx9_40.a
198
%%TARGETARCH%%/mingw/lib/libd3dx9_41.a
199
%%TARGETARCH%%/mingw/lib/libd3dx9_42.a
200
%%TARGETARCH%%/mingw/lib/libd3dx9_43.a
201
%%I686%%%%TARGETARCH%%/mingw/lib/libd3dx9d.a
202
%%TARGETARCH%%/mingw/lib/libd3dxof.a
203
%%TARGETARCH%%/mingw/lib/libdavclnt.a
204
%%I686%%%%TARGETARCH%%/mingw/lib/libdavhlpr.a
205
%%TARGETARCH%%/mingw/lib/libdbgeng.a
206
%%TARGETARCH%%/mingw/lib/libdbghelp.a
207
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdbnetlib.a
208
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdbnmpntw.a
209
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdciman32.a
210
%%TARGETARCH%%/mingw/lib/libdcomp.a
211
%%TARGETARCH%%/mingw/lib/libddraw.a
212
%%TARGETARCH%%/mingw/lib/libdelayimp.a
213
%%TARGETARCH%%/mingw/lib/libdevmgr.a
214
%%TARGETARCH%%/mingw/lib/libdevobj.a
215
%%TARGETARCH%%/mingw/lib/libdevrtl.a
216
%%I686%%%%TARGETARCH%%/mingw/lib/libdfscli.a
217
%%TARGETARCH%%/mingw/lib/libdhcpcsvc.a
218
%%TARGETARCH%%/mingw/lib/libdhcpcsvc6.a
219
%%TARGETARCH%%/mingw/lib/libdhcpsapi.a
220
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdigest.a
221
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdimsntfy.a
222
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdimsroam.a
223
%%TARGETARCH%%/mingw/lib/libdinput.a
224
%%TARGETARCH%%/mingw/lib/libdinput8.a
225
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdiskcopy.a
226
%%TARGETARCH%%/mingw/lib/libdismapi.a
227
%%TARGETARCH%%/mingw/lib/libdloadhelper.a
228
%%I686%%%%TARGETARCH%%/mingw/lib/libdlcapi.a
229
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdmconfig.a
230
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdmdskmgr.a
231
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdmivcitf.a
232
%%TARGETARCH%%/mingw/lib/libdmoguids.a
233
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdmutil.a
234
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdmvdsitf.a
235
%%TARGETARCH%%/mingw/lib/libdnsapi.a
236
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdnsrslvr.a
237
%%TARGETARCH%%/mingw/lib/libdpapi.a
238
%%I686%%%%TARGETARCH%%/mingw/lib/libdplayx.a
239
%%TARGETARCH%%/mingw/lib/libdpnaddr.a
240
%%TARGETARCH%%/mingw/lib/libdpnet.a
241
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdpnhupnp.a
242
%%TARGETARCH%%/mingw/lib/libdpnlobby.a
243
%%TARGETARCH%%/mingw/lib/libdpvoice.a
244
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdrprov.a
245
%%AMD64%%%%TARGETARCH%%/mingw/lib/libds32gt.a
246
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdsauth.a
247
%%I686%%%%TARGETARCH%%/mingw/lib/libdsetup.a
248
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdskquota.a
249
%%TARGETARCH%%/mingw/lib/libdsound.a
250
%%I686%%%%TARGETARCH%%/mingw/lib/libdsrole.a
251
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdsound3d.a
252
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdsprop.a
253
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdsquery.a
254
%%TARGETARCH%%/mingw/lib/libdssec.a
255
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdssenh.a
256
%%AMD64%%%%TARGETARCH%%/mingw/lib/libdsuiext.a
257
%%AMD64%%%%TARGETARCH%%/mingw/lib/libduser.a
258
%%TARGETARCH%%/mingw/lib/libdwmapi.a
259
%%TARGETARCH%%/mingw/lib/libdwrite.a
260
%%I686%%%%TARGETARCH%%/mingw/lib/libdxapi.a
261
%%TARGETARCH%%/mingw/lib/libdxerr8.a
262
%%TARGETARCH%%/mingw/lib/libdxerr9.a
263
%%TARGETARCH%%/mingw/lib/libdxgi.a
264
%%TARGETARCH%%/mingw/lib/libdxguid.a
265
%%TARGETARCH%%/mingw/lib/libdxva2.a
266
%%TARGETARCH%%/mingw/lib/libeappcfg.a
267
%%TARGETARCH%%/mingw/lib/libeappgnui.a
268
%%TARGETARCH%%/mingw/lib/libeapphost.a
269
%%TARGETARCH%%/mingw/lib/libeappprxy.a
270
%%AMD64%%%%TARGETARCH%%/mingw/lib/libefsadu.a
271
%%I686%%%%TARGETARCH%%/mingw/lib/libelscore.a
272
%%AMD64%%%%TARGETARCH%%/mingw/lib/libes.a
273
%%TARGETARCH%%/mingw/lib/libesent.a
274
%%AMD64%%%%TARGETARCH%%/mingw/lib/libesentprf.a
275
%%AMD64%%%%TARGETARCH%%/mingw/lib/libeventlog.a
276
%%AMD64%%%%TARGETARCH%%/mingw/lib/libevntagnt.a
277
%%TARGETARCH%%/mingw/lib/libevr.a
278
%%AMD64%%%%TARGETARCH%%/mingw/lib/libexstrace.a
279
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfastprox.a
280
%%TARGETARCH%%/mingw/lib/libfaultrep.a
281
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfcachdll.a
282
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfdeploy.a
283
%%TARGETARCH%%/mingw/lib/libfeclient.a
284
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfilemgmt.a
285
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfldrclnr.a
286
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfltlib.a
287
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfmifs.a
288
%%TARGETARCH%%/mingw/lib/libfontsub.a
289
%%AMD64%%%%TARGETARCH%%/mingw/lib/libframedyn.a
290
%%AMD64%%%%TARGETARCH%%/mingw/lib/libftpctrs2.a
291
%%AMD64%%%%TARGETARCH%%/mingw/lib/libftpmib.a
292
%%TARGETARCH%%/mingw/lib/libfwpuclnt.a
293
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfxsapi.a
294
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfxscfgwz.a
295
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfxsdrv.a
296
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfxsocm.a
297
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfxsperf.a
298
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfxsroute.a
299
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfxsst.a
300
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfxst30.a
301
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfxstiff.a
302
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfxsui.a
303
%%AMD64%%%%TARGETARCH%%/mingw/lib/libfxswzrd.a
304
%%TARGETARCH%%/mingw/lib/libgdi32.a
305
%%TARGETARCH%%/mingw/lib/libgdiplus.a
306
%%AMD64%%%%TARGETARCH%%/mingw/lib/libgetuname.a
307
%%AMD64%%%%TARGETARCH%%/mingw/lib/libglmf32.a
308
%%I686%%%%TARGETARCH%%/mingw/lib/libglaux.a
309
%%TARGETARCH%%/mingw/lib/libglu32.a
310
%%I686%%%%TARGETARCH%%/mingw/lib/libglut.a
311
%%I686%%%%TARGETARCH%%/mingw/lib/libglut32.a
312
%%TARGETARCH%%/mingw/lib/libgmon.a
313
%%I686%%%%TARGETARCH%%/mingw/lib/libgpapi.a
314
%%TARGETARCH%%/mingw/lib/libgpedit.a
315
%%AMD64%%%%TARGETARCH%%/mingw/lib/libgpkcsp.a
316
%%I686%%%%TARGETARCH%%/mingw/lib/libgpprefcl.a
317
%%I686%%%%TARGETARCH%%/mingw/lib/libgpscript.a
318
%%TARGETARCH%%/mingw/lib/libgptext.a
319
%%AMD64%%%%TARGETARCH%%/mingw/lib/libguitrn.a
320
%%TARGETARCH%%/mingw/lib/libhal.a
321
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhbaapi.a
322
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhgfs.a
323
%%TARGETARCH%%/mingw/lib/libhid.a
324
%%TARGETARCH%%/mingw/lib/libhidclass.a
325
%%TARGETARCH%%/mingw/lib/libhidparse.a
326
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhlink.a
327
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhmmapi.a
328
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhnetcfg.a
329
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhnetwiz.a
330
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhostmib.a
331
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhotplug.a
332
%%TARGETARCH%%/mingw/lib/libhtmlhelp.a
333
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhtrn_jis.a
334
%%TARGETARCH%%/mingw/lib/libhttpapi.a
335
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhttpext.a
336
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhttpmib.a
337
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhttpodbc.a
338
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhtui.a
339
%%AMD64%%%%TARGETARCH%%/mingw/lib/libhypertrm.a
340
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiashlpr.a
341
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiaspolcy.a
342
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiassam.a
343
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiassvcs.a
344
%%AMD64%%%%TARGETARCH%%/mingw/lib/libicaapi.a
345
%%AMD64%%%%TARGETARCH%%/mingw/lib/libicfgnt5.a
346
%%AMD64%%%%TARGETARCH%%/mingw/lib/libicm32.a
347
%%AMD64%%%%TARGETARCH%%/mingw/lib/libicmp.a
348
%%TARGETARCH%%/mingw/lib/libicmui.a
349
%%AMD64%%%%TARGETARCH%%/mingw/lib/libicwconn.a
350
%%AMD64%%%%TARGETARCH%%/mingw/lib/libicwdial.a
351
%%AMD64%%%%TARGETARCH%%/mingw/lib/libicwdl.a
352
%%AMD64%%%%TARGETARCH%%/mingw/lib/libicwphbk.a
353
%%AMD64%%%%TARGETARCH%%/mingw/lib/libicwutil.a
354
%%AMD64%%%%TARGETARCH%%/mingw/lib/libidq.a
355
%%AMD64%%%%TARGETARCH%%/mingw/lib/libieakeng.a
356
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiedkcs32.a
357
%%AMD64%%%%TARGETARCH%%/mingw/lib/libieencode.a
358
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiernonce.a
359
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiesetup.a
360
%%TARGETARCH%%/mingw/lib/libigmpagnt.a
361
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiis.a
362
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiisadmin.a
363
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiiscfg.a
364
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiisrtl.a
365
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiissuba.a
366
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiisui.a
367
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiisutil.a
368
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiiswmi.a
369
%%TARGETARCH%%/mingw/lib/libimagehlp.a
370
%%AMD64%%%%TARGETARCH%%/mingw/lib/libimeshare.a
371
%%AMD64%%%%TARGETARCH%%/mingw/lib/libimgutil.a
372
%%AMD64%%%%TARGETARCH%%/mingw/lib/libimjp81k.a
373
%%AMD64%%%%TARGETARCH%%/mingw/lib/libimjpcus.a
374
%%AMD64%%%%TARGETARCH%%/mingw/lib/libimjpdct.a
375
%%AMD64%%%%TARGETARCH%%/mingw/lib/libimjputyc.a
376
%%TARGETARCH%%/mingw/lib/libimm32.a
377
%%AMD64%%%%TARGETARCH%%/mingw/lib/libimsinsnt.a
378
%%AMD64%%%%TARGETARCH%%/mingw/lib/libimskdic.a
379
%%AMD64%%%%TARGETARCH%%/mingw/lib/libinetcfg.a
380
%%AMD64%%%%TARGETARCH%%/mingw/lib/libinetcomm.a
381
%%AMD64%%%%TARGETARCH%%/mingw/lib/libinetmib1.a
382
%%AMD64%%%%TARGETARCH%%/mingw/lib/libinfoadmn.a
383
%%AMD64%%%%TARGETARCH%%/mingw/lib/libinfocomm.a
384
%%AMD64%%%%TARGETARCH%%/mingw/lib/libinfoctrs.a
385
%%AMD64%%%%TARGETARCH%%/mingw/lib/libinfosoft.a
386
%%AMD64%%%%TARGETARCH%%/mingw/lib/libinitpki.a
387
%%AMD64%%%%TARGETARCH%%/mingw/lib/libinput.a
388
%%AMD64%%%%TARGETARCH%%/mingw/lib/libinseng.a
389
%%TARGETARCH%%/mingw/lib/libiphlpapi.a
390
%%AMD64%%%%TARGETARCH%%/mingw/lib/libipmontr.a
391
%%AMD64%%%%TARGETARCH%%/mingw/lib/libipnathlp.a
392
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiprop.a
393
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiprtprio.a
394
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiprtrmgr.a
395
%%AMD64%%%%TARGETARCH%%/mingw/lib/libipsecsvc.a
396
%%AMD64%%%%TARGETARCH%%/mingw/lib/libipxsap.a
397
%%AMD64%%%%TARGETARCH%%/mingw/lib/libirclass.a
398
%%AMD64%%%%TARGETARCH%%/mingw/lib/libisatq.a
399
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiscomlog.a
400
%%TARGETARCH%%/mingw/lib/libiscsidsc.a
401
%%AMD64%%%%TARGETARCH%%/mingw/lib/libisign32.a
402
%%AMD64%%%%TARGETARCH%%/mingw/lib/libiyuv_32.a
403
%%AMD64%%%%TARGETARCH%%/mingw/lib/libjet500.a
404
%%AMD64%%%%TARGETARCH%%/mingw/lib/libjsproxy.a
405
%%AMD64%%%%TARGETARCH%%/mingw/lib/libkd1394.a
406
%%AMD64%%%%TARGETARCH%%/mingw/lib/libkdcom.a
407
%%AMD64%%%%TARGETARCH%%/mingw/lib/libkerberos.a
408
%%TARGETARCH%%/mingw/lib/libkernel32.a
409
%%AMD64%%%%TARGETARCH%%/mingw/lib/libkeymgr.a
410
%%TARGETARCH%%/mingw/lib/libks.a
411
%%TARGETARCH%%/mingw/lib/libksecdd.a
412
%%TARGETARCH%%/mingw/lib/libksguid.a
413
%%I686%%%%TARGETARCH%%/mingw/lib/libksproxy.a
414
%%TARGETARCH%%/mingw/lib/libksuser.a
415
%%TARGETARCH%%/mingw/lib/libktmw32.a
416
%%TARGETARCH%%/mingw/lib/liblargeint.a
417
%%AMD64%%%%TARGETARCH%%/mingw/lib/liblinkinfo.a
418
%%AMD64%%%%TARGETARCH%%/mingw/lib/liblmmib2.a
419
%%AMD64%%%%TARGETARCH%%/mingw/lib/libloadperf.a
420
%%AMD64%%%%TARGETARCH%%/mingw/lib/liblocalspl.a
421
%%TARGETARCH%%/mingw/lib/liblocationapi.a
422
%%AMD64%%%%TARGETARCH%%/mingw/lib/liblog.a
423
%%AMD64%%%%TARGETARCH%%/mingw/lib/libloghours.a
424
%%I686%%%%TARGETARCH%%/mingw/lib/liblogoncli.a
425
%%AMD64%%%%TARGETARCH%%/mingw/lib/liblonsint.a
426
%%AMD64%%%%TARGETARCH%%/mingw/lib/liblpk.a
427
%%AMD64%%%%TARGETARCH%%/mingw/lib/liblprhelp.a
428
%%AMD64%%%%TARGETARCH%%/mingw/lib/liblsasrv.a
429
%%TARGETARCH%%/mingw/lib/liblz32.a
430
%%TARGETARCH%%/mingw/lib/libm.a
431
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmag_hook.a
432
%%TARGETARCH%%/mingw/lib/libmapi32.a
433
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmapistub.a
434
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmcastmib.a
435
%%I686%%%%TARGETARCH%%/mingw/lib/libmcd.a
436
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmcd32.a
437
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmcdsrv32.a
438
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmchgrcoi.a
439
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmciavi32.a
440
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmcicda.a
441
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmciole32.a
442
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmciqtz32.a
443
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmciseq.a
444
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmciwave.a
445
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmdminst.a
446
%%TARGETARCH%%/mingw/lib/libmf.a
447
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmf3216.a
448
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmfc42.a
449
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmfc42u.a
450
%%TARGETARCH%%/mingw/lib/libmfcore.a
451
%%I686%%%%TARGETARCH%%/mingw/lib/libmfcuia32.a
452
%%TARGETARCH%%/mingw/lib/libmfplat.a
453
%%TARGETARCH%%/mingw/lib/libmfplay.a
454
%%TARGETARCH%%/mingw/lib/libmfreadwrite.a
455
%%TARGETARCH%%/mingw/lib/libmfsensorgroup.a
456
%%TARGETARCH%%/mingw/lib/libmfuuid.a
457
%%TARGETARCH%%/mingw/lib/libmgmtapi.a
458
%%TARGETARCH%%/mingw/lib/libmi.a
459
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmidimap.a
460
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmigism.a
461
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmiglibnt.a
462
%%TARGETARCH%%/mingw/lib/libmincore.a
463
%%TARGETARCH%%/mingw/lib/libmingw32.a
464
%%TARGETARCH%%/mingw/lib/libmingwex.a
465
%%TARGETARCH%%/mingw/lib/libmingwthrd.a
466
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmlang.a
467
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmll_hp.a
468
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmll_mtf.a
469
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmll_qic.a
470
%%TARGETARCH%%/mingw/lib/libmmdevapi.a
471
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmmfutil.a
472
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmmutilse.a
473
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmobsync.a
474
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmodemui.a
475
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmofd.a
476
%%TARGETARCH%%/mingw/lib/libmoldname.a
477
%%TARGETARCH%%/mingw/lib/libmpr.a
478
%%TARGETARCH%%/mingw/lib/libmprapi.a
479
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmprddm.a
480
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmprmsg.a
481
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmprui.a
482
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmqad.a
483
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmqcertui.a
484
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmqdscli.a
485
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmqise.a
486
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmqlogmgr.a
487
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmqperf.a
488
%%TARGETARCH%%/mingw/lib/libmqrt.a
489
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmqrtdep.a
490
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmqsec.a
491
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmqupgrd.a
492
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmqutil.a
493
%%TARGETARCH%%/mingw/lib/libmsacm32.a
494
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsadcs.a
495
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsado15.a
496
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsafd.a
497
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsasn1.a
498
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmscat32.a
499
%%TARGETARCH%%/mingw/lib/libmscms.a
500
%%I686%%%%TARGETARCH%%/mingw/lib/libmsctf.a
501
%%TARGETARCH%%/mingw/lib/libmsctfmonitor.a
502
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsdadiag.a
503
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsdart.a
504
%%TARGETARCH%%/mingw/lib/libmsdmo.a
505
%%TARGETARCH%%/mingw/lib/libmsdrm.a
506
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsdtclog.a
507
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsdtcprx.a
508
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsdtcstp.a
509
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsdtctm.a
510
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsdtcuiu.a
511
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsftedit.a
512
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsgina.a
513
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsgr3en.a
514
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsgrocm.a
515
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsgsvc.a
516
%%TARGETARCH%%/mingw/lib/libmshtml.a
517
%%I686%%%%TARGETARCH%%/mingw/lib/libmshtmled.a
518
%%TARGETARCH%%/mingw/lib/libmsi.a
519
%%TARGETARCH%%/mingw/lib/libmsimg32.a
520
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsimtf.a
521
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsir3jp.a
522
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsisip.a
523
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmslbui.a
524
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsls31.a
525
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsmqocm.a
526
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsobdl.a
527
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsobmain.a
528
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsoe.a
529
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsoeacct.a
530
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsoert2.a
531
%%TARGETARCH%%/mingw/lib/libmsoledbsql.a
532
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmspatcha.a
533
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsports.a
534
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsrating.a
535
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsrle32.a
536
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmssign32.a
537
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmssip32.a
538
%%TARGETARCH%%/mingw/lib/libmstask.a
539
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmstlsapi.a
540
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsutb.a
541
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsv1_0.a
542
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsvcirt.a
543
%%TARGETARCH%%/mingw/lib/libmsvcp120_app.a
544
%%TARGETARCH%%/mingw/lib/libmsvcp60.a
545
%%TARGETARCH%%/mingw/lib/libmsvcr100.a
546
%%TARGETARCH%%/mingw/lib/libmsvcr110.a
547
%%TARGETARCH%%/mingw/lib/libmsvcr120.a
548
%%TARGETARCH%%/mingw/lib/libmsvcr120_app.a
549
%%TARGETARCH%%/mingw/lib/libmsvcr120d.a
550
%%I686%%%%TARGETARCH%%/mingw/lib/libmsvcr70.a
551
%%I686%%%%TARGETARCH%%/mingw/lib/libmsvcr71.a
552
%%TARGETARCH%%/mingw/lib/libmsvcr80.a
553
%%TARGETARCH%%/mingw/lib/libmsvcr90.a
554
%%TARGETARCH%%/mingw/lib/libmsvcr90d.a
555
%%TARGETARCH%%/mingw/lib/libmsvcrt-os.a
556
%%TARGETARCH%%/mingw/lib/libmsvcrt.a
557
%%I686%%%%TARGETARCH%%/mingw/lib/libmsvcrt10.a
558
%%I686%%%%TARGETARCH%%/mingw/lib/libmsvcrt20.a
559
%%I686%%%%TARGETARCH%%/mingw/lib/libmsvcrt40.a
560
%%TARGETARCH%%/mingw/lib/libmsvfw32.a
561
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsvidc32.a
562
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsw3prt.a
563
%%TARGETARCH%%/mingw/lib/libmswsock.a
564
%%TARGETARCH%%/mingw/lib/libmsxml2.a
565
%%TARGETARCH%%/mingw/lib/libmsxml6.a
566
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmsyuv.a
567
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmtxclu.a
568
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmtxdm.a
569
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmtxex.a
570
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmtxoci.a
571
%%AMD64%%%%TARGETARCH%%/mingw/lib/libmydocs.a
572
%%AMD64%%%%TARGETARCH%%/mingw/lib/libncobjapi.a
573
%%TARGETARCH%%/mingw/lib/libncrypt.a
574
%%AMD64%%%%TARGETARCH%%/mingw/lib/libncxpnt.a
575
%%TARGETARCH%%/mingw/lib/libnddeapi.a
576
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnddenb32.a
577
%%TARGETARCH%%/mingw/lib/libndfapi.a
578
%%TARGETARCH%%/mingw/lib/libndis.a
579
%%AMD64%%%%TARGETARCH%%/mingw/lib/libndisnpp.a
580
%%TARGETARCH%%/mingw/lib/libnetapi32.a
581
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnetcfgx.a
582
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnetid.a
583
%%TARGETARCH%%/mingw/lib/libnetio.a
584
%%I686%%%%TARGETARCH%%/mingw/lib/libnetjoin.a
585
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnetlogon.a
586
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnetman.a
587
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnetoc.a
588
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnetplwiz.a
589
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnetrap.a
590
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnetshell.a
591
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnetui0.a
592
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnetui1.a
593
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnetui2.a
594
%%I686%%%%TARGETARCH%%/mingw/lib/libnetutils.a
595
%%TARGETARCH%%/mingw/lib/libnewdev.a
596
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnntpapi.a
597
%%TARGETARCH%%/mingw/lib/libnormaliz.a
598
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnpptools.a
599
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnshipsec.a
600
%%TARGETARCH%%/mingw/lib/libntdll.a
601
%%TARGETARCH%%/mingw/lib/libntdllcrt.a
602
%%TARGETARCH%%/mingw/lib/libntdsapi.a
603
%%AMD64%%%%TARGETARCH%%/mingw/lib/libntdsbcli.a
604
%%AMD64%%%%TARGETARCH%%/mingw/lib/libntlanman.a
605
%%AMD64%%%%TARGETARCH%%/mingw/lib/libntlanui.a
606
%%AMD64%%%%TARGETARCH%%/mingw/lib/libntlsapi.a
607
%%AMD64%%%%TARGETARCH%%/mingw/lib/libntmarta.a
608
%%TARGETARCH%%/mingw/lib/libntmsapi.a
609
%%AMD64%%%%TARGETARCH%%/mingw/lib/libntoc.a
610
%%TARGETARCH%%/mingw/lib/libntoskrnl.a
611
%%AMD64%%%%TARGETARCH%%/mingw/lib/libntprint.a
612
%%TARGETARCH%%/mingw/lib/libntquery.a
613
%%AMD64%%%%TARGETARCH%%/mingw/lib/libntshrui.a
614
%%AMD64%%%%TARGETARCH%%/mingw/lib/libntvdm64.a
615
%%AMD64%%%%TARGETARCH%%/mingw/lib/libnwprovau.a
616
%%AMD64%%%%TARGETARCH%%/mingw/lib/liboakley.a
617
%%AMD64%%%%TARGETARCH%%/mingw/lib/liboccache.a
618
%%AMD64%%%%TARGETARCH%%/mingw/lib/libocgen.a
619
%%AMD64%%%%TARGETARCH%%/mingw/lib/libocmanage.a
620
%%AMD64%%%%TARGETARCH%%/mingw/lib/libocmsn.a
621
%%TARGETARCH%%/mingw/lib/libodbc32.a
622
%%AMD64%%%%TARGETARCH%%/mingw/lib/libodbc32gt.a
623
%%AMD64%%%%TARGETARCH%%/mingw/lib/libodbcbcp.a
624
%%AMD64%%%%TARGETARCH%%/mingw/lib/libodbcconf.a
625
%%TARGETARCH%%/mingw/lib/libodbccp32.a
626
%%AMD64%%%%TARGETARCH%%/mingw/lib/libodbccr32.a
627
%%AMD64%%%%TARGETARCH%%/mingw/lib/libodbccu32.a
628
%%AMD64%%%%TARGETARCH%%/mingw/lib/libodbctrac.a
629
%%AMD64%%%%TARGETARCH%%/mingw/lib/liboeimport.a
630
%%AMD64%%%%TARGETARCH%%/mingw/lib/liboemiglib.a
631
%%TARGETARCH%%/mingw/lib/libole32.a
632
%%TARGETARCH%%/mingw/lib/liboleacc.a
633
%%TARGETARCH%%/mingw/lib/liboleaut32.a
634
%%TARGETARCH%%/mingw/lib/libolecli32.a
635
%%AMD64%%%%TARGETARCH%%/mingw/lib/libolecnv32.a
636
%%AMD64%%%%TARGETARCH%%/mingw/lib/liboledb32.a
637
%%TARGETARCH%%/mingw/lib/liboledlg.a
638
%%I686%%%%TARGETARCH%%/mingw/lib/libolepro32.a
639
%%TARGETARCH%%/mingw/lib/libolesvr32.a
640
%%I686%%%%TARGETARCH%%/mingw/lib/libolethk32.a
641
%%TARGETARCH%%/mingw/lib/libopends60.a
642
%%TARGETARCH%%/mingw/lib/libopengl32.a
643
%%AMD64%%%%TARGETARCH%%/mingw/lib/libosuninst.a
644
%%TARGETARCH%%/mingw/lib/libp2p.a
645
%%TARGETARCH%%/mingw/lib/libp2pcollab.a
646
%%TARGETARCH%%/mingw/lib/libp2pgraph.a
647
%%TARGETARCH%%/mingw/lib/libpathcch.a
648
%%AMD64%%%%TARGETARCH%%/mingw/lib/libpautoenr.a
649
%%TARGETARCH%%/mingw/lib/libpcwum.a
650
%%TARGETARCH%%/mingw/lib/libpdh.a
651
%%I686%%%%TARGETARCH%%/mingw/lib/libpdhui.a
652
%%I686%%%%TARGETARCH%%/mingw/lib/libpenwin32.a
653
%%I686%%%%TARGETARCH%%/mingw/lib/libpkpd32.a
654
%%AMD64%%%%TARGETARCH%%/mingw/lib/libperfctrs.a
655
%%AMD64%%%%TARGETARCH%%/mingw/lib/libperfdisk.a
656
%%AMD64%%%%TARGETARCH%%/mingw/lib/libperfnet.a
657
%%AMD64%%%%TARGETARCH%%/mingw/lib/libperfos.a
658
%%AMD64%%%%TARGETARCH%%/mingw/lib/libperfproc.a
659
%%AMD64%%%%TARGETARCH%%/mingw/lib/libperfts.a
660
%%AMD64%%%%TARGETARCH%%/mingw/lib/libphotowiz.a
661
%%AMD64%%%%TARGETARCH%%/mingw/lib/libpidgen.a
662
%%AMD64%%%%TARGETARCH%%/mingw/lib/libpintlcsd.a
663
%%AMD64%%%%TARGETARCH%%/mingw/lib/libpolicman.a
664
%%AMD64%%%%TARGETARCH%%/mingw/lib/libpolstore.a
665
%%TARGETARCH%%/mingw/lib/libportabledeviceguids.a
666
%%TARGETARCH%%/mingw/lib/libpowrprof.a
667
%%AMD64%%%%TARGETARCH%%/mingw/lib/libprintui.a
668
%%TARGETARCH%%/mingw/lib/libprntvpt.a
669
%%AMD64%%%%TARGETARCH%%/mingw/lib/libprofmap.a
670
%%TARGETARCH%%/mingw/lib/libpropsys.a
671
%%TARGETARCH%%/mingw/lib/libpsapi.a
672
%%AMD64%%%%TARGETARCH%%/mingw/lib/libpsbase.a
673
%%AMD64%%%%TARGETARCH%%/mingw/lib/libpschdprf.a
674
%%AMD64%%%%TARGETARCH%%/mingw/lib/libpstorec.a
675
%%AMD64%%%%TARGETARCH%%/mingw/lib/libpstorsvc.a
676
%%AMD64%%%%TARGETARCH%%/mingw/lib/libqmgr.a
677
%%AMD64%%%%TARGETARCH%%/mingw/lib/libqosname.a
678
%%TARGETARCH%%/mingw/lib/libquartz.a
679
%%TARGETARCH%%/mingw/lib/libquery.a
680
%%TARGETARCH%%/mingw/lib/libqutil.a
681
%%TARGETARCH%%/mingw/lib/libqwave.a
682
%%I686%%%%TARGETARCH%%/mingw/lib/librapi.a
683
%%AMD64%%%%TARGETARCH%%/mingw/lib/librasadhlp.a
684
%%TARGETARCH%%/mingw/lib/librasapi32.a
685
%%AMD64%%%%TARGETARCH%%/mingw/lib/librasauto.a
686
%%AMD64%%%%TARGETARCH%%/mingw/lib/libraschap.a
687
%%AMD64%%%%TARGETARCH%%/mingw/lib/librasctrs.a
688
%%TARGETARCH%%/mingw/lib/librasdlg.a
689
%%AMD64%%%%TARGETARCH%%/mingw/lib/librasman.a
690
%%AMD64%%%%TARGETARCH%%/mingw/lib/librasmans.a
691
%%AMD64%%%%TARGETARCH%%/mingw/lib/librasmontr.a
692
%%AMD64%%%%TARGETARCH%%/mingw/lib/librasmxs.a
693
%%AMD64%%%%TARGETARCH%%/mingw/lib/librasppp.a
694
%%AMD64%%%%TARGETARCH%%/mingw/lib/librasrad.a
695
%%AMD64%%%%TARGETARCH%%/mingw/lib/librassapi.a
696
%%AMD64%%%%TARGETARCH%%/mingw/lib/librasser.a
697
%%AMD64%%%%TARGETARCH%%/mingw/lib/librastapi.a
698
%%AMD64%%%%TARGETARCH%%/mingw/lib/librastls.a
699
%%AMD64%%%%TARGETARCH%%/mingw/lib/librdpcfgex.a
700
%%AMD64%%%%TARGETARCH%%/mingw/lib/librdpsnd.a
701
%%AMD64%%%%TARGETARCH%%/mingw/lib/librdpwsx.a
702
%%AMD64%%%%TARGETARCH%%/mingw/lib/libregapi.a
703
%%AMD64%%%%TARGETARCH%%/mingw/lib/libregsvc.a
704
%%TARGETARCH%%/mingw/lib/libresutil.a
705
%%AMD64%%%%TARGETARCH%%/mingw/lib/libresutils.a
706
%%AMD64%%%%TARGETARCH%%/mingw/lib/libriched20.a
707
%%AMD64%%%%TARGETARCH%%/mingw/lib/librnr20.a
708
%%AMD64%%%%TARGETARCH%%/mingw/lib/libroutetab.a
709
%%I686%%%%TARGETARCH%%/mingw/lib/librpcdce4.a
710
%%TARGETARCH%%/mingw/lib/librpcdiag.a
711
%%TARGETARCH%%/mingw/lib/librpchttp.a
712
%%TARGETARCH%%/mingw/lib/librpcns4.a
713
%%AMD64%%%%TARGETARCH%%/mingw/lib/librpcref.a
714
%%TARGETARCH%%/mingw/lib/librpcrt4.a
715
%%AMD64%%%%TARGETARCH%%/mingw/lib/librpcss.a
716
%%AMD64%%%%TARGETARCH%%/mingw/lib/librsaenh.a
717
%%TARGETARCH%%/mingw/lib/librstrtmgr.a
718
%%TARGETARCH%%/mingw/lib/librtm.a
719
%%TARGETARCH%%/mingw/lib/librtutils.a
720
%%TARGETARCH%%/mingw/lib/libruntimeobject.a
721
%%I686%%%%TARGETARCH%%/mingw/lib/libsamcli.a
722
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsamlib.a
723
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsamsrv.a
724
%%TARGETARCH%%/mingw/lib/libsapi.a
725
%%AMD64%%%%TARGETARCH%%/mingw/lib/libscarddlg.a
726
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsccbase.a
727
%%AMD64%%%%TARGETARCH%%/mingw/lib/libscecli.a
728
%%AMD64%%%%TARGETARCH%%/mingw/lib/libscesrv.a
729
%%TARGETARCH%%/mingw/lib/libschannel.a
730
%%I686%%%%TARGETARCH%%/mingw/lib/libschedcli.a
731
%%AMD64%%%%TARGETARCH%%/mingw/lib/libschedsvc.a
732
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsclgntfy.a
733
%%AMD64%%%%TARGETARCH%%/mingw/lib/libscredir.a
734
%%AMD64%%%%TARGETARCH%%/mingw/lib/libscript.a
735
%%TARGETARCH%%/mingw/lib/libscrnsave.a
736
%%TARGETARCH%%/mingw/lib/libscrnsavw.a
737
%%AMD64%%%%TARGETARCH%%/mingw/lib/libscrobj.a
738
%%AMD64%%%%TARGETARCH%%/mingw/lib/libscrrun.a
739
%%I686%%%%TARGETARCH%%/mingw/lib/libscsiport.a
740
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsdhcinst.a
741
%%AMD64%%%%TARGETARCH%%/mingw/lib/libseclogon.a
742
%%TARGETARCH%%/mingw/lib/libsecur32.a
743
%%TARGETARCH%%/mingw/lib/libsecurity.a
744
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsens.a
745
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsensapi.a
746
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsenscfg.a
747
%%TARGETARCH%%/mingw/lib/libsensorsapi.a
748
%%AMD64%%%%TARGETARCH%%/mingw/lib/libseo.a
749
%%AMD64%%%%TARGETARCH%%/mingw/lib/libserialui.a
750
%%AMD64%%%%TARGETARCH%%/mingw/lib/libserwvdrv.a
751
%%TARGETARCH%%/mingw/lib/libsetupapi.a
752
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsetupqry.a
753
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsfc.a
754
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsfc_os.a
755
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsfcfiles.a
756
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsfmapi.a
757
%%TARGETARCH%%/mingw/lib/libshcore.a
758
%%AMD64%%%%TARGETARCH%%/mingw/lib/libshdocvw.a
759
%%TARGETARCH%%/mingw/lib/libshell32.a
760
%%TARGETARCH%%/mingw/lib/libshfolder.a
761
%%AMD64%%%%TARGETARCH%%/mingw/lib/libshimeng.a
762
%%AMD64%%%%TARGETARCH%%/mingw/lib/libshimgvw.a
763
%%TARGETARCH%%/mingw/lib/libshlwapi.a
764
%%AMD64%%%%TARGETARCH%%/mingw/lib/libshscrap.a
765
%%AMD64%%%%TARGETARCH%%/mingw/lib/libshsvcs.a
766
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsigtab.a
767
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsisbkup.a
768
%%AMD64%%%%TARGETARCH%%/mingw/lib/libskdll.a
769
%%AMD64%%%%TARGETARCH%%/mingw/lib/libslbcsp.a
770
%%TARGETARCH%%/mingw/lib/libslc.a
771
%%TARGETARCH%%/mingw/lib/libslcext.a
772
%%TARGETARCH%%/mingw/lib/libslwga.a
773
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsmtpapi.a
774
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsmtpctrs.a
775
%%TARGETARCH%%/mingw/lib/libsnmpapi.a
776
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsnmpmib.a
777
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsnprfdll.a
778
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsoftpub.a
779
%%TARGETARCH%%/mingw/lib/libspoolss.a
780
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsqlsrv32.a
781
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsqlxmlx.a
782
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsrchctls.a
783
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsrclient.a
784
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsrrstr.a
785
%%I686%%%%TARGETARCH%%/mingw/lib/libsrvcli.a
786
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsrvsvc.a
787
%%AMD64%%%%TARGETARCH%%/mingw/lib/libssdpapi.a
788
%%AMD64%%%%TARGETARCH%%/mingw/lib/libssinc.a
789
%%TARGETARCH%%/mingw/lib/libsspicli.a
790
%%AMD64%%%%TARGETARCH%%/mingw/lib/libstaxmem.a
791
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsti.a
792
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsti_ci.a
793
%%AMD64%%%%TARGETARCH%%/mingw/lib/libstorprop.a
794
%%AMD64%%%%TARGETARCH%%/mingw/lib/libstreamci.a
795
%%AMD64%%%%TARGETARCH%%/mingw/lib/libstrmfilt.a
796
%%TARGETARCH%%/mingw/lib/libstrmiids.a
797
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsvcpack.a
798
%%I686%%%%TARGETARCH%%/mingw/lib/libsvrapi.a
799
%%TARGETARCH%%/mingw/lib/libsxs.a
800
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsynceng.a
801
%%TARGETARCH%%/mingw/lib/libsynchronization.a
802
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsyncui.a
803
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsysinv.a
804
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsysmod.a
805
%%AMD64%%%%TARGETARCH%%/mingw/lib/libsyssetup.a
806
%%TARGETARCH%%/mingw/lib/libt2embed.a
807
%%TARGETARCH%%/mingw/lib/libtapi32.a
808
%%AMD64%%%%TARGETARCH%%/mingw/lib/libtapiperf.a
809
%%TARGETARCH%%/mingw/lib/libtaskschd.a
810
%%TARGETARCH%%/mingw/lib/libtbs.a
811
%%AMD64%%%%TARGETARCH%%/mingw/lib/libtcpmib.a
812
%%TARGETARCH%%/mingw/lib/libtdh.a
813
%%AMD64%%%%TARGETARCH%%/mingw/lib/libtraffic.a
814
%%I686%%%%TARGETARCH%%/mingw/lib/libtdi.a
815
%%AMD64%%%%TARGETARCH%%/mingw/lib/libtsappcmp.a
816
%%AMD64%%%%TARGETARCH%%/mingw/lib/libtsbyuv.a
817
%%AMD64%%%%TARGETARCH%%/mingw/lib/libtsd32.a
818
%%AMD64%%%%TARGETARCH%%/mingw/lib/libtsoc.a
819
%%TARGETARCH%%/mingw/lib/libtxfw32.a
820
%%TARGETARCH%%/mingw/lib/libucrt.a
821
%%TARGETARCH%%/mingw/lib/libucrtapp.a
822
%%TARGETARCH%%/mingw/lib/libucrtbase.a
823
%%AMD64%%%%TARGETARCH%%/mingw/lib/libudhisapi.a
824
%%AMD64%%%%TARGETARCH%%/mingw/lib/libufat.a
825
%%AMD64%%%%TARGETARCH%%/mingw/lib/libumandlg.a
826
%%AMD64%%%%TARGETARCH%%/mingw/lib/libumdmxfrm.a
827
%%AMD64%%%%TARGETARCH%%/mingw/lib/libumpnpmgr.a
828
%%AMD64%%%%TARGETARCH%%/mingw/lib/libuniime.a
829
%%AMD64%%%%TARGETARCH%%/mingw/lib/libunimdmat.a
830
%%AMD64%%%%TARGETARCH%%/mingw/lib/libuniplat.a
831
%%AMD64%%%%TARGETARCH%%/mingw/lib/libuntfs.a
832
%%AMD64%%%%TARGETARCH%%/mingw/lib/libupnp.a
833
%%AMD64%%%%TARGETARCH%%/mingw/lib/libupnpui.a
834
%%TARGETARCH%%/mingw/lib/liburl.a
835
%%AMD64%%%%TARGETARCH%%/mingw/lib/liburlauth.a
836
%%TARGETARCH%%/mingw/lib/liburlmon.a
837
%%I686%%%%TARGETARCH%%/mingw/lib/libusbcamd.a
838
%%TARGETARCH%%/mingw/lib/libusbcamd2.a
839
%%TARGETARCH%%/mingw/lib/libusbd.a
840
%%TARGETARCH%%/mingw/lib/libusbport.a
841
%%TARGETARCH%%/mingw/lib/libuser32.a
842
%%TARGETARCH%%/mingw/lib/libuserenv.a
843
%%TARGETARCH%%/mingw/lib/libusp10.a
844
%%AMD64%%%%TARGETARCH%%/mingw/lib/libutildll.a
845
%%TARGETARCH%%/mingw/lib/libuuid.a
846
%%TARGETARCH%%/mingw/lib/libuxtheme.a
847
%%TARGETARCH%%/mingw/lib/libvcruntime140_app.a
848
%%I686%%%%TARGETARCH%%/mingw/lib/libvdmdbg.a
849
%%AMD64%%%%TARGETARCH%%/mingw/lib/libvdsutil.a
850
%%AMD64%%%%TARGETARCH%%/mingw/lib/libverifier.a
851
%%TARGETARCH%%/mingw/lib/libversion.a
852
%%TARGETARCH%%/mingw/lib/libvfw32.a
853
%%AMD64%%%%TARGETARCH%%/mingw/lib/libvgx.a
854
%%I686%%%%TARGETARCH%%/mingw/lib/libvideoprt.a
855
%%TARGETARCH%%/mingw/lib/libvirtdisk.a
856
%%AMD64%%%%TARGETARCH%%/mingw/lib/libvmx_mode.a
857
%%I686%%%%TARGETARCH%%/mingw/lib/libvss_ps.a
858
%%TARGETARCH%%/mingw/lib/libvssapi.a
859
%%AMD64%%%%TARGETARCH%%/mingw/lib/libw32time.a
860
%%AMD64%%%%TARGETARCH%%/mingw/lib/libw32topl.a
861
%%AMD64%%%%TARGETARCH%%/mingw/lib/libw3core.a
862
%%AMD64%%%%TARGETARCH%%/mingw/lib/libw3ctrs.a
863
%%AMD64%%%%TARGETARCH%%/mingw/lib/libw3dt.a
864
%%AMD64%%%%TARGETARCH%%/mingw/lib/libw3isapi.a
865
%%AMD64%%%%TARGETARCH%%/mingw/lib/libw3ssl.a
866
%%AMD64%%%%TARGETARCH%%/mingw/lib/libw3tp.a
867
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwab32.a
868
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwabimp.a
869
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwamreg.a
870
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwbemcore.a
871
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwbemupgd.a
872
%%TARGETARCH%%/mingw/lib/libwbemuuid.a
873
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwdigest.a
874
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwdmaud.a
875
%%TARGETARCH%%/mingw/lib/libwdsclient.a
876
%%TARGETARCH%%/mingw/lib/libwdsclientapi.a
877
%%TARGETARCH%%/mingw/lib/libwdscore.a
878
%%TARGETARCH%%/mingw/lib/libwdscsl.a
879
%%TARGETARCH%%/mingw/lib/libwdsimage.a
880
%%TARGETARCH%%/mingw/lib/libwdstptc.a
881
%%TARGETARCH%%/mingw/lib/libwdsupgcompl.a
882
%%TARGETARCH%%/mingw/lib/libwdsutil.a
883
%%TARGETARCH%%/mingw/lib/libwebauthn.a
884
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwebcheck.a
885
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwebclnt.a
886
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwebhits.a
887
%%TARGETARCH%%/mingw/lib/libwebsocket.a
888
%%TARGETARCH%%/mingw/lib/libwecapi.a
889
%%TARGETARCH%%/mingw/lib/libwer.a
890
%%TARGETARCH%%/mingw/lib/libwevtapi.a
891
%%TARGETARCH%%/mingw/lib/libwevtfwd.a
892
%%TARGETARCH%%/mingw/lib/libwiadss.a
893
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwiarpc.a
894
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwiaservc.a
895
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwiashext.a
896
%%TARGETARCH%%/mingw/lib/libwimgapi.a
897
%%I686%%%%TARGETARCH%%/mingw/lib/libwin32k.a
898
%%I686%%%%TARGETARCH%%/mingw/lib/libwin32spl.a
899
%%TARGETARCH%%/mingw/lib/libwindowsapp.a
900
%%TARGETARCH%%/mingw/lib/libwindowscodecs.a
901
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwinfax.a
902
%%TARGETARCH%%/mingw/lib/libwinhttp.a
903
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwinhvemulation.a
904
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwinhvplatform.a
905
%%TARGETARCH%%/mingw/lib/libwininet.a
906
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwinipsec.a
907
%%TARGETARCH%%/mingw/lib/libwinmm.a
908
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwinrnr.a
909
%%TARGETARCH%%/mingw/lib/libwinscard.a
910
%%TARGETARCH%%/mingw/lib/libwinspool.a
911
%%I686%%%%TARGETARCH%%/mingw/lib/libwinstrm.a
912
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwinsrv.a
913
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwinsta.a
914
%%TARGETARCH%%/mingw/lib/libwintrust.a
915
%%TARGETARCH%%/mingw/lib/libwinusb.a
916
%%I686%%%%TARGETARCH%%/mingw/lib/libwkscli.a
917
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwkssvc.a
918
%%TARGETARCH%%/mingw/lib/libwlanapi.a
919
%%TARGETARCH%%/mingw/lib/libwlanui.a
920
%%TARGETARCH%%/mingw/lib/libwlanutil.a
921
%%TARGETARCH%%/mingw/lib/libwldap32.a
922
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwlnotify.a
923
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwlstore.a
924
%%TARGETARCH%%/mingw/lib/libwmcodecdspuuid.a
925
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwmi.a
926
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwmi2xml.a
927
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwmiaprpl.a
928
%%TARGETARCH%%/mingw/lib/libwmilib.a
929
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwmiprop.a
930
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwmisvc.a
931
%%TARGETARCH%%/mingw/lib/libwofutil.a
932
%%I686%%%%TARGETARCH%%/mingw/lib/libwow32.a
933
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwow64.a
934
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwow64cpu.a
935
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwow64mib.a
936
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwow64win.a
937
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwpd_ci.a
938
%%TARGETARCH%%/mingw/lib/libws2_32.a
939
%%AMD64%%%%TARGETARCH%%/mingw/lib/libws2help.a
940
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwscapi.a
941
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwscsvc.a
942
%%TARGETARCH%%/mingw/lib/libwsdapi.a
943
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwshatm.a
944
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwshbth.a
945
%%AMD64%%%%TARGETARCH%%/mingw/lib/libwslapi.a
946
%%I686%%%%TARGETARCH%%/mingw/lib/libwsnmp32.a
947
%%TARGETARCH%%/mingw/lib/libwsock32.a
948
%%I686%%%%TARGETARCH%%/mingw/lib/libwst.a
949
%%TARGETARCH%%/mingw/lib/libwtsapi32.a
950
%%TARGETARCH%%/mingw/lib/libx3daudio.a
951
%%TARGETARCH%%/mingw/lib/libx3daudio1_2.a
952
%%TARGETARCH%%/mingw/lib/libx3daudio1_3.a
953
%%TARGETARCH%%/mingw/lib/libx3daudio1_4.a
954
%%TARGETARCH%%/mingw/lib/libx3daudio1_5.a
955
%%TARGETARCH%%/mingw/lib/libx3daudio1_6.a
956
%%TARGETARCH%%/mingw/lib/libx3daudio1_7.a
957
%%TARGETARCH%%/mingw/lib/libx3daudiod1_7.a
958
%%TARGETARCH%%/mingw/lib/libxapofx.a
959
%%TARGETARCH%%/mingw/lib/libxapofx1_0.a
960
%%TARGETARCH%%/mingw/lib/libxapofx1_1.a
961
%%TARGETARCH%%/mingw/lib/libxapofx1_2.a
962
%%TARGETARCH%%/mingw/lib/libxapofx1_3.a
963
%%TARGETARCH%%/mingw/lib/libxapofx1_4.a
964
%%TARGETARCH%%/mingw/lib/libxapofx1_5.a
965
%%TARGETARCH%%/mingw/lib/libxapofxd1_5.a
966
%%TARGETARCH%%/mingw/lib/libxaudio2_8.a
967
%%TARGETARCH%%/mingw/lib/libxinput.a
968
%%TARGETARCH%%/mingw/lib/libxinput1_1.a
969
%%TARGETARCH%%/mingw/lib/libxinput1_2.a
970
%%TARGETARCH%%/mingw/lib/libxinput1_3.a
971
%%TARGETARCH%%/mingw/lib/libxinput1_4.a
972
%%TARGETARCH%%/mingw/lib/libxinput9_1_0.a
973
%%TARGETARCH%%/mingw/lib/libxmllite.a
974
%%AMD64%%%%TARGETARCH%%/mingw/lib/libzoneoc.a
975
%%TARGETARCH%%/mingw/lib/txtmode.o
(-)b/devel/mingw-w64-gcc-bootstrap/Makefile (+91 lines)
Added Link Here
1
PORTNAME=	gcc
2
PORTVERSION=	12.2.0
3
CATEGORIES=	devel
4
MASTER_SITES=	GCC
5
PKGNAMEPREFIX=	${FLAVOR}-mingw-w64-
6
PKGNAMESUFFIX=	-bootstrap
7
8
MAINTAINER=	damjan.jov@gmail.com
9
COMMENT=	Minimal bootstrapping GCC for building a complete MinGW-w64 cross-compiler
10
WWW=		https://mingw-w64.org/
11
12
LICENSE=	GPLv3 GPLv3RLE
13
LICENSE_COMB=	multi
14
15
BUILD_DEPENDS=	${PREFIX}/${TARGETARCH}/mingw/include/windows.h:devel/mingw-w64-headers@${FLAVOR} \
16
		${TARGETARCH}-as:devel/binutils@${MINGW_ARCH} \
17
		objdump:devel/binutils
18
LIB_DEPENDS=	libgmp.so:math/gmp \
19
		libisl.so:devel/isl \
20
		libmpc.so:math/mpc \
21
		libmpfr.so:math/mpfr
22
RUN_DEPENDS=	${TARGETARCH}-as:devel/binutils@${MINGW_ARCH} \
23
24
FLAVORS=	amd64 i686
25
FLAVOR?=	${FLAVORS:[1]}
26
27
USES=		compiler:c++11-lang gmake iconv libtool makeinfo perl5 tar:xz
28
USE_PERL5=	build
29
30
SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
31
TARGETARCH=	${FLAVOR:S/amd64/x86_64/}-w64-mingw32
32
MINGW_ARCH=	${FLAVOR}_w64_mingw32
33
34
GNU_CONFIGURE=		yes
35
GNU_CONFIGURE_PREFIX=	${PREFIX}/${TARGETARCH}-bootstrap
36
CONFIGURE_ARGS+=	--disable-dw2-exceptions \
37
			--disable-multilib \
38
			--disable-gcov \
39
			--disable-nls \
40
			--enable-gnu-indirect-function \
41
			--enable-initfini-array \
42
			--enable-languages=c,lto \
43
			--enable-lto \
44
			--enable-static \
45
			--enable-version-specific-runtime-libs \
46
			--target=${TARGETARCH} \
47
			--with-as=${PREFIX}/bin/${TARGETARCH}-as \
48
			--with-gmp=${PREFIX} \
49
			--with-ld=${PREFIX}/bin/${TARGETARCH}-ld \
50
			--with-pkgversion="FreeBSD Ports Collection for ${PKGNAMEPREFIX:C/-//g}" \
51
			--with-sysroot="${PREFIX}/${TARGETARCH}" \
52
			--with-system-zlib
53
CONFIGURE_OUTSOURCE=	yes
54
CONFIGURE_TARGET=	${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
55
56
ALL_TARGET=	all-gcc
57
INSTALL_TARGET=	install-gcc
58
#amd64__PLIST+=	"%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/biarch64.h"
59
60
PLIST_SUB=	GCC_VERSION=${PORTVERSION} \
61
		OPSYS=${OPSYS:tl} \
62
		SUFFIX=${SUFFIX} \
63
		TARGETARCH=${TARGETARCH}
64
65
.if ${FLAVOR} == amd64
66
PLIST_SUB+=	AMD64="" \
67
		I686="@comment "
68
.elif ${FLAVOR} == i686
69
PLIST_SUB+=	AMD64="@comment " \
70
		I686=""
71
.endif
72
73
.include <bsd.port.pre.mk>
74
75
post-patch:
76
	@${REINPLACE_CMD} -e '/LOCAL_INCLUDE_DIR/ d ' \
77
		${WRKSRC}/gcc/Makefile.in
78
79
post-stage:
80
	@${RM} ${STAGEDIR}${GNU_CONFIGURE_PREFIX}/bin/${TARGETARCH}-${TARGETARCH}-*
81
	@${RM} ${STAGEDIR}${GNU_CONFIGURE_PREFIX}/share/info/*
82
	# Man pages conflict with *-w64-mingw-gcc
83
	@${RM} -r ${STAGEDIR}${PREFIX}/man
84
	@${RM} -r ${STAGEDIR}${GNU_CONFIGURE_PREFIX}/lib/gcc/${TARGETARCH}/${PORTVERSION}/include-fixed
85
86
	cd ${STAGEDIR}${PREFIX} ; \
87
		${FIND} ${TARGETARCH}-bootstrap -type f -o -type l >>${WRKDIR}/PLIST.lib
88
	cd ${WRKDIR} ; \
89
		${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST}
90
91
.include <bsd.port.post.mk>
(-)b/devel/mingw-w64-gcc-bootstrap/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1675411116
2
SHA256 (gcc-12.2.0.tar.xz) = e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
3
SIZE (gcc-12.2.0.tar.xz) = 84645292
(-)b/devel/mingw-w64-gcc-bootstrap/pkg-descr (+1 lines)
Added Link Here
1
Minimal GNU tool chain used to bootstrap a complete GCC MinGW-w64 tool chain.
(-)b/devel/mingw-w64-gcc-bootstrap/pkg-plist (+591 lines)
Added Link Here
1
%%TARGETARCH%%-bootstrap/bin/%%TARGETARCH%%-cpp
2
%%TARGETARCH%%-bootstrap/bin/%%TARGETARCH%%-gcc
3
%%TARGETARCH%%-bootstrap/bin/%%TARGETARCH%%-gcc-%%GCC_VERSION%%
4
%%TARGETARCH%%-bootstrap/bin/%%TARGETARCH%%-gcc-ar
5
%%TARGETARCH%%-bootstrap/bin/%%TARGETARCH%%-gcc-nm
6
%%TARGETARCH%%-bootstrap/bin/%%TARGETARCH%%-gcc-ranlib
7
%%TARGETARCH%%-bootstrap/bin/%%TARGETARCH%%-lto-dump
8
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/adxintrin.h
9
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/ammintrin.h
10
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/amxbf16intrin.h
11
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/amxint8intrin.h
12
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/amxtileintrin.h
13
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx2intrin.h
14
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx5124fmapsintrin.h
15
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx5124vnniwintrin.h
16
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512bf16intrin.h
17
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512bf16vlintrin.h
18
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512bitalgintrin.h
19
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512bwintrin.h
20
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512cdintrin.h
21
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512dqintrin.h
22
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512erintrin.h
23
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512fintrin.h
24
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512fp16intrin.h
25
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512fp16vlintrin.h
26
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512ifmaintrin.h
27
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512ifmavlintrin.h
28
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512pfintrin.h
29
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vbmi2intrin.h
30
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vbmi2vlintrin.h
31
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vbmiintrin.h
32
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vbmivlintrin.h
33
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vlbwintrin.h
34
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vldqintrin.h
35
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vlintrin.h
36
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vnniintrin.h
37
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vnnivlintrin.h
38
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vp2intersectintrin.h
39
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vp2intersectvlintrin.h
40
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vpopcntdqintrin.h
41
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avx512vpopcntdqvlintrin.h
42
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avxintrin.h
43
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/avxvnniintrin.h
44
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/bmi2intrin.h
45
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/bmiintrin.h
46
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/bmmintrin.h
47
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/cet.h
48
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/cetintrin.h
49
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/cldemoteintrin.h
50
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/clflushoptintrin.h
51
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/clwbintrin.h
52
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/clzerointrin.h
53
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/cpuid.h
54
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/cross-stdarg.h
55
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/emmintrin.h
56
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/enqcmdintrin.h
57
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/f16cintrin.h
58
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/float.h
59
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/fma4intrin.h
60
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/fmaintrin.h
61
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/fxsrintrin.h
62
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/gfniintrin.h
63
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/hresetintrin.h
64
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/ia32intrin.h
65
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/immintrin.h
66
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/iso646.h
67
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/keylockerintrin.h
68
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/lwpintrin.h
69
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/lzcntintrin.h
70
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/mm3dnow.h
71
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/mm_malloc.h
72
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/mmintrin.h
73
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/movdirintrin.h
74
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/mwaitintrin.h
75
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/mwaitxintrin.h
76
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/nmmintrin.h
77
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/pconfigintrin.h
78
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/pkuintrin.h
79
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/pmmintrin.h
80
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/popcntintrin.h
81
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/prfchwintrin.h
82
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/rdseedintrin.h
83
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/rtmintrin.h
84
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/serializeintrin.h
85
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/sgxintrin.h
86
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/shaintrin.h
87
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/smmintrin.h
88
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/stdalign.h
89
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/stdarg.h
90
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/stdatomic.h
91
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/stdbool.h
92
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/stddef.h
93
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/stdfix.h
94
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/stdint-gcc.h
95
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/stdint.h
96
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/stdnoreturn.h
97
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/tbmintrin.h
98
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/tgmath.h
99
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/tmmintrin.h
100
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/tsxldtrkintrin.h
101
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/uintrintrin.h
102
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/vaesintrin.h
103
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/varargs.h
104
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/vpclmulqdqintrin.h
105
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/waitpkgintrin.h
106
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/wbnoinvdintrin.h
107
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/wmmintrin.h
108
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/x86gprintrin.h
109
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/x86intrin.h
110
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/xmmintrin.h
111
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/xopintrin.h
112
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/xsavecintrin.h
113
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/xsaveintrin.h
114
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/xsaveoptintrin.h
115
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/xsavesintrin.h
116
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/include/xtestintrin.h
117
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/install-tools/fixinc_list
118
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/install-tools/gsyslimits.h
119
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/install-tools/include/README
120
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/install-tools/include/limits.h
121
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/install-tools/macro_list
122
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/install-tools/mkheaders.conf
123
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/gtype.state
124
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ada/gcc-interface/ada-tree.def
125
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/addresses.h
126
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/alias.h
127
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/align.h
128
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/all-tree.def
129
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/alloc-pool.h
130
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ansidecl.h
131
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/array-traits.h
132
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/asan.h
133
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/attr-fnspec.h
134
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/attribs.h
135
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/auto-host.h
136
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/auto-profile.h
137
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/b-header-vars
138
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/backend.h
139
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/basic-block.h
140
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/bb-reorder.h
141
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/bitmap.h
142
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/builtin-attrs.def
143
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/builtin-types.def
144
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/builtins.def
145
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/builtins.h
146
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/bversion.h
147
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.def
148
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.h
149
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/c-family/c-objc.h
150
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/c-family/c-pragma.h
151
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/c-family/c-pretty-print.h
152
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/c-tree.h
153
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/calls.h
154
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ccmp.h
155
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cfg-flags.def
156
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cfg.h
157
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cfganal.h
158
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cfgbuild.h
159
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cfgcleanup.h
160
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cfgexpand.h
161
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cfghooks.h
162
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cfgloop.h
163
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cfgloopmanip.h
164
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cfgrtl.h
165
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cgraph.h
166
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cif-code.def
167
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/collect-utils.h
168
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/collect2-aix.h
169
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/collect2.h
170
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/color-macros.h
171
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/common/config/i386/i386-cpuinfo.h
172
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/conditions.h
173
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config.h
174
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/dbxcoff.h
175
%%AMD64%%%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/biarch64.h
176
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/bsd.h
177
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/cygming.h
178
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/gas.h
179
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/i386-isa.def
180
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/i386-opts.h
181
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/i386-protos.h
182
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/i386.h
183
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/mingw-stdint.h
184
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/mingw-w64.h
185
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/mingw32.h
186
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/stringop.def
187
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/unix.h
188
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/x86-tune.def
189
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/i386/xm-mingw32.h
190
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/initfini-array.h
191
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/config/vxworks-dummy.h
192
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/configargs.h
193
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/context.h
194
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/convert.h
195
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/coretypes.h
196
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/coroutine-builtins.def
197
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/coverage.h
198
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.def
199
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cppbuiltin.h
200
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cppdefault.h
201
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cpplib.h
202
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/cselib.h
203
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ctfc.h
204
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/d/d-tree.def
205
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/data-streamer.h
206
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/dbgcnt.def
207
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/dbgcnt.h
208
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/dbxout.h
209
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/dce.h
210
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ddg.h
211
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/debug.h
212
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/defaults.h
213
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/df.h
214
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/dfp.h
215
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/diagnostic-color.h
216
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/diagnostic-core.h
217
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/diagnostic-event-id.h
218
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/diagnostic-metadata.h
219
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/diagnostic-path.h
220
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/diagnostic-spec.h
221
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/diagnostic-url.h
222
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/diagnostic.def
223
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/diagnostic.h
224
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/digraph.h
225
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/dojump.h
226
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/dominance.h
227
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/domwalk.h
228
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/double-int.h
229
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/dump-context.h
230
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/dumpfile.h
231
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/dwarf2asm.h
232
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/dwarf2ctf.h
233
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/dwarf2out.h
234
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/edit-context.h
235
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/emit-rtl.h
236
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/errors.h
237
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/escaped_string.h
238
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/et-forest.h
239
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/except.h
240
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/explow.h
241
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/expmed.h
242
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/expr.h
243
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/fibonacci_heap.h
244
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/file-find.h
245
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/file-prefix-map.h
246
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/filenames.h
247
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/fixed-value.h
248
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/flag-types.h
249
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/flags.h
250
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/fold-const-call.h
251
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/fold-const.h
252
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/function-abi.h
253
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/function.h
254
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gcc-plugin.h
255
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gcc-rich-location.h
256
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gcc-symtab.h
257
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gcc.h
258
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gcov-counter.def
259
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gcov-io.h
260
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gcse-common.h
261
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gcse.h
262
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/generic-match.h
263
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gengtype.h
264
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/genrtl.h
265
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gensupport.h
266
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ggc-internal.h
267
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ggc.h
268
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-array-bounds.h
269
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-builder.h
270
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-expr.h
271
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-fold.h
272
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-iterator.h
273
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-low.h
274
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-match.h
275
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-predicate-analysis.h
276
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-predict.h
277
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-pretty-print.h
278
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-range-cache.h
279
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-range-edge.h
280
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-range-fold.h
281
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-range-gori.h
282
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-range-path.h
283
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-range-trace.h
284
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-range.h
285
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-ssa-evrp-analyze.h
286
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-ssa-warn-access.h
287
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-ssa-warn-restrict.h
288
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-ssa.h
289
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-streamer.h
290
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple-walk.h
291
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple.def
292
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimple.h
293
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimplify-me.h
294
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gimplify.h
295
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/glimits.h
296
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gomp-constants.h
297
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/graph.h
298
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/graphds.h
299
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/graphite.h
300
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/graphviz.h
301
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gsstruct.def
302
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gstab.h
303
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gsyms.h
304
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gsyslimits.h
305
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gtm-builtins.def
306
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/gtype-desc.h
307
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/hard-reg-set.h
308
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/hash-map-traits.h
309
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/hash-map.h
310
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/hash-set.h
311
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/hash-table.h
312
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/hash-traits.h
313
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/hashtab.h
314
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/highlev-plugin-common.h
315
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/hooks.h
316
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/hosthooks-def.h
317
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/hosthooks.h
318
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/hw-doloop.h
319
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/hwint.h
320
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ifcvt.h
321
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/inchash.h
322
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/incpath.h
323
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/input.h
324
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/insn-addr.h
325
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/insn-attr-common.h
326
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/insn-attr.h
327
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/insn-codes.h
328
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/insn-config.h
329
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/insn-constants.h
330
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/insn-flags.h
331
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/insn-modes-inline.h
332
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/insn-modes.h
333
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/insn-notes.def
334
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/int-vector-builder.h
335
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/internal-fn.def
336
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/internal-fn.h
337
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/intl.h
338
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ipa-fnsummary.h
339
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ipa-icf-gimple.h
340
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ipa-icf.h
341
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ipa-inline.h
342
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ipa-modref-tree.h
343
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ipa-modref.h
344
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ipa-param-manipulation.h
345
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ipa-predicate.h
346
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ipa-prop.h
347
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ipa-ref.h
348
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ipa-reference.h
349
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ipa-utils.h
350
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ira-int.h
351
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ira.h
352
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/is-a.h
353
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/iterator-utils.h
354
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/json.h
355
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/langhooks-def.h
356
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/langhooks.h
357
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/lcm.h
358
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/libfuncs.h
359
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/libiberty.h
360
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/limitx.h
361
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/limity.h
362
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/line-map.h
363
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/loop-unroll.h
364
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/lower-subreg.h
365
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/lra-int.h
366
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/lra.h
367
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/lto-compress.h
368
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/lto-section-names.h
369
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/lto-streamer.h
370
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/machmode.def
371
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/machmode.h
372
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/md5.h
373
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/mem-stats-traits.h
374
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/mem-stats.h
375
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/memmodel.h
376
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/memory-block.h
377
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/mode-classes.def
378
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/mux-utils.h
379
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/objc/objc-tree.def
380
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/obstack-utils.h
381
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/obstack.h
382
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/omp-builtins.def
383
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/omp-expand.h
384
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/omp-general.h
385
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/omp-low.h
386
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/omp-offload.h
387
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/omp-simd-clone.h
388
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/opt-problem.h
389
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/opt-suggestions.h
390
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/optabs-libfuncs.h
391
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/optabs-query.h
392
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/optabs-tree.h
393
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/optabs.def
394
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/optabs.h
395
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/optinfo-emit-json.h
396
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/optinfo.h
397
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/options.h
398
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/opts-diagnostic.h
399
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/opts.h
400
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ordered-hash-map.h
401
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/output.h
402
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/pass-instances.def
403
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/pass_manager.h
404
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/passes.def
405
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/plugin-api.h
406
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/plugin-version.h
407
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/plugin.def
408
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/plugin.h
409
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/pointer-query.h
410
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/poly-int-types.h
411
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/poly-int.h
412
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/predict.def
413
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/predict.h
414
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/prefix.h
415
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/pretty-print.h
416
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/print-rtl.h
417
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/print-tree.h
418
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/profile-count.h
419
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/profile.h
420
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/range-op.h
421
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/range.h
422
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/read-md.h
423
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/read-rtl-function.h
424
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/real.h
425
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/realmpfr.h
426
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/recog.h
427
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/reg-notes.def
428
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/regcprop.h
429
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/regrename.h
430
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/regs.h
431
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/regset.h
432
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/reload.h
433
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/resource.h
434
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/rtl-error.h
435
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/rtl-iter.h
436
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/rtl-ssa.h
437
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/rtl.def
438
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/rtl.h
439
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/rtlanal.h
440
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/rtlhash.h
441
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/rtlhooks-def.h
442
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/rtx-vector-builder.h
443
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/run-rtl-passes.h
444
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/safe-ctype.h
445
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/sanitizer.def
446
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/sbitmap.h
447
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/sched-int.h
448
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/sel-sched-dump.h
449
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/sel-sched-ir.h
450
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/sel-sched.h
451
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/selftest-diagnostic.h
452
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/selftest-rtl.h
453
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/selftest.h
454
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/sese.h
455
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/shortest-paths.h
456
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/shrink-wrap.h
457
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/signop.h
458
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/sparseset.h
459
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/spellcheck-tree.h
460
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/spellcheck.h
461
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/splay-tree-utils.h
462
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/splay-tree.h
463
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/sreal.h
464
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ssa-iterators.h
465
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ssa.h
466
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/stab.def
467
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/statistics.h
468
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/stmt.h
469
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/stor-layout.h
470
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/streamer-hooks.h
471
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/stringpool.h
472
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/substring-locations.h
473
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/symbol-summary.h
474
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/symtab-clones.h
475
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/symtab-thunks.h
476
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/symtab.h
477
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/sync-builtins.def
478
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/system.h
479
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/target-def.h
480
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/target-globals.h
481
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/target-hooks-macros.h
482
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/target-insns.def
483
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/target.def
484
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/target.h
485
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/targhooks.h
486
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/timevar.def
487
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/timevar.h
488
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tm-preds.h
489
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tm.h
490
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tm_p.h
491
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/toplev.h
492
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tracer.h
493
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/trans-mem.h
494
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-affine.h
495
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-cfg.h
496
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-cfgcleanup.h
497
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-check.h
498
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-chrec.h
499
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-core.h
500
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-data-ref.h
501
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-dfa.h
502
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-diagnostic.h
503
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-dump.h
504
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-eh.h
505
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-hash-traits.h
506
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-hasher.h
507
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-if-conv.h
508
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-inline.h
509
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-into-ssa.h
510
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-iterator.h
511
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-nested.h
512
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-object-size.h
513
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-outof-ssa.h
514
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-parloops.h
515
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-pass.h
516
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-phinodes.h
517
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-pretty-print.h
518
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-scalar-evolution.h
519
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-sra.h
520
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-address.h
521
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-alias-compare.h
522
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-alias.h
523
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-ccp.h
524
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-coalesce.h
525
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-dce.h
526
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-dom.h
527
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-dse.h
528
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-live.h
529
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-ivopts.h
530
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-manip.h
531
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-niter.h
532
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop.h
533
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-math-opts.h
534
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-operands.h
535
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-propagate.h
536
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-reassoc.h
537
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-sccvn.h
538
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-scopedtables.h
539
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-strlen.h
540
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-ter.h
541
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadedge.h
542
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadupdate.h
543
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssa.h
544
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-ssanames.h
545
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-stdarg.h
546
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-streamer.h
547
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-switch-conversion.h
548
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-vector-builder.h
549
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-vectorizer.h
550
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree-vrp.h
551
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree.def
552
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tree.h
553
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/treestruct.def
554
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tristate.h
555
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tsan.h
556
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/tsystem.h
557
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/typeclass.h
558
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/typed-splay-tree.h
559
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/ubsan.h
560
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/valtrack.h
561
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/value-pointer-equiv.h
562
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/value-prof.h
563
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/value-query.h
564
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/value-range-equiv.h
565
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/value-range.h
566
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/value-relation.h
567
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/varasm.h
568
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/vec-perm-indices.h
569
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/vec.h
570
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/vector-builder.h
571
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/version.h
572
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/vmsdbg.h
573
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/vr-values.h
574
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/vtable-verify.h
575
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/wide-int-bitmask.h
576
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/wide-int-print.h
577
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/wide-int.h
578
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/xcoff.h
579
%%TARGETARCH%%-bootstrap/lib/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/include/xcoffout.h
580
%%TARGETARCH%%-bootstrap/libexec/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/cc1
581
%%TARGETARCH%%-bootstrap/libexec/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/collect2
582
%%TARGETARCH%%-bootstrap/libexec/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/install-tools/fixinc.sh
583
%%TARGETARCH%%-bootstrap/libexec/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/install-tools/fixincl
584
%%TARGETARCH%%-bootstrap/libexec/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/install-tools/mkheaders
585
%%TARGETARCH%%-bootstrap/libexec/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/install-tools/mkinstalldirs
586
%%TARGETARCH%%-bootstrap/libexec/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/liblto_plugin.so
587
%%TARGETARCH%%-bootstrap/libexec/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/lto-wrapper
588
%%TARGETARCH%%-bootstrap/libexec/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/lto1
589
%%TARGETARCH%%-bootstrap/libexec/gcc/%%TARGETARCH%%/%%GCC_VERSION%%/plugin/gengtype
590
@dir %%TARGETARCH%%-bootstrap/include
591
@dir %%TARGETARCH%%-bootstrap/share/info
(-)b/devel/mingw-w64-headers/Makefile (+48 lines)
Added Link Here
1
PORTNAME=	mingw-w64-headers
2
PORTVERSION=	11.0.0
3
CATEGORIES=	devel
4
MASTER_SITES=	SF/mingw-w64/mingw-w64/mingw-w64-release
5
PKGNAMEPREFIX=	${FLAVOR}-
6
DISTNAME=	mingw-w64-v${PORTVERSION}
7
8
MAINTAINER=	damjan.jov@gmail.com
9
COMMENT=	MinGW-w64 headers for Microsoft Windows-${FLAVOR} cross-development
10
WWW=		https://mingw-w64.org/
11
12
LICENSE=	GPLv2+ LGPL21+ PD ZPL21
13
LICENSE_COMB=	multi
14
15
FLAVORS=	amd64 i686
16
# There are also arm and aarch64, with zero documentation and no way to test
17
FLAVOR?=	${FLAVORS:[1]}
18
19
USES=		gmake tar:bz2
20
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE_PREFIX=	${PREFIX}/${TARGETARCH}/mingw
23
24
CONFIGURE_ARGS=	--enable-idl \
25
		--host=${TARGETARCH} \
26
		--with-default-msvcrt=ucrt \
27
		--with-default-win32-winnt=0xa00
28
29
WRKSRC_SUBDIR=	${PORTNAME}
30
31
.if ${FLAVOR} == amd64
32
TARGETARCH=	x86_64-w64-mingw32
33
.else
34
TARGETARCH=	${FLAVOR:}-w64-mingw32
35
.endif
36
PLIST_SUB=	TARGETARCH=${TARGETARCH}
37
38
.include <bsd.port.pre.mk>
39
40
post-stage:
41
.for HEADER in pthread_signal.h pthread_time.h pthread_unistd.h
42
	${RM} ${STAGEDIR}${PREFIX}/${TARGETARCH}/mingw/include/${HEADER}
43
	${INSTALL_DATA} \
44
		${WRKDIR}/${DISTNAME}/mingw-w64-libraries/winpthreads/include/${HEADER} \
45
		${STAGEDIR}${PREFIX}/${TARGETARCH}/mingw/include
46
.endfor
47
48
.include <bsd.port.post.mk>
(-)b/devel/mingw-w64-headers/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1683020991
2
SHA256 (mingw-w64-v11.0.0.tar.bz2) = bd0ea1633bd830204cc23a696889335e9d4a32b8619439ee17f22188695fcc5f
3
SIZE (mingw-w64-v11.0.0.tar.bz2) = 10058657
(-)b/devel/mingw-w64-headers/pkg-descr (+2 lines)
Added Link Here
1
Microsoft Windows-compatible headers, and IDL files for the MinGW-w64
2
cross-compilation tool chain.
(-)b/devel/mingw-w64-headers/pkg-plist (+1887 lines)
Added Link Here
1
%%TARGETARCH%%/mingw/include/GL/gl.h
2
%%TARGETARCH%%/mingw/include/GL/glaux.h
3
%%TARGETARCH%%/mingw/include/GL/glcorearb.h
4
%%TARGETARCH%%/mingw/include/GL/glext.h
5
%%TARGETARCH%%/mingw/include/GL/glu.h
6
%%TARGETARCH%%/mingw/include/GL/glxext.h
7
%%TARGETARCH%%/mingw/include/GL/wgl.h
8
%%TARGETARCH%%/mingw/include/GL/wglext.h
9
%%TARGETARCH%%/mingw/include/KHR/khrplatform.h
10
%%TARGETARCH%%/mingw/include/_bsd_types.h
11
%%TARGETARCH%%/mingw/include/_cygwin.h
12
%%TARGETARCH%%/mingw/include/_dbdao.h
13
%%TARGETARCH%%/mingw/include/_mingw.h
14
%%TARGETARCH%%/mingw/include/_mingw_dxhelper.h
15
%%TARGETARCH%%/mingw/include/_mingw_mac.h
16
%%TARGETARCH%%/mingw/include/_mingw_off_t.h
17
%%TARGETARCH%%/mingw/include/_mingw_secapi.h
18
%%TARGETARCH%%/mingw/include/_mingw_stat64.h
19
%%TARGETARCH%%/mingw/include/_mingw_stdarg.h
20
%%TARGETARCH%%/mingw/include/_mingw_unicode.h
21
%%TARGETARCH%%/mingw/include/_timeval.h
22
%%TARGETARCH%%/mingw/include/accctrl.h
23
%%TARGETARCH%%/mingw/include/aclapi.h
24
%%TARGETARCH%%/mingw/include/aclui.h
25
%%TARGETARCH%%/mingw/include/activation.h
26
%%TARGETARCH%%/mingw/include/activation.idl
27
%%TARGETARCH%%/mingw/include/activaut.h
28
%%TARGETARCH%%/mingw/include/activaut.idl
29
%%TARGETARCH%%/mingw/include/activdbg.h
30
%%TARGETARCH%%/mingw/include/activdbg.idl
31
%%TARGETARCH%%/mingw/include/activdbg100.h
32
%%TARGETARCH%%/mingw/include/activdbg100.idl
33
%%TARGETARCH%%/mingw/include/activecf.h
34
%%TARGETARCH%%/mingw/include/activeds.h
35
%%TARGETARCH%%/mingw/include/activprof.h
36
%%TARGETARCH%%/mingw/include/activprof.idl
37
%%TARGETARCH%%/mingw/include/activscp.h
38
%%TARGETARCH%%/mingw/include/activscp.idl
39
%%TARGETARCH%%/mingw/include/adc.h
40
%%TARGETARCH%%/mingw/include/adhoc.h
41
%%TARGETARCH%%/mingw/include/adhoc.idl
42
%%TARGETARCH%%/mingw/include/admex.h
43
%%TARGETARCH%%/mingw/include/adoctint.h
44
%%TARGETARCH%%/mingw/include/adodef.h
45
%%TARGETARCH%%/mingw/include/adogpool.h
46
%%TARGETARCH%%/mingw/include/adogpool_backcompat.h
47
%%TARGETARCH%%/mingw/include/adoguids.h
48
%%TARGETARCH%%/mingw/include/adoid.h
49
%%TARGETARCH%%/mingw/include/adoint.h
50
%%TARGETARCH%%/mingw/include/adoint_backcompat.h
51
%%TARGETARCH%%/mingw/include/adojet.h
52
%%TARGETARCH%%/mingw/include/adomd.h
53
%%TARGETARCH%%/mingw/include/adptif.h
54
%%TARGETARCH%%/mingw/include/adsdb.h
55
%%TARGETARCH%%/mingw/include/adserr.h
56
%%TARGETARCH%%/mingw/include/adshlp.h
57
%%TARGETARCH%%/mingw/include/adsiid.h
58
%%TARGETARCH%%/mingw/include/adsnms.h
59
%%TARGETARCH%%/mingw/include/adsprop.h
60
%%TARGETARCH%%/mingw/include/adssts.h
61
%%TARGETARCH%%/mingw/include/adtgen.h
62
%%TARGETARCH%%/mingw/include/advpub.h
63
%%TARGETARCH%%/mingw/include/af_irda.h
64
%%TARGETARCH%%/mingw/include/afunix.h
65
%%TARGETARCH%%/mingw/include/afxres.h
66
%%TARGETARCH%%/mingw/include/agtctl.h
67
%%TARGETARCH%%/mingw/include/agterr.h
68
%%TARGETARCH%%/mingw/include/agtsvr.h
69
%%TARGETARCH%%/mingw/include/alg.h
70
%%TARGETARCH%%/mingw/include/alg.idl
71
%%TARGETARCH%%/mingw/include/alink.h
72
%%TARGETARCH%%/mingw/include/amaudio.h
73
%%TARGETARCH%%/mingw/include/amstream.h
74
%%TARGETARCH%%/mingw/include/amstream.idl
75
%%TARGETARCH%%/mingw/include/amvideo.h
76
%%TARGETARCH%%/mingw/include/amvideo.idl
77
%%TARGETARCH%%/mingw/include/apdevpkey.h
78
%%TARGETARCH%%/mingw/include/apiset.h
79
%%TARGETARCH%%/mingw/include/apisetcconv.h
80
%%TARGETARCH%%/mingw/include/appmgmt.h
81
%%TARGETARCH%%/mingw/include/appmodel.h
82
%%TARGETARCH%%/mingw/include/aqadmtyp.h
83
%%TARGETARCH%%/mingw/include/asptlb.h
84
%%TARGETARCH%%/mingw/include/assert.h
85
%%TARGETARCH%%/mingw/include/asyncinfo.h
86
%%TARGETARCH%%/mingw/include/asyncinfo.idl
87
%%TARGETARCH%%/mingw/include/atacct.h
88
%%TARGETARCH%%/mingw/include/atalkwsh.h
89
%%TARGETARCH%%/mingw/include/atsmedia.h
90
%%TARGETARCH%%/mingw/include/audevcod.h
91
%%TARGETARCH%%/mingw/include/audioapotypes.h
92
%%TARGETARCH%%/mingw/include/audioclient.h
93
%%TARGETARCH%%/mingw/include/audioclient.idl
94
%%TARGETARCH%%/mingw/include/audioendpoints.h
95
%%TARGETARCH%%/mingw/include/audioendpoints.idl
96
%%TARGETARCH%%/mingw/include/audioengineendpoint.h
97
%%TARGETARCH%%/mingw/include/audiopolicy.h
98
%%TARGETARCH%%/mingw/include/audiopolicy.idl
99
%%TARGETARCH%%/mingw/include/audiosessiontypes.h
100
%%TARGETARCH%%/mingw/include/austream.h
101
%%TARGETARCH%%/mingw/include/austream.idl
102
%%TARGETARCH%%/mingw/include/authif.h
103
%%TARGETARCH%%/mingw/include/authz.h
104
%%TARGETARCH%%/mingw/include/aux_ulib.h
105
%%TARGETARCH%%/mingw/include/avifmt.h
106
%%TARGETARCH%%/mingw/include/aviriff.h
107
%%TARGETARCH%%/mingw/include/avrfsdk.h
108
%%TARGETARCH%%/mingw/include/avrt.h
109
%%TARGETARCH%%/mingw/include/axcore.idl
110
%%TARGETARCH%%/mingw/include/axextend.idl
111
%%TARGETARCH%%/mingw/include/axextendenums.h
112
%%TARGETARCH%%/mingw/include/azroles.h
113
%%TARGETARCH%%/mingw/include/basetsd.h
114
%%TARGETARCH%%/mingw/include/basetyps.h
115
%%TARGETARCH%%/mingw/include/batclass.h
116
%%TARGETARCH%%/mingw/include/bcrypt.h
117
%%TARGETARCH%%/mingw/include/bdaiface.h
118
%%TARGETARCH%%/mingw/include/bdaiface.idl
119
%%TARGETARCH%%/mingw/include/bdaiface_enums.h
120
%%TARGETARCH%%/mingw/include/bdamedia.h
121
%%TARGETARCH%%/mingw/include/bdatypes.h
122
%%TARGETARCH%%/mingw/include/bemapiset.h
123
%%TARGETARCH%%/mingw/include/bh.h
124
%%TARGETARCH%%/mingw/include/bidispl.h
125
%%TARGETARCH%%/mingw/include/bits.h
126
%%TARGETARCH%%/mingw/include/bits.idl
127
%%TARGETARCH%%/mingw/include/bits1_5.h
128
%%TARGETARCH%%/mingw/include/bits1_5.idl
129
%%TARGETARCH%%/mingw/include/bits2_0.h
130
%%TARGETARCH%%/mingw/include/bits2_0.idl
131
%%TARGETARCH%%/mingw/include/bits2_5.h
132
%%TARGETARCH%%/mingw/include/bits2_5.idl
133
%%TARGETARCH%%/mingw/include/bits3_0.h
134
%%TARGETARCH%%/mingw/include/bits3_0.idl
135
%%TARGETARCH%%/mingw/include/bits5_0.h
136
%%TARGETARCH%%/mingw/include/bits5_0.idl
137
%%TARGETARCH%%/mingw/include/bitscfg.h
138
%%TARGETARCH%%/mingw/include/bitsmsg.h
139
%%TARGETARCH%%/mingw/include/blberr.h
140
%%TARGETARCH%%/mingw/include/bluetoothapis.h
141
%%TARGETARCH%%/mingw/include/bthdef.h
142
%%TARGETARCH%%/mingw/include/bthsdpdef.h
143
%%TARGETARCH%%/mingw/include/bugcodes.h
144
%%TARGETARCH%%/mingw/include/callobj.h
145
%%TARGETARCH%%/mingw/include/cardmod.h
146
%%TARGETARCH%%/mingw/include/casetup.h
147
%%TARGETARCH%%/mingw/include/cchannel.h
148
%%TARGETARCH%%/mingw/include/cderr.h
149
%%TARGETARCH%%/mingw/include/cdoex.h
150
%%TARGETARCH%%/mingw/include/cdoexerr.h
151
%%TARGETARCH%%/mingw/include/cdoexm.h
152
%%TARGETARCH%%/mingw/include/cdoexstr.h
153
%%TARGETARCH%%/mingw/include/cdonts.h
154
%%TARGETARCH%%/mingw/include/cdosys.h
155
%%TARGETARCH%%/mingw/include/cdosyserr.h
156
%%TARGETARCH%%/mingw/include/cdosysstr.h
157
%%TARGETARCH%%/mingw/include/celib.h
158
%%TARGETARCH%%/mingw/include/certadm.h
159
%%TARGETARCH%%/mingw/include/certbase.h
160
%%TARGETARCH%%/mingw/include/certbcli.h
161
%%TARGETARCH%%/mingw/include/certcli.h
162
%%TARGETARCH%%/mingw/include/certenc.h
163
%%TARGETARCH%%/mingw/include/certenroll.h
164
%%TARGETARCH%%/mingw/include/certexit.h
165
%%TARGETARCH%%/mingw/include/certif.h
166
%%TARGETARCH%%/mingw/include/certmod.h
167
%%TARGETARCH%%/mingw/include/certpol.h
168
%%TARGETARCH%%/mingw/include/certreqd.h
169
%%TARGETARCH%%/mingw/include/certsrv.h
170
%%TARGETARCH%%/mingw/include/certview.h
171
%%TARGETARCH%%/mingw/include/cfg.h
172
%%TARGETARCH%%/mingw/include/cfgmgr32.h
173
%%TARGETARCH%%/mingw/include/cguid.h
174
%%TARGETARCH%%/mingw/include/chanmgr.h
175
%%TARGETARCH%%/mingw/include/cierror.h
176
%%TARGETARCH%%/mingw/include/clfs.h
177
%%TARGETARCH%%/mingw/include/clfsmgmt.h
178
%%TARGETARCH%%/mingw/include/clfsmgmtw32.h
179
%%TARGETARCH%%/mingw/include/clfsw32.h
180
%%TARGETARCH%%/mingw/include/cluadmex.h
181
%%TARGETARCH%%/mingw/include/clusapi.h
182
%%TARGETARCH%%/mingw/include/cluscfgguids.h
183
%%TARGETARCH%%/mingw/include/cluscfgserver.h
184
%%TARGETARCH%%/mingw/include/cluscfgwizard.h
185
%%TARGETARCH%%/mingw/include/cmdtree.h
186
%%TARGETARCH%%/mingw/include/cmnquery.h
187
%%TARGETARCH%%/mingw/include/codecapi.h
188
%%TARGETARCH%%/mingw/include/color.dlg
189
%%TARGETARCH%%/mingw/include/colordlg.h
190
%%TARGETARCH%%/mingw/include/comadmin.h
191
%%TARGETARCH%%/mingw/include/comadmin.idl
192
%%TARGETARCH%%/mingw/include/combaseapi.h
193
%%TARGETARCH%%/mingw/include/comcat.h
194
%%TARGETARCH%%/mingw/include/comcat.idl
195
%%TARGETARCH%%/mingw/include/comdef.h
196
%%TARGETARCH%%/mingw/include/comdefsp.h
197
%%TARGETARCH%%/mingw/include/comip.h
198
%%TARGETARCH%%/mingw/include/comlite.h
199
%%TARGETARCH%%/mingw/include/commapi.h
200
%%TARGETARCH%%/mingw/include/commctrl.h
201
%%TARGETARCH%%/mingw/include/commctrl.rh
202
%%TARGETARCH%%/mingw/include/commdlg.h
203
%%TARGETARCH%%/mingw/include/common.ver
204
%%TARGETARCH%%/mingw/include/commoncontrols.h
205
%%TARGETARCH%%/mingw/include/commoncontrols.idl
206
%%TARGETARCH%%/mingw/include/complex.h
207
%%TARGETARCH%%/mingw/include/compobj.h
208
%%TARGETARCH%%/mingw/include/compressapi.h
209
%%TARGETARCH%%/mingw/include/compstui.h
210
%%TARGETARCH%%/mingw/include/computecore.h
211
%%TARGETARCH%%/mingw/include/computedefs.h
212
%%TARGETARCH%%/mingw/include/computenetwork.h
213
%%TARGETARCH%%/mingw/include/computestorage.h
214
%%TARGETARCH%%/mingw/include/comsvcs.h
215
%%TARGETARCH%%/mingw/include/comutil.h
216
%%TARGETARCH%%/mingw/include/concurrencysal.h
217
%%TARGETARCH%%/mingw/include/confpriv.h
218
%%TARGETARCH%%/mingw/include/conio.h
219
%%TARGETARCH%%/mingw/include/control.h
220
%%TARGETARCH%%/mingw/include/control.idl
221
%%TARGETARCH%%/mingw/include/cor.h
222
%%TARGETARCH%%/mingw/include/corecrt.h
223
%%TARGETARCH%%/mingw/include/corecrt_startup.h
224
%%TARGETARCH%%/mingw/include/corecrt_stdio_config.h
225
%%TARGETARCH%%/mingw/include/corecrt_wstdlib.h
226
%%TARGETARCH%%/mingw/include/corerror.h
227
%%TARGETARCH%%/mingw/include/corhdr.h
228
%%TARGETARCH%%/mingw/include/correg.h
229
%%TARGETARCH%%/mingw/include/cpl.h
230
%%TARGETARCH%%/mingw/include/cplext.h
231
%%TARGETARCH%%/mingw/include/credentialprovider.h
232
%%TARGETARCH%%/mingw/include/credentialprovider.idl
233
%%TARGETARCH%%/mingw/include/credssp.h
234
%%TARGETARCH%%/mingw/include/crtdbg.h
235
%%TARGETARCH%%/mingw/include/crtdefs.h
236
%%TARGETARCH%%/mingw/include/cryptuiapi.h
237
%%TARGETARCH%%/mingw/include/cryptxml.h
238
%%TARGETARCH%%/mingw/include/cscapi.h
239
%%TARGETARCH%%/mingw/include/cscobj.h
240
%%TARGETARCH%%/mingw/include/ctfutb.h
241
%%TARGETARCH%%/mingw/include/ctfutb.idl
242
%%TARGETARCH%%/mingw/include/ctxtcall.h
243
%%TARGETARCH%%/mingw/include/ctxtcall.idl
244
%%TARGETARCH%%/mingw/include/ctype.h
245
%%TARGETARCH%%/mingw/include/custcntl.h
246
%%TARGETARCH%%/mingw/include/d2d1.h
247
%%TARGETARCH%%/mingw/include/d2d1_1.h
248
%%TARGETARCH%%/mingw/include/d2d1_1helper.h
249
%%TARGETARCH%%/mingw/include/d2d1effectauthor.h
250
%%TARGETARCH%%/mingw/include/d2d1effecthelpers.h
251
%%TARGETARCH%%/mingw/include/d2d1effects.h
252
%%TARGETARCH%%/mingw/include/d2d1helper.h
253
%%TARGETARCH%%/mingw/include/d2dbasetypes.h
254
%%TARGETARCH%%/mingw/include/d2derr.h
255
%%TARGETARCH%%/mingw/include/d3d.h
256
%%TARGETARCH%%/mingw/include/d3d10.h
257
%%TARGETARCH%%/mingw/include/d3d10.idl
258
%%TARGETARCH%%/mingw/include/d3d10_1.h
259
%%TARGETARCH%%/mingw/include/d3d10_1.idl
260
%%TARGETARCH%%/mingw/include/d3d10_1shader.h
261
%%TARGETARCH%%/mingw/include/d3d10effect.h
262
%%TARGETARCH%%/mingw/include/d3d10misc.h
263
%%TARGETARCH%%/mingw/include/d3d10sdklayers.h
264
%%TARGETARCH%%/mingw/include/d3d10sdklayers.idl
265
%%TARGETARCH%%/mingw/include/d3d10shader.h
266
%%TARGETARCH%%/mingw/include/d3d11.h
267
%%TARGETARCH%%/mingw/include/d3d11.idl
268
%%TARGETARCH%%/mingw/include/d3d11_1.h
269
%%TARGETARCH%%/mingw/include/d3d11_1.idl
270
%%TARGETARCH%%/mingw/include/d3d11_2.h
271
%%TARGETARCH%%/mingw/include/d3d11_2.idl
272
%%TARGETARCH%%/mingw/include/d3d11_3.h
273
%%TARGETARCH%%/mingw/include/d3d11_3.idl
274
%%TARGETARCH%%/mingw/include/d3d11_4.h
275
%%TARGETARCH%%/mingw/include/d3d11_4.idl
276
%%TARGETARCH%%/mingw/include/d3d11on12.h
277
%%TARGETARCH%%/mingw/include/d3d11on12.idl
278
%%TARGETARCH%%/mingw/include/d3d11sdklayers.h
279
%%TARGETARCH%%/mingw/include/d3d11sdklayers.idl
280
%%TARGETARCH%%/mingw/include/d3d11shader.h
281
%%TARGETARCH%%/mingw/include/d3d12.h
282
%%TARGETARCH%%/mingw/include/d3d12.idl
283
%%TARGETARCH%%/mingw/include/d3d12sdklayers.h
284
%%TARGETARCH%%/mingw/include/d3d12sdklayers.idl
285
%%TARGETARCH%%/mingw/include/d3d12shader.h
286
%%TARGETARCH%%/mingw/include/d3d12shader.idl
287
%%TARGETARCH%%/mingw/include/d3d8.h
288
%%TARGETARCH%%/mingw/include/d3d8caps.h
289
%%TARGETARCH%%/mingw/include/d3d8types.h
290
%%TARGETARCH%%/mingw/include/d3d9.h
291
%%TARGETARCH%%/mingw/include/d3d9caps.h
292
%%TARGETARCH%%/mingw/include/d3d9types.h
293
%%TARGETARCH%%/mingw/include/d3dcaps.h
294
%%TARGETARCH%%/mingw/include/d3dcommon.h
295
%%TARGETARCH%%/mingw/include/d3dcommon.idl
296
%%TARGETARCH%%/mingw/include/d3dcompiler.h
297
%%TARGETARCH%%/mingw/include/d3dhal.h
298
%%TARGETARCH%%/mingw/include/d3drm.h
299
%%TARGETARCH%%/mingw/include/d3drmdef.h
300
%%TARGETARCH%%/mingw/include/d3drmobj.h
301
%%TARGETARCH%%/mingw/include/d3dtypes.h
302
%%TARGETARCH%%/mingw/include/d3dvec.inl
303
%%TARGETARCH%%/mingw/include/d3dx9.h
304
%%TARGETARCH%%/mingw/include/d3dx9anim.h
305
%%TARGETARCH%%/mingw/include/d3dx9core.h
306
%%TARGETARCH%%/mingw/include/d3dx9effect.h
307
%%TARGETARCH%%/mingw/include/d3dx9math.h
308
%%TARGETARCH%%/mingw/include/d3dx9math.inl
309
%%TARGETARCH%%/mingw/include/d3dx9mesh.h
310
%%TARGETARCH%%/mingw/include/d3dx9shader.h
311
%%TARGETARCH%%/mingw/include/d3dx9shape.h
312
%%TARGETARCH%%/mingw/include/d3dx9tex.h
313
%%TARGETARCH%%/mingw/include/d3dx9xof.h
314
%%TARGETARCH%%/mingw/include/daogetrw.h
315
%%TARGETARCH%%/mingw/include/datapath.h
316
%%TARGETARCH%%/mingw/include/datetimeapi.h
317
%%TARGETARCH%%/mingw/include/davclnt.h
318
%%TARGETARCH%%/mingw/include/dbdaoerr.h
319
%%TARGETARCH%%/mingw/include/dbdaoid.h
320
%%TARGETARCH%%/mingw/include/dbdaoint.h
321
%%TARGETARCH%%/mingw/include/dbgautoattach.h
322
%%TARGETARCH%%/mingw/include/dbgeng.h
323
%%TARGETARCH%%/mingw/include/dbghelp.h
324
%%TARGETARCH%%/mingw/include/dbgprop.h
325
%%TARGETARCH%%/mingw/include/dbgprop.idl
326
%%TARGETARCH%%/mingw/include/dbt.h
327
%%TARGETARCH%%/mingw/include/dciddi.h
328
%%TARGETARCH%%/mingw/include/dciman.h
329
%%TARGETARCH%%/mingw/include/dcommon.h
330
%%TARGETARCH%%/mingw/include/dcommon.idl
331
%%TARGETARCH%%/mingw/include/dcomp.h
332
%%TARGETARCH%%/mingw/include/dcompanimation.h
333
%%TARGETARCH%%/mingw/include/dcompanimation.idl
334
%%TARGETARCH%%/mingw/include/dcomptypes.h
335
%%TARGETARCH%%/mingw/include/dde.h
336
%%TARGETARCH%%/mingw/include/dde.rh
337
%%TARGETARCH%%/mingw/include/ddeml.h
338
%%TARGETARCH%%/mingw/include/ddk/acpiioct.h
339
%%TARGETARCH%%/mingw/include/ddk/afilter.h
340
%%TARGETARCH%%/mingw/include/ddk/amtvuids.h
341
%%TARGETARCH%%/mingw/include/ddk/ata.h
342
%%TARGETARCH%%/mingw/include/ddk/atm.h
343
%%TARGETARCH%%/mingw/include/ddk/bdasup.h
344
%%TARGETARCH%%/mingw/include/ddk/classpnp.h
345
%%TARGETARCH%%/mingw/include/ddk/csq.h
346
%%TARGETARCH%%/mingw/include/ddk/d3dhal.h
347
%%TARGETARCH%%/mingw/include/ddk/d3dhalex.h
348
%%TARGETARCH%%/mingw/include/ddk/d4drvif.h
349
%%TARGETARCH%%/mingw/include/ddk/d4iface.h
350
%%TARGETARCH%%/mingw/include/ddk/dderror.h
351
%%TARGETARCH%%/mingw/include/ddk/dmusicks.h
352
%%TARGETARCH%%/mingw/include/ddk/drivinit.h
353
%%TARGETARCH%%/mingw/include/ddk/drmk.h
354
%%TARGETARCH%%/mingw/include/ddk/dxapi.h
355
%%TARGETARCH%%/mingw/include/ddk/fltsafe.h
356
%%TARGETARCH%%/mingw/include/ddk/hidclass.h
357
%%TARGETARCH%%/mingw/include/ddk/hubbusif.h
358
%%TARGETARCH%%/mingw/include/ddk/ide.h
359
%%TARGETARCH%%/mingw/include/ddk/ioaccess.h
360
%%TARGETARCH%%/mingw/include/ddk/kbdmou.h
361
%%TARGETARCH%%/mingw/include/ddk/mcd.h
362
%%TARGETARCH%%/mingw/include/ddk/mce.h
363
%%TARGETARCH%%/mingw/include/ddk/miniport.h
364
%%TARGETARCH%%/mingw/include/ddk/minitape.h
365
%%TARGETARCH%%/mingw/include/ddk/mountdev.h
366
%%TARGETARCH%%/mingw/include/ddk/mountmgr.h
367
%%TARGETARCH%%/mingw/include/ddk/msports.h
368
%%TARGETARCH%%/mingw/include/ddk/ndis.h
369
%%TARGETARCH%%/mingw/include/ddk/ndisguid.h
370
%%TARGETARCH%%/mingw/include/ddk/ndistapi.h
371
%%TARGETARCH%%/mingw/include/ddk/ndiswan.h
372
%%TARGETARCH%%/mingw/include/ddk/netpnp.h
373
%%TARGETARCH%%/mingw/include/ddk/ntagp.h
374
%%TARGETARCH%%/mingw/include/ddk/ntddk.h
375
%%TARGETARCH%%/mingw/include/ddk/ntddpcm.h
376
%%TARGETARCH%%/mingw/include/ddk/ntddsnd.h
377
%%TARGETARCH%%/mingw/include/ddk/ntifs.h
378
%%TARGETARCH%%/mingw/include/ddk/ntimage.h
379
%%TARGETARCH%%/mingw/include/ddk/ntintsafe.h
380
%%TARGETARCH%%/mingw/include/ddk/ntnls.h
381
%%TARGETARCH%%/mingw/include/ddk/ntpoapi.h
382
%%TARGETARCH%%/mingw/include/ddk/ntstrsafe.h
383
%%TARGETARCH%%/mingw/include/ddk/oprghdlr.h
384
%%TARGETARCH%%/mingw/include/ddk/parallel.h
385
%%TARGETARCH%%/mingw/include/ddk/pfhook.h
386
%%TARGETARCH%%/mingw/include/ddk/poclass.h
387
%%TARGETARCH%%/mingw/include/ddk/portcls.h
388
%%TARGETARCH%%/mingw/include/ddk/punknown.h
389
%%TARGETARCH%%/mingw/include/ddk/scsi.h
390
%%TARGETARCH%%/mingw/include/ddk/scsiscan.h
391
%%TARGETARCH%%/mingw/include/ddk/scsiwmi.h
392
%%TARGETARCH%%/mingw/include/ddk/smbus.h
393
%%TARGETARCH%%/mingw/include/ddk/srb.h
394
%%TARGETARCH%%/mingw/include/ddk/stdunk.h
395
%%TARGETARCH%%/mingw/include/ddk/storport.h
396
%%TARGETARCH%%/mingw/include/ddk/strmini.h
397
%%TARGETARCH%%/mingw/include/ddk/swenum.h
398
%%TARGETARCH%%/mingw/include/ddk/tdikrnl.h
399
%%TARGETARCH%%/mingw/include/ddk/tdistat.h
400
%%TARGETARCH%%/mingw/include/ddk/upssvc.h
401
%%TARGETARCH%%/mingw/include/ddk/usbbusif.h
402
%%TARGETARCH%%/mingw/include/ddk/usbdlib.h
403
%%TARGETARCH%%/mingw/include/ddk/usbdrivr.h
404
%%TARGETARCH%%/mingw/include/ddk/usbkern.h
405
%%TARGETARCH%%/mingw/include/ddk/usbprint.h
406
%%TARGETARCH%%/mingw/include/ddk/usbprotocoldefs.h
407
%%TARGETARCH%%/mingw/include/ddk/usbscan.h
408
%%TARGETARCH%%/mingw/include/ddk/usbstorioctl.h
409
%%TARGETARCH%%/mingw/include/ddk/video.h
410
%%TARGETARCH%%/mingw/include/ddk/videoagp.h
411
%%TARGETARCH%%/mingw/include/ddk/wdm.h
412
%%TARGETARCH%%/mingw/include/ddk/wdmguid.h
413
%%TARGETARCH%%/mingw/include/ddk/wdmsec.h
414
%%TARGETARCH%%/mingw/include/ddk/wmidata.h
415
%%TARGETARCH%%/mingw/include/ddk/wmilib.h
416
%%TARGETARCH%%/mingw/include/ddk/ws2san.h
417
%%TARGETARCH%%/mingw/include/ddk/xfilter.h
418
%%TARGETARCH%%/mingw/include/ddraw.h
419
%%TARGETARCH%%/mingw/include/ddrawgdi.h
420
%%TARGETARCH%%/mingw/include/ddrawi.h
421
%%TARGETARCH%%/mingw/include/ddstream.h
422
%%TARGETARCH%%/mingw/include/ddstream.idl
423
%%TARGETARCH%%/mingw/include/debugapi.h
424
%%TARGETARCH%%/mingw/include/delayimp.h
425
%%TARGETARCH%%/mingw/include/delayloadhandler.h
426
%%TARGETARCH%%/mingw/include/devenum.idl
427
%%TARGETARCH%%/mingw/include/devguid.h
428
%%TARGETARCH%%/mingw/include/devicetopology.h
429
%%TARGETARCH%%/mingw/include/devicetopology.idl
430
%%TARGETARCH%%/mingw/include/devioctl.h
431
%%TARGETARCH%%/mingw/include/devpkey.h
432
%%TARGETARCH%%/mingw/include/devpropdef.h
433
%%TARGETARCH%%/mingw/include/dhcpcsdk.h
434
%%TARGETARCH%%/mingw/include/dhcpsapi.h
435
%%TARGETARCH%%/mingw/include/dhcpssdk.h
436
%%TARGETARCH%%/mingw/include/dhcpv6csdk.h
437
%%TARGETARCH%%/mingw/include/dhtmldid.h
438
%%TARGETARCH%%/mingw/include/dhtmled.h
439
%%TARGETARCH%%/mingw/include/dhtmliid.h
440
%%TARGETARCH%%/mingw/include/digitalv.h
441
%%TARGETARCH%%/mingw/include/dimm.h
442
%%TARGETARCH%%/mingw/include/dimm.idl
443
%%TARGETARCH%%/mingw/include/dinput.h
444
%%TARGETARCH%%/mingw/include/dinputd.h
445
%%TARGETARCH%%/mingw/include/dinputd.idl
446
%%TARGETARCH%%/mingw/include/dir.h
447
%%TARGETARCH%%/mingw/include/direct.h
448
%%TARGETARCH%%/mingw/include/directmanipulation.h
449
%%TARGETARCH%%/mingw/include/directmanipulation.idl
450
%%TARGETARCH%%/mingw/include/directxmath.h
451
%%TARGETARCH%%/mingw/include/dirent.h
452
%%TARGETARCH%%/mingw/include/diskguid.h
453
%%TARGETARCH%%/mingw/include/dismapi.h
454
%%TARGETARCH%%/mingw/include/dispatch.h
455
%%TARGETARCH%%/mingw/include/dispatcherqueue.h
456
%%TARGETARCH%%/mingw/include/dispdib.h
457
%%TARGETARCH%%/mingw/include/dispex.h
458
%%TARGETARCH%%/mingw/include/dispex.idl
459
%%TARGETARCH%%/mingw/include/dlcapi.h
460
%%TARGETARCH%%/mingw/include/dlgs.h
461
%%TARGETARCH%%/mingw/include/dls1.h
462
%%TARGETARCH%%/mingw/include/dls2.h
463
%%TARGETARCH%%/mingw/include/dmdls.h
464
%%TARGETARCH%%/mingw/include/dmemmgr.h
465
%%TARGETARCH%%/mingw/include/dmerror.h
466
%%TARGETARCH%%/mingw/include/dmksctrl.h
467
%%TARGETARCH%%/mingw/include/dmo.h
468
%%TARGETARCH%%/mingw/include/dmodshow.h
469
%%TARGETARCH%%/mingw/include/dmodshow.idl
470
%%TARGETARCH%%/mingw/include/dmoreg.h
471
%%TARGETARCH%%/mingw/include/dmort.h
472
%%TARGETARCH%%/mingw/include/dmplugin.h
473
%%TARGETARCH%%/mingw/include/dmusbuff.h
474
%%TARGETARCH%%/mingw/include/dmusicc.h
475
%%TARGETARCH%%/mingw/include/dmusicf.h
476
%%TARGETARCH%%/mingw/include/dmusici.h
477
%%TARGETARCH%%/mingw/include/dmusics.h
478
%%TARGETARCH%%/mingw/include/docobj.h
479
%%TARGETARCH%%/mingw/include/docobj.idl
480
%%TARGETARCH%%/mingw/include/docobjectservice.h
481
%%TARGETARCH%%/mingw/include/docobjectservice.idl
482
%%TARGETARCH%%/mingw/include/documenttarget.h
483
%%TARGETARCH%%/mingw/include/documenttarget.idl
484
%%TARGETARCH%%/mingw/include/domdid.h
485
%%TARGETARCH%%/mingw/include/dos.h
486
%%TARGETARCH%%/mingw/include/downloadmgr.h
487
%%TARGETARCH%%/mingw/include/downloadmgr.idl
488
%%TARGETARCH%%/mingw/include/dpaddr.h
489
%%TARGETARCH%%/mingw/include/dpapi.h
490
%%TARGETARCH%%/mingw/include/dpfilter.h
491
%%TARGETARCH%%/mingw/include/dplay.h
492
%%TARGETARCH%%/mingw/include/dplay8.h
493
%%TARGETARCH%%/mingw/include/dplobby.h
494
%%TARGETARCH%%/mingw/include/dplobby8.h
495
%%TARGETARCH%%/mingw/include/dpnathlp.h
496
%%TARGETARCH%%/mingw/include/driverspecs.h
497
%%TARGETARCH%%/mingw/include/drmexternals.h
498
%%TARGETARCH%%/mingw/include/drmexternals.idl
499
%%TARGETARCH%%/mingw/include/dsadmin.h
500
%%TARGETARCH%%/mingw/include/dsclient.h
501
%%TARGETARCH%%/mingw/include/dsconf.h
502
%%TARGETARCH%%/mingw/include/dsdriver.h
503
%%TARGETARCH%%/mingw/include/dsgetdc.h
504
%%TARGETARCH%%/mingw/include/dshow.h
505
%%TARGETARCH%%/mingw/include/dskquota.h
506
%%TARGETARCH%%/mingw/include/dsound.h
507
%%TARGETARCH%%/mingw/include/dsquery.h
508
%%TARGETARCH%%/mingw/include/dsrole.h
509
%%TARGETARCH%%/mingw/include/dssec.h
510
%%TARGETARCH%%/mingw/include/dtchelp.h
511
%%TARGETARCH%%/mingw/include/dvbsiparser.h
512
%%TARGETARCH%%/mingw/include/dvdevcod.h
513
%%TARGETARCH%%/mingw/include/dvdif.h
514
%%TARGETARCH%%/mingw/include/dvdif.idl
515
%%TARGETARCH%%/mingw/include/dvdmedia.h
516
%%TARGETARCH%%/mingw/include/dvec.h
517
%%TARGETARCH%%/mingw/include/dvobj.h
518
%%TARGETARCH%%/mingw/include/dwmapi.h
519
%%TARGETARCH%%/mingw/include/dwrite.h
520
%%TARGETARCH%%/mingw/include/dwrite.idl
521
%%TARGETARCH%%/mingw/include/dwrite_1.h
522
%%TARGETARCH%%/mingw/include/dwrite_1.idl
523
%%TARGETARCH%%/mingw/include/dwrite_2.h
524
%%TARGETARCH%%/mingw/include/dwrite_2.idl
525
%%TARGETARCH%%/mingw/include/dwrite_3.h
526
%%TARGETARCH%%/mingw/include/dwrite_3.idl
527
%%TARGETARCH%%/mingw/include/dxdiag.h
528
%%TARGETARCH%%/mingw/include/dxerr8.h
529
%%TARGETARCH%%/mingw/include/dxerr9.h
530
%%TARGETARCH%%/mingw/include/dxfile.h
531
%%TARGETARCH%%/mingw/include/dxgi.h
532
%%TARGETARCH%%/mingw/include/dxgi.idl
533
%%TARGETARCH%%/mingw/include/dxgi1_2.h
534
%%TARGETARCH%%/mingw/include/dxgi1_2.idl
535
%%TARGETARCH%%/mingw/include/dxgi1_3.h
536
%%TARGETARCH%%/mingw/include/dxgi1_3.idl
537
%%TARGETARCH%%/mingw/include/dxgi1_4.h
538
%%TARGETARCH%%/mingw/include/dxgi1_4.idl
539
%%TARGETARCH%%/mingw/include/dxgi1_5.h
540
%%TARGETARCH%%/mingw/include/dxgi1_5.idl
541
%%TARGETARCH%%/mingw/include/dxgi1_6.h
542
%%TARGETARCH%%/mingw/include/dxgi1_6.idl
543
%%TARGETARCH%%/mingw/include/dxgicommon.h
544
%%TARGETARCH%%/mingw/include/dxgicommon.idl
545
%%TARGETARCH%%/mingw/include/dxgidebug.h
546
%%TARGETARCH%%/mingw/include/dxgidebug.idl
547
%%TARGETARCH%%/mingw/include/dxgiformat.h
548
%%TARGETARCH%%/mingw/include/dxgiformat.idl
549
%%TARGETARCH%%/mingw/include/dxgitype.h
550
%%TARGETARCH%%/mingw/include/dxgitype.idl
551
%%TARGETARCH%%/mingw/include/dxtmpl.h
552
%%TARGETARCH%%/mingw/include/dxva.h
553
%%TARGETARCH%%/mingw/include/dxva2api.h
554
%%TARGETARCH%%/mingw/include/dxva2api.idl
555
%%TARGETARCH%%/mingw/include/dxvahd.h
556
%%TARGETARCH%%/mingw/include/dxvahd.idl
557
%%TARGETARCH%%/mingw/include/eapauthenticatoractiondefine.h
558
%%TARGETARCH%%/mingw/include/eapauthenticatortypes.h
559
%%TARGETARCH%%/mingw/include/eaphosterror.h
560
%%TARGETARCH%%/mingw/include/eaphostpeerconfigapis.h
561
%%TARGETARCH%%/mingw/include/eaphostpeertypes.h
562
%%TARGETARCH%%/mingw/include/eapmethodauthenticatorapis.h
563
%%TARGETARCH%%/mingw/include/eapmethodpeerapis.h
564
%%TARGETARCH%%/mingw/include/eapmethodtypes.h
565
%%TARGETARCH%%/mingw/include/eappapis.h
566
%%TARGETARCH%%/mingw/include/eaptypes.h
567
%%TARGETARCH%%/mingw/include/edevdefs.h
568
%%TARGETARCH%%/mingw/include/eh.h
569
%%TARGETARCH%%/mingw/include/ehstorapi.h
570
%%TARGETARCH%%/mingw/include/elscore.h
571
%%TARGETARCH%%/mingw/include/elssrvc.h
572
%%TARGETARCH%%/mingw/include/emostore.h
573
%%TARGETARCH%%/mingw/include/emptyvc.h
574
%%TARGETARCH%%/mingw/include/endpointvolume.h
575
%%TARGETARCH%%/mingw/include/endpointvolume.idl
576
%%TARGETARCH%%/mingw/include/errhandlingapi.h
577
%%TARGETARCH%%/mingw/include/errno.h
578
%%TARGETARCH%%/mingw/include/error.h
579
%%TARGETARCH%%/mingw/include/errorrep.h
580
%%TARGETARCH%%/mingw/include/errors.h
581
%%TARGETARCH%%/mingw/include/esent.h
582
%%TARGETARCH%%/mingw/include/evcode.h
583
%%TARGETARCH%%/mingw/include/evcoll.h
584
%%TARGETARCH%%/mingw/include/eventsys.h
585
%%TARGETARCH%%/mingw/include/eventtoken.h
586
%%TARGETARCH%%/mingw/include/eventtoken.idl
587
%%TARGETARCH%%/mingw/include/evntcons.h
588
%%TARGETARCH%%/mingw/include/evntprov.h
589
%%TARGETARCH%%/mingw/include/evntrace.h
590
%%TARGETARCH%%/mingw/include/evr.h
591
%%TARGETARCH%%/mingw/include/evr.idl
592
%%TARGETARCH%%/mingw/include/evr9.h
593
%%TARGETARCH%%/mingw/include/evr9.idl
594
%%TARGETARCH%%/mingw/include/exchform.h
595
%%TARGETARCH%%/mingw/include/excpt.h
596
%%TARGETARCH%%/mingw/include/exdisp.h
597
%%TARGETARCH%%/mingw/include/exdisp.idl
598
%%TARGETARCH%%/mingw/include/exdispid.h
599
%%TARGETARCH%%/mingw/include/expandedresources.h
600
%%TARGETARCH%%/mingw/include/fci.h
601
%%TARGETARCH%%/mingw/include/fcntl.h
602
%%TARGETARCH%%/mingw/include/fdi.h
603
%%TARGETARCH%%/mingw/include/fenv.h
604
%%TARGETARCH%%/mingw/include/fibersapi.h
605
%%TARGETARCH%%/mingw/include/fileapi.h
606
%%TARGETARCH%%/mingw/include/fileextd.h
607
%%TARGETARCH%%/mingw/include/filehc.h
608
%%TARGETARCH%%/mingw/include/fileopen.dlg
609
%%TARGETARCH%%/mingw/include/filter.h
610
%%TARGETARCH%%/mingw/include/filter.idl
611
%%TARGETARCH%%/mingw/include/filterr.h
612
%%TARGETARCH%%/mingw/include/findtext.dlg
613
%%TARGETARCH%%/mingw/include/float.h
614
%%TARGETARCH%%/mingw/include/fltdefs.h
615
%%TARGETARCH%%/mingw/include/fltuser.h
616
%%TARGETARCH%%/mingw/include/fltuserstructures.h
617
%%TARGETARCH%%/mingw/include/fltwinerror.h
618
%%TARGETARCH%%/mingw/include/font.dlg
619
%%TARGETARCH%%/mingw/include/fontsub.h
620
%%TARGETARCH%%/mingw/include/fpieee.h
621
%%TARGETARCH%%/mingw/include/fsrm.h
622
%%TARGETARCH%%/mingw/include/fsrm.idl
623
%%TARGETARCH%%/mingw/include/fsrmenums.h
624
%%TARGETARCH%%/mingw/include/fsrmenums.idl
625
%%TARGETARCH%%/mingw/include/fsrmerr.h
626
%%TARGETARCH%%/mingw/include/fsrmpipeline.h
627
%%TARGETARCH%%/mingw/include/fsrmquota.h
628
%%TARGETARCH%%/mingw/include/fsrmquota.idl
629
%%TARGETARCH%%/mingw/include/fsrmreports.h
630
%%TARGETARCH%%/mingw/include/fsrmreports.idl
631
%%TARGETARCH%%/mingw/include/fsrmscreen.h
632
%%TARGETARCH%%/mingw/include/fsrmscreen.idl
633
%%TARGETARCH%%/mingw/include/ftsiface.h
634
%%TARGETARCH%%/mingw/include/ftw.h
635
%%TARGETARCH%%/mingw/include/functiondiscoveryapi.h
636
%%TARGETARCH%%/mingw/include/functiondiscoverycategories.h
637
%%TARGETARCH%%/mingw/include/functiondiscoveryconstraints.h
638
%%TARGETARCH%%/mingw/include/functiondiscoverykeys.h
639
%%TARGETARCH%%/mingw/include/functiondiscoverykeys_devpkey.h
640
%%TARGETARCH%%/mingw/include/functiondiscoverynotification.h
641
%%TARGETARCH%%/mingw/include/fusion.h
642
%%TARGETARCH%%/mingw/include/fusion.idl
643
%%TARGETARCH%%/mingw/include/fvec.h
644
%%TARGETARCH%%/mingw/include/fwpmtypes.h
645
%%TARGETARCH%%/mingw/include/fwpmu.h
646
%%TARGETARCH%%/mingw/include/fwptypes.h
647
%%TARGETARCH%%/mingw/include/fwptypes.idl
648
%%TARGETARCH%%/mingw/include/gb18030.h
649
%%TARGETARCH%%/mingw/include/gdiplus.h
650
%%TARGETARCH%%/mingw/include/gdiplus/gdiplus.h
651
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusbase.h
652
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusbrush.h
653
%%TARGETARCH%%/mingw/include/gdiplus/gdipluscolor.h
654
%%TARGETARCH%%/mingw/include/gdiplus/gdipluscolormatrix.h
655
%%TARGETARCH%%/mingw/include/gdiplus/gdipluseffects.h
656
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusenums.h
657
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusflat.h
658
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusgpstubs.h
659
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusgraphics.h
660
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusheaders.h
661
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusimageattributes.h
662
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusimagecodec.h
663
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusimaging.h
664
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusimpl.h
665
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusinit.h
666
%%TARGETARCH%%/mingw/include/gdiplus/gdipluslinecaps.h
667
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusmatrix.h
668
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusmem.h
669
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusmetafile.h
670
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusmetaheader.h
671
%%TARGETARCH%%/mingw/include/gdiplus/gdipluspath.h
672
%%TARGETARCH%%/mingw/include/gdiplus/gdipluspen.h
673
%%TARGETARCH%%/mingw/include/gdiplus/gdipluspixelformats.h
674
%%TARGETARCH%%/mingw/include/gdiplus/gdiplusstringformat.h
675
%%TARGETARCH%%/mingw/include/gdiplus/gdiplustypes.h
676
%%TARGETARCH%%/mingw/include/getopt.h
677
%%TARGETARCH%%/mingw/include/gpedit.h
678
%%TARGETARCH%%/mingw/include/gpio.h
679
%%TARGETARCH%%/mingw/include/gpmgmt.h
680
%%TARGETARCH%%/mingw/include/guiddef.h
681
%%TARGETARCH%%/mingw/include/h323priv.h
682
%%TARGETARCH%%/mingw/include/handleapi.h
683
%%TARGETARCH%%/mingw/include/heapapi.h
684
%%TARGETARCH%%/mingw/include/hidclass.h
685
%%TARGETARCH%%/mingw/include/hidpi.h
686
%%TARGETARCH%%/mingw/include/hidsdi.h
687
%%TARGETARCH%%/mingw/include/hidusage.h
688
%%TARGETARCH%%/mingw/include/highlevelmonitorconfigurationapi.h
689
%%TARGETARCH%%/mingw/include/hlguids.h
690
%%TARGETARCH%%/mingw/include/hliface.h
691
%%TARGETARCH%%/mingw/include/hlink.h
692
%%TARGETARCH%%/mingw/include/hostinfo.h
693
%%TARGETARCH%%/mingw/include/hstring.h
694
%%TARGETARCH%%/mingw/include/hstring.idl
695
%%TARGETARCH%%/mingw/include/htiface.h
696
%%TARGETARCH%%/mingw/include/htiframe.h
697
%%TARGETARCH%%/mingw/include/htmlguid.h
698
%%TARGETARCH%%/mingw/include/htmlhelp.h
699
%%TARGETARCH%%/mingw/include/http.h
700
%%TARGETARCH%%/mingw/include/httpext.h
701
%%TARGETARCH%%/mingw/include/httpfilt.h
702
%%TARGETARCH%%/mingw/include/httprequestid.h
703
%%TARGETARCH%%/mingw/include/hvsocket.h
704
%%TARGETARCH%%/mingw/include/i_cryptasn1tls.h
705
%%TARGETARCH%%/mingw/include/ia64reg.h
706
%%TARGETARCH%%/mingw/include/iaccess.h
707
%%TARGETARCH%%/mingw/include/iadmext.h
708
%%TARGETARCH%%/mingw/include/iadmw.h
709
%%TARGETARCH%%/mingw/include/iads.h
710
%%TARGETARCH%%/mingw/include/icftypes.h
711
%%TARGETARCH%%/mingw/include/icftypes.idl
712
%%TARGETARCH%%/mingw/include/icm.h
713
%%TARGETARCH%%/mingw/include/icmpapi.h
714
%%TARGETARCH%%/mingw/include/icmui.dlg
715
%%TARGETARCH%%/mingw/include/icodecapi.h
716
%%TARGETARCH%%/mingw/include/icodecapi.idl
717
%%TARGETARCH%%/mingw/include/icrsint.h
718
%%TARGETARCH%%/mingw/include/identitycommon.h
719
%%TARGETARCH%%/mingw/include/identitystore.h
720
%%TARGETARCH%%/mingw/include/idf.h
721
%%TARGETARCH%%/mingw/include/idispids.h
722
%%TARGETARCH%%/mingw/include/iedial.h
723
%%TARGETARCH%%/mingw/include/ieeefp.h
724
%%TARGETARCH%%/mingw/include/ieverp.h
725
%%TARGETARCH%%/mingw/include/ifdef.h
726
%%TARGETARCH%%/mingw/include/iiis.h
727
%%TARGETARCH%%/mingw/include/iiisext.h
728
%%TARGETARCH%%/mingw/include/iimgctx.h
729
%%TARGETARCH%%/mingw/include/iiscnfg.h
730
%%TARGETARCH%%/mingw/include/iisrsta.h
731
%%TARGETARCH%%/mingw/include/iketypes.h
732
%%TARGETARCH%%/mingw/include/iketypes.idl
733
%%TARGETARCH%%/mingw/include/ilogobj.hxx
734
%%TARGETARCH%%/mingw/include/imagehlp.h
735
%%TARGETARCH%%/mingw/include/ime.h
736
%%TARGETARCH%%/mingw/include/imessage.h
737
%%TARGETARCH%%/mingw/include/imm.h
738
%%TARGETARCH%%/mingw/include/in6addr.h
739
%%TARGETARCH%%/mingw/include/inaddr.h
740
%%TARGETARCH%%/mingw/include/indexsrv.h
741
%%TARGETARCH%%/mingw/include/inetreg.h
742
%%TARGETARCH%%/mingw/include/inetsdk.h
743
%%TARGETARCH%%/mingw/include/infstr.h
744
%%TARGETARCH%%/mingw/include/initguid.h
745
%%TARGETARCH%%/mingw/include/initoid.h
746
%%TARGETARCH%%/mingw/include/inputscope.h
747
%%TARGETARCH%%/mingw/include/inputscope.idl
748
%%TARGETARCH%%/mingw/include/inspectable.h
749
%%TARGETARCH%%/mingw/include/inspectable.idl
750
%%TARGETARCH%%/mingw/include/interlockedapi.h
751
%%TARGETARCH%%/mingw/include/intrin.h
752
%%TARGETARCH%%/mingw/include/intsafe.h
753
%%TARGETARCH%%/mingw/include/intshcut.h
754
%%TARGETARCH%%/mingw/include/inttypes.h
755
%%TARGETARCH%%/mingw/include/invkprxy.h
756
%%TARGETARCH%%/mingw/include/io.h
757
%%TARGETARCH%%/mingw/include/ioapiset.h
758
%%TARGETARCH%%/mingw/include/ioevent.h
759
%%TARGETARCH%%/mingw/include/ioringapi.h
760
%%TARGETARCH%%/mingw/include/ipexport.h
761
%%TARGETARCH%%/mingw/include/iphlpapi.h
762
%%TARGETARCH%%/mingw/include/ipifcons.h
763
%%TARGETARCH%%/mingw/include/ipinfoid.h
764
%%TARGETARCH%%/mingw/include/ipmib.h
765
%%TARGETARCH%%/mingw/include/ipmsp.h
766
%%TARGETARCH%%/mingw/include/iprtrmib.h
767
%%TARGETARCH%%/mingw/include/ipsectypes.h
768
%%TARGETARCH%%/mingw/include/iptypes.h
769
%%TARGETARCH%%/mingw/include/ipxconst.h
770
%%TARGETARCH%%/mingw/include/ipxrip.h
771
%%TARGETARCH%%/mingw/include/ipxrtdef.h
772
%%TARGETARCH%%/mingw/include/ipxsap.h
773
%%TARGETARCH%%/mingw/include/ipxtfflt.h
774
%%TARGETARCH%%/mingw/include/iscsidsc.h
775
%%TARGETARCH%%/mingw/include/isguids.h
776
%%TARGETARCH%%/mingw/include/issper16.h
777
%%TARGETARCH%%/mingw/include/issperr.h
778
%%TARGETARCH%%/mingw/include/isysmon.h
779
%%TARGETARCH%%/mingw/include/ivec.h
780
%%TARGETARCH%%/mingw/include/ivectorchangedeventargs.h
781
%%TARGETARCH%%/mingw/include/ivectorchangedeventargs.idl
782
%%TARGETARCH%%/mingw/include/iwamreg.h
783
%%TARGETARCH%%/mingw/include/jobapi.h
784
%%TARGETARCH%%/mingw/include/joystickapi.h
785
%%TARGETARCH%%/mingw/include/kcom.h
786
%%TARGETARCH%%/mingw/include/knownfolders.h
787
%%TARGETARCH%%/mingw/include/ks.h
788
%%TARGETARCH%%/mingw/include/ksdebug.h
789
%%TARGETARCH%%/mingw/include/ksguid.h
790
%%TARGETARCH%%/mingw/include/ksmedia.h
791
%%TARGETARCH%%/mingw/include/ksproxy.h
792
%%TARGETARCH%%/mingw/include/ksuuids.h
793
%%TARGETARCH%%/mingw/include/ktmtypes.h
794
%%TARGETARCH%%/mingw/include/ktmw32.h
795
%%TARGETARCH%%/mingw/include/kxia64.h
796
%%TARGETARCH%%/mingw/include/l2cmn.h
797
%%TARGETARCH%%/mingw/include/libgen.h
798
%%TARGETARCH%%/mingw/include/libloaderapi.h
799
%%TARGETARCH%%/mingw/include/libloaderapi2.h
800
%%TARGETARCH%%/mingw/include/limits.h
801
%%TARGETARCH%%/mingw/include/lm.h
802
%%TARGETARCH%%/mingw/include/lmaccess.h
803
%%TARGETARCH%%/mingw/include/lmalert.h
804
%%TARGETARCH%%/mingw/include/lmapibuf.h
805
%%TARGETARCH%%/mingw/include/lmat.h
806
%%TARGETARCH%%/mingw/include/lmaudit.h
807
%%TARGETARCH%%/mingw/include/lmconfig.h
808
%%TARGETARCH%%/mingw/include/lmcons.h
809
%%TARGETARCH%%/mingw/include/lmdfs.h
810
%%TARGETARCH%%/mingw/include/lmerr.h
811
%%TARGETARCH%%/mingw/include/lmerrlog.h
812
%%TARGETARCH%%/mingw/include/lmjoin.h
813
%%TARGETARCH%%/mingw/include/lmmsg.h
814
%%TARGETARCH%%/mingw/include/lmon.h
815
%%TARGETARCH%%/mingw/include/lmremutl.h
816
%%TARGETARCH%%/mingw/include/lmrepl.h
817
%%TARGETARCH%%/mingw/include/lmserver.h
818
%%TARGETARCH%%/mingw/include/lmshare.h
819
%%TARGETARCH%%/mingw/include/lmsname.h
820
%%TARGETARCH%%/mingw/include/lmstats.h
821
%%TARGETARCH%%/mingw/include/lmsvc.h
822
%%TARGETARCH%%/mingw/include/lmuse.h
823
%%TARGETARCH%%/mingw/include/lmuseflg.h
824
%%TARGETARCH%%/mingw/include/lmwksta.h
825
%%TARGETARCH%%/mingw/include/loadperf.h
826
%%TARGETARCH%%/mingw/include/locale.h
827
%%TARGETARCH%%/mingw/include/locationapi.h
828
%%TARGETARCH%%/mingw/include/locationapi.idl
829
%%TARGETARCH%%/mingw/include/lowlevelmonitorconfigurationapi.h
830
%%TARGETARCH%%/mingw/include/lpmapi.h
831
%%TARGETARCH%%/mingw/include/lzexpand.h
832
%%TARGETARCH%%/mingw/include/madcapcl.h
833
%%TARGETARCH%%/mingw/include/magnification.h
834
%%TARGETARCH%%/mingw/include/mailmsgprops.h
835
%%TARGETARCH%%/mingw/include/malloc.h
836
%%TARGETARCH%%/mingw/include/manipulations.h
837
%%TARGETARCH%%/mingw/include/mapi.h
838
%%TARGETARCH%%/mingw/include/mapiaux.h
839
%%TARGETARCH%%/mingw/include/mapicode.h
840
%%TARGETARCH%%/mingw/include/mapidbg.h
841
%%TARGETARCH%%/mingw/include/mapidefs.h
842
%%TARGETARCH%%/mingw/include/mapiform.h
843
%%TARGETARCH%%/mingw/include/mapiguid.h
844
%%TARGETARCH%%/mingw/include/mapihook.h
845
%%TARGETARCH%%/mingw/include/mapinls.h
846
%%TARGETARCH%%/mingw/include/mapioid.h
847
%%TARGETARCH%%/mingw/include/mapispi.h
848
%%TARGETARCH%%/mingw/include/mapitags.h
849
%%TARGETARCH%%/mingw/include/mapiutil.h
850
%%TARGETARCH%%/mingw/include/mapival.h
851
%%TARGETARCH%%/mingw/include/mapiwin.h
852
%%TARGETARCH%%/mingw/include/mapiwz.h
853
%%TARGETARCH%%/mingw/include/mapix.h
854
%%TARGETARCH%%/mingw/include/math.h
855
%%TARGETARCH%%/mingw/include/mbctype.h
856
%%TARGETARCH%%/mingw/include/mbstring.h
857
%%TARGETARCH%%/mingw/include/mciapi.h
858
%%TARGETARCH%%/mingw/include/mciavi.h
859
%%TARGETARCH%%/mingw/include/mcx.h
860
%%TARGETARCH%%/mingw/include/mdbrole.hxx
861
%%TARGETARCH%%/mingw/include/mdcommsg.h
862
%%TARGETARCH%%/mingw/include/mddefw.h
863
%%TARGETARCH%%/mingw/include/mdhcp.h
864
%%TARGETARCH%%/mingw/include/mdmsg.h
865
%%TARGETARCH%%/mingw/include/mediaerr.h
866
%%TARGETARCH%%/mingw/include/mediaobj.h
867
%%TARGETARCH%%/mingw/include/mediaobj.idl
868
%%TARGETARCH%%/mingw/include/medparam.h
869
%%TARGETARCH%%/mingw/include/medparam.idl
870
%%TARGETARCH%%/mingw/include/mem.h
871
%%TARGETARCH%%/mingw/include/memory.h
872
%%TARGETARCH%%/mingw/include/memoryapi.h
873
%%TARGETARCH%%/mingw/include/mergemod.h
874
%%TARGETARCH%%/mingw/include/mfapi.h
875
%%TARGETARCH%%/mingw/include/mfcaptureengine.h
876
%%TARGETARCH%%/mingw/include/mfcaptureengine.idl
877
%%TARGETARCH%%/mingw/include/mfd3d12.h
878
%%TARGETARCH%%/mingw/include/mfd3d12.idl
879
%%TARGETARCH%%/mingw/include/mferror.h
880
%%TARGETARCH%%/mingw/include/mfidl.h
881
%%TARGETARCH%%/mingw/include/mfidl.idl
882
%%TARGETARCH%%/mingw/include/mfmediacapture.h
883
%%TARGETARCH%%/mingw/include/mfmediacapture.idl
884
%%TARGETARCH%%/mingw/include/mfmp2dlna.h
885
%%TARGETARCH%%/mingw/include/mfobjects.h
886
%%TARGETARCH%%/mingw/include/mfobjects.idl
887
%%TARGETARCH%%/mingw/include/mfplay.h
888
%%TARGETARCH%%/mingw/include/mfplay.idl
889
%%TARGETARCH%%/mingw/include/mfreadwrite.h
890
%%TARGETARCH%%/mingw/include/mfreadwrite.idl
891
%%TARGETARCH%%/mingw/include/mftransform.h
892
%%TARGETARCH%%/mingw/include/mftransform.idl
893
%%TARGETARCH%%/mingw/include/mgm.h
894
%%TARGETARCH%%/mingw/include/mgmtapi.h
895
%%TARGETARCH%%/mingw/include/mi.h
896
%%TARGETARCH%%/mingw/include/midles.h
897
%%TARGETARCH%%/mingw/include/mimedisp.h
898
%%TARGETARCH%%/mingw/include/mimeinfo.h
899
%%TARGETARCH%%/mingw/include/minappmodel.h
900
%%TARGETARCH%%/mingw/include/minmax.h
901
%%TARGETARCH%%/mingw/include/minwinbase.h
902
%%TARGETARCH%%/mingw/include/minwindef.h
903
%%TARGETARCH%%/mingw/include/mlang.h
904
%%TARGETARCH%%/mingw/include/mmc.h
905
%%TARGETARCH%%/mingw/include/mmcobj.h
906
%%TARGETARCH%%/mingw/include/mmddk.h
907
%%TARGETARCH%%/mingw/include/mmdeviceapi.h
908
%%TARGETARCH%%/mingw/include/mmdeviceapi.idl
909
%%TARGETARCH%%/mingw/include/mmeapi.h
910
%%TARGETARCH%%/mingw/include/mmiscapi.h
911
%%TARGETARCH%%/mingw/include/mmiscapi2.h
912
%%TARGETARCH%%/mingw/include/mmreg.h
913
%%TARGETARCH%%/mingw/include/mmstream.h
914
%%TARGETARCH%%/mingw/include/mmstream.idl
915
%%TARGETARCH%%/mingw/include/mmsyscom.h
916
%%TARGETARCH%%/mingw/include/mmsystem.h
917
%%TARGETARCH%%/mingw/include/mobsync.h
918
%%TARGETARCH%%/mingw/include/moniker.h
919
%%TARGETARCH%%/mingw/include/mpeg2bits.h
920
%%TARGETARCH%%/mingw/include/mpeg2data.h
921
%%TARGETARCH%%/mingw/include/mpeg2psiparser.h
922
%%TARGETARCH%%/mingw/include/mpeg2structs.h
923
%%TARGETARCH%%/mingw/include/mprapi.h
924
%%TARGETARCH%%/mingw/include/mprerror.h
925
%%TARGETARCH%%/mingw/include/mq.h
926
%%TARGETARCH%%/mingw/include/mqmail.h
927
%%TARGETARCH%%/mingw/include/mqoai.h
928
%%TARGETARCH%%/mingw/include/msacm.h
929
%%TARGETARCH%%/mingw/include/msacmdlg.dlg
930
%%TARGETARCH%%/mingw/include/msacmdlg.h
931
%%TARGETARCH%%/mingw/include/msado15.h
932
%%TARGETARCH%%/mingw/include/msasn1.h
933
%%TARGETARCH%%/mingw/include/msber.h
934
%%TARGETARCH%%/mingw/include/mscat.h
935
%%TARGETARCH%%/mingw/include/mschapp.h
936
%%TARGETARCH%%/mingw/include/msclus.h
937
%%TARGETARCH%%/mingw/include/mscoree.h
938
%%TARGETARCH%%/mingw/include/mscoree.idl
939
%%TARGETARCH%%/mingw/include/msctf.h
940
%%TARGETARCH%%/mingw/include/msctf.idl
941
%%TARGETARCH%%/mingw/include/msctfmonitorapi.h
942
%%TARGETARCH%%/mingw/include/msdadc.h
943
%%TARGETARCH%%/mingw/include/msdaguid.h
944
%%TARGETARCH%%/mingw/include/msdaipp.h
945
%%TARGETARCH%%/mingw/include/msdaipper.h
946
%%TARGETARCH%%/mingw/include/msdaora.h
947
%%TARGETARCH%%/mingw/include/msdaosp.h
948
%%TARGETARCH%%/mingw/include/msdasc.h
949
%%TARGETARCH%%/mingw/include/msdasql.h
950
%%TARGETARCH%%/mingw/include/msdatsrc.h
951
%%TARGETARCH%%/mingw/include/msdrm.h
952
%%TARGETARCH%%/mingw/include/msdrmdefs.h
953
%%TARGETARCH%%/mingw/include/msdshape.h
954
%%TARGETARCH%%/mingw/include/msfs.h
955
%%TARGETARCH%%/mingw/include/mshtmcid.h
956
%%TARGETARCH%%/mingw/include/mshtmdid.h
957
%%TARGETARCH%%/mingw/include/mshtmhst.h
958
%%TARGETARCH%%/mingw/include/mshtmhst.idl
959
%%TARGETARCH%%/mingw/include/mshtml.h
960
%%TARGETARCH%%/mingw/include/mshtml.idl
961
%%TARGETARCH%%/mingw/include/mshtmlc.h
962
%%TARGETARCH%%/mingw/include/msi.h
963
%%TARGETARCH%%/mingw/include/msidefs.h
964
%%TARGETARCH%%/mingw/include/msimcntl.h
965
%%TARGETARCH%%/mingw/include/msimcsdk.h
966
%%TARGETARCH%%/mingw/include/msinkaut.h
967
%%TARGETARCH%%/mingw/include/msinkaut.idl
968
%%TARGETARCH%%/mingw/include/msinkaut_i.c
969
%%TARGETARCH%%/mingw/include/msiquery.h
970
%%TARGETARCH%%/mingw/include/msoav.h
971
%%TARGETARCH%%/mingw/include/msoledbsql.h
972
%%TARGETARCH%%/mingw/include/msopc.h
973
%%TARGETARCH%%/mingw/include/msopc.idl
974
%%TARGETARCH%%/mingw/include/msp.h
975
%%TARGETARCH%%/mingw/include/mspab.h
976
%%TARGETARCH%%/mingw/include/mspaddr.h
977
%%TARGETARCH%%/mingw/include/mspbase.h
978
%%TARGETARCH%%/mingw/include/mspcall.h
979
%%TARGETARCH%%/mingw/include/mspcoll.h
980
%%TARGETARCH%%/mingw/include/mspenum.h
981
%%TARGETARCH%%/mingw/include/msplog.h
982
%%TARGETARCH%%/mingw/include/mspst.h
983
%%TARGETARCH%%/mingw/include/mspstrm.h
984
%%TARGETARCH%%/mingw/include/mspterm.h
985
%%TARGETARCH%%/mingw/include/mspthrd.h
986
%%TARGETARCH%%/mingw/include/msptrmac.h
987
%%TARGETARCH%%/mingw/include/msptrmar.h
988
%%TARGETARCH%%/mingw/include/msptrmvc.h
989
%%TARGETARCH%%/mingw/include/msputils.h
990
%%TARGETARCH%%/mingw/include/msrdc.h
991
%%TARGETARCH%%/mingw/include/msremote.h
992
%%TARGETARCH%%/mingw/include/mssip.h
993
%%TARGETARCH%%/mingw/include/msstkppg.h
994
%%TARGETARCH%%/mingw/include/mstask.h
995
%%TARGETARCH%%/mingw/include/mstcpip.h
996
%%TARGETARCH%%/mingw/include/msterr.h
997
%%TARGETARCH%%/mingw/include/mswsock.h
998
%%TARGETARCH%%/mingw/include/msxml.h
999
%%TARGETARCH%%/mingw/include/msxml.idl
1000
%%TARGETARCH%%/mingw/include/msxml2.h
1001
%%TARGETARCH%%/mingw/include/msxml2.idl
1002
%%TARGETARCH%%/mingw/include/msxml2did.h
1003
%%TARGETARCH%%/mingw/include/msxml6.h
1004
%%TARGETARCH%%/mingw/include/msxml6.idl
1005
%%TARGETARCH%%/mingw/include/msxml6did.h
1006
%%TARGETARCH%%/mingw/include/msxmldid.h
1007
%%TARGETARCH%%/mingw/include/mtsadmin.h
1008
%%TARGETARCH%%/mingw/include/mtsevents.h
1009
%%TARGETARCH%%/mingw/include/mtsgrp.h
1010
%%TARGETARCH%%/mingw/include/mtx.h
1011
%%TARGETARCH%%/mingw/include/mtxadmin.h
1012
%%TARGETARCH%%/mingw/include/mtxattr.h
1013
%%TARGETARCH%%/mingw/include/mtxdm.h
1014
%%TARGETARCH%%/mingw/include/muiload.h
1015
%%TARGETARCH%%/mingw/include/mulres.idl
1016
%%TARGETARCH%%/mingw/include/multimon.h
1017
%%TARGETARCH%%/mingw/include/multinfo.h
1018
%%TARGETARCH%%/mingw/include/mxdc.h
1019
%%TARGETARCH%%/mingw/include/namedpipeapi.h
1020
%%TARGETARCH%%/mingw/include/namespaceapi.h
1021
%%TARGETARCH%%/mingw/include/napcertrelyingparty.h
1022
%%TARGETARCH%%/mingw/include/napcertrelyingparty.idl
1023
%%TARGETARCH%%/mingw/include/napcommon.h
1024
%%TARGETARCH%%/mingw/include/napcommon.idl
1025
%%TARGETARCH%%/mingw/include/napenforcementclient.h
1026
%%TARGETARCH%%/mingw/include/napenforcementclient.idl
1027
%%TARGETARCH%%/mingw/include/napmanagement.h
1028
%%TARGETARCH%%/mingw/include/napmanagement.idl
1029
%%TARGETARCH%%/mingw/include/napmicrosoftvendorids.h
1030
%%TARGETARCH%%/mingw/include/napprotocol.h
1031
%%TARGETARCH%%/mingw/include/napprotocol.idl
1032
%%TARGETARCH%%/mingw/include/napservermanagement.h
1033
%%TARGETARCH%%/mingw/include/napservermanagement.idl
1034
%%TARGETARCH%%/mingw/include/napsystemhealthagent.h
1035
%%TARGETARCH%%/mingw/include/napsystemhealthagent.idl
1036
%%TARGETARCH%%/mingw/include/napsystemhealthvalidator.h
1037
%%TARGETARCH%%/mingw/include/napsystemhealthvalidator.idl
1038
%%TARGETARCH%%/mingw/include/naptypes.h
1039
%%TARGETARCH%%/mingw/include/naptypes.idl
1040
%%TARGETARCH%%/mingw/include/naputil.h
1041
%%TARGETARCH%%/mingw/include/nb30.h
1042
%%TARGETARCH%%/mingw/include/ncrypt.h
1043
%%TARGETARCH%%/mingw/include/ndattrib.h
1044
%%TARGETARCH%%/mingw/include/ndfapi.h
1045
%%TARGETARCH%%/mingw/include/ndhelper.h
1046
%%TARGETARCH%%/mingw/include/ndkinfo.h
1047
%%TARGETARCH%%/mingw/include/ndr64types.h
1048
%%TARGETARCH%%/mingw/include/ndrtypes.h
1049
%%TARGETARCH%%/mingw/include/netcfgn.h
1050
%%TARGETARCH%%/mingw/include/netcfgn.idl
1051
%%TARGETARCH%%/mingw/include/netcfgx.h
1052
%%TARGETARCH%%/mingw/include/netcfgx.idl
1053
%%TARGETARCH%%/mingw/include/netcon.h
1054
%%TARGETARCH%%/mingw/include/neterr.h
1055
%%TARGETARCH%%/mingw/include/netevent.h
1056
%%TARGETARCH%%/mingw/include/netfw.h
1057
%%TARGETARCH%%/mingw/include/netfw.idl
1058
%%TARGETARCH%%/mingw/include/netioapi.h
1059
%%TARGETARCH%%/mingw/include/netlistmgr.h
1060
%%TARGETARCH%%/mingw/include/netlistmgr.idl
1061
%%TARGETARCH%%/mingw/include/netmon.h
1062
%%TARGETARCH%%/mingw/include/netprov.h
1063
%%TARGETARCH%%/mingw/include/nettypes.h
1064
%%TARGETARCH%%/mingw/include/new.h
1065
%%TARGETARCH%%/mingw/include/newapis.h
1066
%%TARGETARCH%%/mingw/include/newdev.h
1067
%%TARGETARCH%%/mingw/include/nldef.h
1068
%%TARGETARCH%%/mingw/include/nmsupp.h
1069
%%TARGETARCH%%/mingw/include/npapi.h
1070
%%TARGETARCH%%/mingw/include/nsemail.h
1071
%%TARGETARCH%%/mingw/include/nserror.h
1072
%%TARGETARCH%%/mingw/include/nspapi.h
1073
%%TARGETARCH%%/mingw/include/ntdd1394.h
1074
%%TARGETARCH%%/mingw/include/ntdd8042.h
1075
%%TARGETARCH%%/mingw/include/ntddbeep.h
1076
%%TARGETARCH%%/mingw/include/ntddcdrm.h
1077
%%TARGETARCH%%/mingw/include/ntddcdvd.h
1078
%%TARGETARCH%%/mingw/include/ntddchgr.h
1079
%%TARGETARCH%%/mingw/include/ntdddisk.h
1080
%%TARGETARCH%%/mingw/include/ntddft.h
1081
%%TARGETARCH%%/mingw/include/ntddkbd.h
1082
%%TARGETARCH%%/mingw/include/ntddmmc.h
1083
%%TARGETARCH%%/mingw/include/ntddmodm.h
1084
%%TARGETARCH%%/mingw/include/ntddmou.h
1085
%%TARGETARCH%%/mingw/include/ntddndis.h
1086
%%TARGETARCH%%/mingw/include/ntddpar.h
1087
%%TARGETARCH%%/mingw/include/ntddpsch.h
1088
%%TARGETARCH%%/mingw/include/ntddscsi.h
1089
%%TARGETARCH%%/mingw/include/ntddser.h
1090
%%TARGETARCH%%/mingw/include/ntddstor.h
1091
%%TARGETARCH%%/mingw/include/ntddtape.h
1092
%%TARGETARCH%%/mingw/include/ntddtdi.h
1093
%%TARGETARCH%%/mingw/include/ntddvdeo.h
1094
%%TARGETARCH%%/mingw/include/ntddvol.h
1095
%%TARGETARCH%%/mingw/include/ntdef.h
1096
%%TARGETARCH%%/mingw/include/ntdsapi.h
1097
%%TARGETARCH%%/mingw/include/ntdsbcli.h
1098
%%TARGETARCH%%/mingw/include/ntdsbmsg.h
1099
%%TARGETARCH%%/mingw/include/ntgdi.h
1100
%%TARGETARCH%%/mingw/include/ntiologc.h
1101
%%TARGETARCH%%/mingw/include/ntioring_x.h
1102
%%TARGETARCH%%/mingw/include/ntldap.h
1103
%%TARGETARCH%%/mingw/include/ntmsapi.h
1104
%%TARGETARCH%%/mingw/include/ntmsmli.h
1105
%%TARGETARCH%%/mingw/include/ntquery.h
1106
%%TARGETARCH%%/mingw/include/ntsdexts.h
1107
%%TARGETARCH%%/mingw/include/ntsecapi.h
1108
%%TARGETARCH%%/mingw/include/ntsecpkg.h
1109
%%TARGETARCH%%/mingw/include/ntstatus.h
1110
%%TARGETARCH%%/mingw/include/ntverp.h
1111
%%TARGETARCH%%/mingw/include/nvme.h
1112
%%TARGETARCH%%/mingw/include/oaidl.h
1113
%%TARGETARCH%%/mingw/include/oaidl.idl
1114
%%TARGETARCH%%/mingw/include/objbase.h
1115
%%TARGETARCH%%/mingw/include/objectarray.h
1116
%%TARGETARCH%%/mingw/include/objectarray.idl
1117
%%TARGETARCH%%/mingw/include/objerror.h
1118
%%TARGETARCH%%/mingw/include/objidl.h
1119
%%TARGETARCH%%/mingw/include/objidl.idl
1120
%%TARGETARCH%%/mingw/include/objidlbase.h
1121
%%TARGETARCH%%/mingw/include/objidlbase.idl
1122
%%TARGETARCH%%/mingw/include/objsafe.h
1123
%%TARGETARCH%%/mingw/include/objsel.h
1124
%%TARGETARCH%%/mingw/include/ocidl.h
1125
%%TARGETARCH%%/mingw/include/ocidl.idl
1126
%%TARGETARCH%%/mingw/include/ocmm.h
1127
%%TARGETARCH%%/mingw/include/odbcinst.h
1128
%%TARGETARCH%%/mingw/include/odbcss.h
1129
%%TARGETARCH%%/mingw/include/ole.h
1130
%%TARGETARCH%%/mingw/include/ole2.h
1131
%%TARGETARCH%%/mingw/include/ole2ver.h
1132
%%TARGETARCH%%/mingw/include/oleacc.dll.tlb
1133
%%TARGETARCH%%/mingw/include/oleacc.h
1134
%%TARGETARCH%%/mingw/include/oleacc.idl
1135
%%TARGETARCH%%/mingw/include/oleauto.h
1136
%%TARGETARCH%%/mingw/include/olectl.h
1137
%%TARGETARCH%%/mingw/include/olectlid.h
1138
%%TARGETARCH%%/mingw/include/oledb.h
1139
%%TARGETARCH%%/mingw/include/oledbdep.h
1140
%%TARGETARCH%%/mingw/include/oledberr.h
1141
%%TARGETARCH%%/mingw/include/oledbguid.h
1142
%%TARGETARCH%%/mingw/include/oledlg.dlg
1143
%%TARGETARCH%%/mingw/include/oledlg.h
1144
%%TARGETARCH%%/mingw/include/oleidl.h
1145
%%TARGETARCH%%/mingw/include/oleidl.idl
1146
%%TARGETARCH%%/mingw/include/oletx2xa.h
1147
%%TARGETARCH%%/mingw/include/opmapi.h
1148
%%TARGETARCH%%/mingw/include/optary.h
1149
%%TARGETARCH%%/mingw/include/optary.idl
1150
%%TARGETARCH%%/mingw/include/p2p.h
1151
%%TARGETARCH%%/mingw/include/packoff.h
1152
%%TARGETARCH%%/mingw/include/packon.h
1153
%%TARGETARCH%%/mingw/include/parser.h
1154
%%TARGETARCH%%/mingw/include/patchapi.h
1155
%%TARGETARCH%%/mingw/include/patchwiz.h
1156
%%TARGETARCH%%/mingw/include/pathcch.h
1157
%%TARGETARCH%%/mingw/include/pbt.h
1158
%%TARGETARCH%%/mingw/include/pchannel.h
1159
%%TARGETARCH%%/mingw/include/pciprop.h
1160
%%TARGETARCH%%/mingw/include/pcrt32.h
1161
%%TARGETARCH%%/mingw/include/pdh.h
1162
%%TARGETARCH%%/mingw/include/pdhmsg.h
1163
%%TARGETARCH%%/mingw/include/penwin.h
1164
%%TARGETARCH%%/mingw/include/perflib.h
1165
%%TARGETARCH%%/mingw/include/perhist.h
1166
%%TARGETARCH%%/mingw/include/persist.h
1167
%%TARGETARCH%%/mingw/include/pgobootrun.h
1168
%%TARGETARCH%%/mingw/include/physicalmonitorenumerationapi.h
1169
%%TARGETARCH%%/mingw/include/pla.h
1170
%%TARGETARCH%%/mingw/include/playsoundapi.h
1171
%%TARGETARCH%%/mingw/include/pnrpdef.h
1172
%%TARGETARCH%%/mingw/include/pnrpns.h
1173
%%TARGETARCH%%/mingw/include/poclass.h
1174
%%TARGETARCH%%/mingw/include/polarity.h
1175
%%TARGETARCH%%/mingw/include/poppack.h
1176
%%TARGETARCH%%/mingw/include/portabledeviceconnectapi.h
1177
%%TARGETARCH%%/mingw/include/portabledevicetypes.h
1178
%%TARGETARCH%%/mingw/include/portabledevicetypes.idl
1179
%%TARGETARCH%%/mingw/include/powerbase.h
1180
%%TARGETARCH%%/mingw/include/powersetting.h
1181
%%TARGETARCH%%/mingw/include/powrprof.h
1182
%%TARGETARCH%%/mingw/include/prnasnot.h
1183
%%TARGETARCH%%/mingw/include/prnsetup.dlg
1184
%%TARGETARCH%%/mingw/include/prntfont.h
1185
%%TARGETARCH%%/mingw/include/prntvpt.h
1186
%%TARGETARCH%%/mingw/include/process.h
1187
%%TARGETARCH%%/mingw/include/processenv.h
1188
%%TARGETARCH%%/mingw/include/processthreadsapi.h
1189
%%TARGETARCH%%/mingw/include/processtopologyapi.h
1190
%%TARGETARCH%%/mingw/include/profile.h
1191
%%TARGETARCH%%/mingw/include/profileapi.h
1192
%%TARGETARCH%%/mingw/include/profinfo.h
1193
%%TARGETARCH%%/mingw/include/proofofpossessioncookieinfo.h
1194
%%TARGETARCH%%/mingw/include/proofofpossessioncookieinfo.idl
1195
%%TARGETARCH%%/mingw/include/propidl.h
1196
%%TARGETARCH%%/mingw/include/propidl.idl
1197
%%TARGETARCH%%/mingw/include/propkey.h
1198
%%TARGETARCH%%/mingw/include/propkeydef.h
1199
%%TARGETARCH%%/mingw/include/propsys.h
1200
%%TARGETARCH%%/mingw/include/propsys.idl
1201
%%TARGETARCH%%/mingw/include/propvarutil.h
1202
%%TARGETARCH%%/mingw/include/prsht.h
1203
%%TARGETARCH%%/mingw/include/prsht.idl
1204
%%TARGETARCH%%/mingw/include/psapi.h
1205
%%TARGETARCH%%/mingw/include/psdk_inc/_dbg_LOAD_IMAGE.h
1206
%%TARGETARCH%%/mingw/include/psdk_inc/_dbg_common.h
1207
%%TARGETARCH%%/mingw/include/psdk_inc/_fd_types.h
1208
%%TARGETARCH%%/mingw/include/psdk_inc/_ip_mreq1.h
1209
%%TARGETARCH%%/mingw/include/psdk_inc/_ip_types.h
1210
%%TARGETARCH%%/mingw/include/psdk_inc/_pop_BOOL.h
1211
%%TARGETARCH%%/mingw/include/psdk_inc/_push_BOOL.h
1212
%%TARGETARCH%%/mingw/include/psdk_inc/_socket_types.h
1213
%%TARGETARCH%%/mingw/include/psdk_inc/_varenum.h
1214
%%TARGETARCH%%/mingw/include/psdk_inc/_ws1_undef.h
1215
%%TARGETARCH%%/mingw/include/psdk_inc/_wsa_errnos.h
1216
%%TARGETARCH%%/mingw/include/psdk_inc/_wsadata.h
1217
%%TARGETARCH%%/mingw/include/psdk_inc/_xmitfile.h
1218
%%TARGETARCH%%/mingw/include/psdk_inc/intrin-impl.h
1219
%%TARGETARCH%%/mingw/include/pshpack1.h
1220
%%TARGETARCH%%/mingw/include/pshpack2.h
1221
%%TARGETARCH%%/mingw/include/pshpack4.h
1222
%%TARGETARCH%%/mingw/include/pshpack8.h
1223
%%TARGETARCH%%/mingw/include/pshpck16.h
1224
%%TARGETARCH%%/mingw/include/pstore.h
1225
%%TARGETARCH%%/mingw/include/pthread_signal.h
1226
%%TARGETARCH%%/mingw/include/pthread_time.h
1227
%%TARGETARCH%%/mingw/include/pthread_unistd.h
1228
%%TARGETARCH%%/mingw/include/qedit.h
1229
%%TARGETARCH%%/mingw/include/qedit.idl
1230
%%TARGETARCH%%/mingw/include/qmgr.h
1231
%%TARGETARCH%%/mingw/include/qnetwork.h
1232
%%TARGETARCH%%/mingw/include/qnetwork.idl
1233
%%TARGETARCH%%/mingw/include/qos.h
1234
%%TARGETARCH%%/mingw/include/qos2.h
1235
%%TARGETARCH%%/mingw/include/qosname.h
1236
%%TARGETARCH%%/mingw/include/qospol.h
1237
%%TARGETARCH%%/mingw/include/qossp.h
1238
%%TARGETARCH%%/mingw/include/ras.h
1239
%%TARGETARCH%%/mingw/include/rasdlg.h
1240
%%TARGETARCH%%/mingw/include/raseapif.h
1241
%%TARGETARCH%%/mingw/include/raserror.h
1242
%%TARGETARCH%%/mingw/include/rassapi.h
1243
%%TARGETARCH%%/mingw/include/rasshost.h
1244
%%TARGETARCH%%/mingw/include/ratings.h
1245
%%TARGETARCH%%/mingw/include/rdpencomapi.h
1246
%%TARGETARCH%%/mingw/include/rdpencomapi.idl
1247
%%TARGETARCH%%/mingw/include/realtimeapiset.h
1248
%%TARGETARCH%%/mingw/include/reason.h
1249
%%TARGETARCH%%/mingw/include/recguids.h
1250
%%TARGETARCH%%/mingw/include/reconcil.h
1251
%%TARGETARCH%%/mingw/include/regbag.h
1252
%%TARGETARCH%%/mingw/include/regbag.idl
1253
%%TARGETARCH%%/mingw/include/regstr.h
1254
%%TARGETARCH%%/mingw/include/relogger.h
1255
%%TARGETARCH%%/mingw/include/relogger.idl
1256
%%TARGETARCH%%/mingw/include/rend.h
1257
%%TARGETARCH%%/mingw/include/resapi.h
1258
%%TARGETARCH%%/mingw/include/restartmanager.h
1259
%%TARGETARCH%%/mingw/include/richedit.h
1260
%%TARGETARCH%%/mingw/include/richole.h
1261
%%TARGETARCH%%/mingw/include/rkeysvcc.h
1262
%%TARGETARCH%%/mingw/include/rnderr.h
1263
%%TARGETARCH%%/mingw/include/roapi.h
1264
%%TARGETARCH%%/mingw/include/robuffer.h
1265
%%TARGETARCH%%/mingw/include/robuffer.idl
1266
%%TARGETARCH%%/mingw/include/routprot.h
1267
%%TARGETARCH%%/mingw/include/rpc.h
1268
%%TARGETARCH%%/mingw/include/rpcasync.h
1269
%%TARGETARCH%%/mingw/include/rpcdce.h
1270
%%TARGETARCH%%/mingw/include/rpcdcep.h
1271
%%TARGETARCH%%/mingw/include/rpcndr.h
1272
%%TARGETARCH%%/mingw/include/rpcnsi.h
1273
%%TARGETARCH%%/mingw/include/rpcnsip.h
1274
%%TARGETARCH%%/mingw/include/rpcnterr.h
1275
%%TARGETARCH%%/mingw/include/rpcproxy.h
1276
%%TARGETARCH%%/mingw/include/rpcsal.h
1277
%%TARGETARCH%%/mingw/include/rpcssl.h
1278
%%TARGETARCH%%/mingw/include/rrascfg.h
1279
%%TARGETARCH%%/mingw/include/rtcapi.h
1280
%%TARGETARCH%%/mingw/include/rtccore.h
1281
%%TARGETARCH%%/mingw/include/rtcerr.h
1282
%%TARGETARCH%%/mingw/include/rtinfo.h
1283
%%TARGETARCH%%/mingw/include/rtm.h
1284
%%TARGETARCH%%/mingw/include/rtmv2.h
1285
%%TARGETARCH%%/mingw/include/rtutils.h
1286
%%TARGETARCH%%/mingw/include/rtworkq.h
1287
%%TARGETARCH%%/mingw/include/rtworkq.idl
1288
%%TARGETARCH%%/mingw/include/sal.h
1289
%%TARGETARCH%%/mingw/include/sapi.h
1290
%%TARGETARCH%%/mingw/include/sapi51.h
1291
%%TARGETARCH%%/mingw/include/sapi51.idl
1292
%%TARGETARCH%%/mingw/include/sapi53.h
1293
%%TARGETARCH%%/mingw/include/sapi53.idl
1294
%%TARGETARCH%%/mingw/include/sapi54.h
1295
%%TARGETARCH%%/mingw/include/sapi54.idl
1296
%%TARGETARCH%%/mingw/include/sas.h
1297
%%TARGETARCH%%/mingw/include/sbe.h
1298
%%TARGETARCH%%/mingw/include/scarddat.h
1299
%%TARGETARCH%%/mingw/include/scarderr.h
1300
%%TARGETARCH%%/mingw/include/scardmgr.h
1301
%%TARGETARCH%%/mingw/include/scardsrv.h
1302
%%TARGETARCH%%/mingw/include/scardssp.h
1303
%%TARGETARCH%%/mingw/include/scesvc.h
1304
%%TARGETARCH%%/mingw/include/schannel.h
1305
%%TARGETARCH%%/mingw/include/schedule.h
1306
%%TARGETARCH%%/mingw/include/schemadef.h
1307
%%TARGETARCH%%/mingw/include/schnlsp.h
1308
%%TARGETARCH%%/mingw/include/scode.h
1309
%%TARGETARCH%%/mingw/include/scrnsave.h
1310
%%TARGETARCH%%/mingw/include/scrptids.h
1311
%%TARGETARCH%%/mingw/include/sddl.h
1312
%%TARGETARCH%%/mingw/include/sdkddkver.h
1313
%%TARGETARCH%%/mingw/include/sdks/_mingw_ddk.h
1314
%%TARGETARCH%%/mingw/include/sdoias.h
1315
%%TARGETARCH%%/mingw/include/sdpblb.h
1316
%%TARGETARCH%%/mingw/include/sdperr.h
1317
%%TARGETARCH%%/mingw/include/search.h
1318
%%TARGETARCH%%/mingw/include/sec_api/conio_s.h
1319
%%TARGETARCH%%/mingw/include/sec_api/crtdbg_s.h
1320
%%TARGETARCH%%/mingw/include/sec_api/mbstring_s.h
1321
%%TARGETARCH%%/mingw/include/sec_api/search_s.h
1322
%%TARGETARCH%%/mingw/include/sec_api/stdio_s.h
1323
%%TARGETARCH%%/mingw/include/sec_api/stdlib_s.h
1324
%%TARGETARCH%%/mingw/include/sec_api/stralign_s.h
1325
%%TARGETARCH%%/mingw/include/sec_api/string_s.h
1326
%%TARGETARCH%%/mingw/include/sec_api/sys/timeb_s.h
1327
%%TARGETARCH%%/mingw/include/sec_api/tchar_s.h
1328
%%TARGETARCH%%/mingw/include/sec_api/wchar_s.h
1329
%%TARGETARCH%%/mingw/include/secext.h
1330
%%TARGETARCH%%/mingw/include/security.h
1331
%%TARGETARCH%%/mingw/include/securityappcontainer.h
1332
%%TARGETARCH%%/mingw/include/securitybaseapi.h
1333
%%TARGETARCH%%/mingw/include/sehmap.h
1334
%%TARGETARCH%%/mingw/include/sens.h
1335
%%TARGETARCH%%/mingw/include/sensapi.h
1336
%%TARGETARCH%%/mingw/include/sensevts.h
1337
%%TARGETARCH%%/mingw/include/sensors.h
1338
%%TARGETARCH%%/mingw/include/sensorsapi.h
1339
%%TARGETARCH%%/mingw/include/sensorsapi.idl
1340
%%TARGETARCH%%/mingw/include/servprov.h
1341
%%TARGETARCH%%/mingw/include/servprov.idl
1342
%%TARGETARCH%%/mingw/include/setjmp.h
1343
%%TARGETARCH%%/mingw/include/setjmpex.h
1344
%%TARGETARCH%%/mingw/include/setupapi.h
1345
%%TARGETARCH%%/mingw/include/sfc.h
1346
%%TARGETARCH%%/mingw/include/shappmgr.h
1347
%%TARGETARCH%%/mingw/include/share.h
1348
%%TARGETARCH%%/mingw/include/shcore.h
1349
%%TARGETARCH%%/mingw/include/shdeprecated.h
1350
%%TARGETARCH%%/mingw/include/shdispid.h
1351
%%TARGETARCH%%/mingw/include/shellapi.h
1352
%%TARGETARCH%%/mingw/include/shellscalingapi.h
1353
%%TARGETARCH%%/mingw/include/sherrors.h
1354
%%TARGETARCH%%/mingw/include/shfolder.h
1355
%%TARGETARCH%%/mingw/include/shldisp.h
1356
%%TARGETARCH%%/mingw/include/shldisp.idl
1357
%%TARGETARCH%%/mingw/include/shlguid.h
1358
%%TARGETARCH%%/mingw/include/shlobj.h
1359
%%TARGETARCH%%/mingw/include/shlwapi.h
1360
%%TARGETARCH%%/mingw/include/shobjidl.h
1361
%%TARGETARCH%%/mingw/include/shobjidl.idl
1362
%%TARGETARCH%%/mingw/include/shtypes.h
1363
%%TARGETARCH%%/mingw/include/shtypes.idl
1364
%%TARGETARCH%%/mingw/include/signal.h
1365
%%TARGETARCH%%/mingw/include/simpdata.h
1366
%%TARGETARCH%%/mingw/include/simpdc.h
1367
%%TARGETARCH%%/mingw/include/sipbase.h
1368
%%TARGETARCH%%/mingw/include/sisbkup.h
1369
%%TARGETARCH%%/mingw/include/slerror.h
1370
%%TARGETARCH%%/mingw/include/slpublic.h
1371
%%TARGETARCH%%/mingw/include/smpab.h
1372
%%TARGETARCH%%/mingw/include/smpms.h
1373
%%TARGETARCH%%/mingw/include/smpxp.h
1374
%%TARGETARCH%%/mingw/include/smtpguid.h
1375
%%TARGETARCH%%/mingw/include/smx.h
1376
%%TARGETARCH%%/mingw/include/snmp.h
1377
%%TARGETARCH%%/mingw/include/softpub.h
1378
%%TARGETARCH%%/mingw/include/spatialaudioclient.h
1379
%%TARGETARCH%%/mingw/include/spatialaudioclient.idl
1380
%%TARGETARCH%%/mingw/include/spatialaudiometadata.h
1381
%%TARGETARCH%%/mingw/include/specstrings.h
1382
%%TARGETARCH%%/mingw/include/spellcheck.h
1383
%%TARGETARCH%%/mingw/include/spellcheck.idl
1384
%%TARGETARCH%%/mingw/include/sperror.h
1385
%%TARGETARCH%%/mingw/include/sphelper.h
1386
%%TARGETARCH%%/mingw/include/sporder.h
1387
%%TARGETARCH%%/mingw/include/sql.h
1388
%%TARGETARCH%%/mingw/include/sql_1.h
1389
%%TARGETARCH%%/mingw/include/sqlext.h
1390
%%TARGETARCH%%/mingw/include/sqloledb.h
1391
%%TARGETARCH%%/mingw/include/sqltypes.h
1392
%%TARGETARCH%%/mingw/include/sqlucode.h
1393
%%TARGETARCH%%/mingw/include/srrestoreptapi.h
1394
%%TARGETARCH%%/mingw/include/srv.h
1395
%%TARGETARCH%%/mingw/include/sspguid.h
1396
%%TARGETARCH%%/mingw/include/sspi.h
1397
%%TARGETARCH%%/mingw/include/sspserr.h
1398
%%TARGETARCH%%/mingw/include/sspsidl.h
1399
%%TARGETARCH%%/mingw/include/stdarg.h
1400
%%TARGETARCH%%/mingw/include/stddef.h
1401
%%TARGETARCH%%/mingw/include/stdexcpt.h
1402
%%TARGETARCH%%/mingw/include/stdint.h
1403
%%TARGETARCH%%/mingw/include/stdio.h
1404
%%TARGETARCH%%/mingw/include/stdlib.h
1405
%%TARGETARCH%%/mingw/include/stdole2.tlb
1406
%%TARGETARCH%%/mingw/include/sti.h
1407
%%TARGETARCH%%/mingw/include/stierr.h
1408
%%TARGETARCH%%/mingw/include/stireg.h
1409
%%TARGETARCH%%/mingw/include/stllock.h
1410
%%TARGETARCH%%/mingw/include/stm.h
1411
%%TARGETARCH%%/mingw/include/storage.h
1412
%%TARGETARCH%%/mingw/include/storduid.h
1413
%%TARGETARCH%%/mingw/include/storprop.h
1414
%%TARGETARCH%%/mingw/include/stralign.h
1415
%%TARGETARCH%%/mingw/include/string.h
1416
%%TARGETARCH%%/mingw/include/stringapiset.h
1417
%%TARGETARCH%%/mingw/include/strings.h
1418
%%TARGETARCH%%/mingw/include/strmif.h
1419
%%TARGETARCH%%/mingw/include/strmif.idl
1420
%%TARGETARCH%%/mingw/include/strsafe.h
1421
%%TARGETARCH%%/mingw/include/structuredquerycondition.h
1422
%%TARGETARCH%%/mingw/include/structuredquerycondition.idl
1423
%%TARGETARCH%%/mingw/include/subauth.h
1424
%%TARGETARCH%%/mingw/include/subsmgr.h
1425
%%TARGETARCH%%/mingw/include/svcguid.h
1426
%%TARGETARCH%%/mingw/include/svrapi.h
1427
%%TARGETARCH%%/mingw/include/swprintf.inl
1428
%%TARGETARCH%%/mingw/include/synchapi.h
1429
%%TARGETARCH%%/mingw/include/sys/cdefs.h
1430
%%TARGETARCH%%/mingw/include/sys/fcntl.h
1431
%%TARGETARCH%%/mingw/include/sys/file.h
1432
%%TARGETARCH%%/mingw/include/sys/locking.h
1433
%%TARGETARCH%%/mingw/include/sys/param.h
1434
%%TARGETARCH%%/mingw/include/sys/stat.h
1435
%%TARGETARCH%%/mingw/include/sys/time.h
1436
%%TARGETARCH%%/mingw/include/sys/timeb.h
1437
%%TARGETARCH%%/mingw/include/sys/types.h
1438
%%TARGETARCH%%/mingw/include/sys/unistd.h
1439
%%TARGETARCH%%/mingw/include/sys/utime.h
1440
%%TARGETARCH%%/mingw/include/sysinfoapi.h
1441
%%TARGETARCH%%/mingw/include/syslimits.h
1442
%%TARGETARCH%%/mingw/include/systemmediatransportcontrolsinterop.h
1443
%%TARGETARCH%%/mingw/include/systemmediatransportcontrolsinterop.idl
1444
%%TARGETARCH%%/mingw/include/systemtopologyapi.h
1445
%%TARGETARCH%%/mingw/include/t2embapi.h
1446
%%TARGETARCH%%/mingw/include/tabflicks.h
1447
%%TARGETARCH%%/mingw/include/tapi.h
1448
%%TARGETARCH%%/mingw/include/tapi3.h
1449
%%TARGETARCH%%/mingw/include/tapi3cc.h
1450
%%TARGETARCH%%/mingw/include/tapi3ds.h
1451
%%TARGETARCH%%/mingw/include/tapi3err.h
1452
%%TARGETARCH%%/mingw/include/tapi3if.h
1453
%%TARGETARCH%%/mingw/include/taskschd.h
1454
%%TARGETARCH%%/mingw/include/taskschd.idl
1455
%%TARGETARCH%%/mingw/include/tbs.h
1456
%%TARGETARCH%%/mingw/include/tcerror.h
1457
%%TARGETARCH%%/mingw/include/tcguid.h
1458
%%TARGETARCH%%/mingw/include/tchar.h
1459
%%TARGETARCH%%/mingw/include/tcpestats.h
1460
%%TARGETARCH%%/mingw/include/tcpmib.h
1461
%%TARGETARCH%%/mingw/include/tdh.h
1462
%%TARGETARCH%%/mingw/include/tdi.h
1463
%%TARGETARCH%%/mingw/include/tdiinfo.h
1464
%%TARGETARCH%%/mingw/include/termmgr.h
1465
%%TARGETARCH%%/mingw/include/textserv.h
1466
%%TARGETARCH%%/mingw/include/textstor.h
1467
%%TARGETARCH%%/mingw/include/textstor.idl
1468
%%TARGETARCH%%/mingw/include/threadpoolapiset.h
1469
%%TARGETARCH%%/mingw/include/threadpoollegacyapiset.h
1470
%%TARGETARCH%%/mingw/include/thumbcache.h
1471
%%TARGETARCH%%/mingw/include/thumbcache.idl
1472
%%TARGETARCH%%/mingw/include/time.h
1473
%%TARGETARCH%%/mingw/include/timeapi.h
1474
%%TARGETARCH%%/mingw/include/timeprov.h
1475
%%TARGETARCH%%/mingw/include/timezoneapi.h
1476
%%TARGETARCH%%/mingw/include/tlbref.h
1477
%%TARGETARCH%%/mingw/include/tlbref.idl
1478
%%TARGETARCH%%/mingw/include/tlhelp32.h
1479
%%TARGETARCH%%/mingw/include/tlogstg.h
1480
%%TARGETARCH%%/mingw/include/tlogstg.idl
1481
%%TARGETARCH%%/mingw/include/tmschema.h
1482
%%TARGETARCH%%/mingw/include/tnef.h
1483
%%TARGETARCH%%/mingw/include/tom.h
1484
%%TARGETARCH%%/mingw/include/tpcshrd.h
1485
%%TARGETARCH%%/mingw/include/tpcshrd.idl
1486
%%TARGETARCH%%/mingw/include/traffic.h
1487
%%TARGETARCH%%/mingw/include/transact.h
1488
%%TARGETARCH%%/mingw/include/triedcid.h
1489
%%TARGETARCH%%/mingw/include/triediid.h
1490
%%TARGETARCH%%/mingw/include/triedit.h
1491
%%TARGETARCH%%/mingw/include/tsattrs.h
1492
%%TARGETARCH%%/mingw/include/tspi.h
1493
%%TARGETARCH%%/mingw/include/tssbx.h
1494
%%TARGETARCH%%/mingw/include/tsuserex.h
1495
%%TARGETARCH%%/mingw/include/tsvirtualchannels.h
1496
%%TARGETARCH%%/mingw/include/tsvirtualchannels.idl
1497
%%TARGETARCH%%/mingw/include/tuner.h
1498
%%TARGETARCH%%/mingw/include/tuner.idl
1499
%%TARGETARCH%%/mingw/include/tvout.h
1500
%%TARGETARCH%%/mingw/include/txcoord.h
1501
%%TARGETARCH%%/mingw/include/txctx.h
1502
%%TARGETARCH%%/mingw/include/txdtc.h
1503
%%TARGETARCH%%/mingw/include/txfw32.h
1504
%%TARGETARCH%%/mingw/include/typeinfo.h
1505
%%TARGETARCH%%/mingw/include/uastrfnc.h
1506
%%TARGETARCH%%/mingw/include/uchar.h
1507
%%TARGETARCH%%/mingw/include/udpmib.h
1508
%%TARGETARCH%%/mingw/include/uianimation.h
1509
%%TARGETARCH%%/mingw/include/uianimation.idl
1510
%%TARGETARCH%%/mingw/include/uiautomation.h
1511
%%TARGETARCH%%/mingw/include/uiautomationclient.h
1512
%%TARGETARCH%%/mingw/include/uiautomationclient.idl
1513
%%TARGETARCH%%/mingw/include/uiautomationcore.h
1514
%%TARGETARCH%%/mingw/include/uiautomationcore.idl
1515
%%TARGETARCH%%/mingw/include/uiautomationcoreapi.h
1516
%%TARGETARCH%%/mingw/include/uiviewsettingsinterop.h
1517
%%TARGETARCH%%/mingw/include/uiviewsettingsinterop.idl
1518
%%TARGETARCH%%/mingw/include/umx.h
1519
%%TARGETARCH%%/mingw/include/unistd.h
1520
%%TARGETARCH%%/mingw/include/unknown.h
1521
%%TARGETARCH%%/mingw/include/unknwn.h
1522
%%TARGETARCH%%/mingw/include/unknwn.idl
1523
%%TARGETARCH%%/mingw/include/unknwnbase.h
1524
%%TARGETARCH%%/mingw/include/unknwnbase.idl
1525
%%TARGETARCH%%/mingw/include/urlhist.h
1526
%%TARGETARCH%%/mingw/include/urlhist.idl
1527
%%TARGETARCH%%/mingw/include/urlmon.h
1528
%%TARGETARCH%%/mingw/include/urlmon.idl
1529
%%TARGETARCH%%/mingw/include/usb.h
1530
%%TARGETARCH%%/mingw/include/usb100.h
1531
%%TARGETARCH%%/mingw/include/usb200.h
1532
%%TARGETARCH%%/mingw/include/usbcamdi.h
1533
%%TARGETARCH%%/mingw/include/usbdi.h
1534
%%TARGETARCH%%/mingw/include/usbioctl.h
1535
%%TARGETARCH%%/mingw/include/usbiodef.h
1536
%%TARGETARCH%%/mingw/include/usbprint.h
1537
%%TARGETARCH%%/mingw/include/usbrpmif.h
1538
%%TARGETARCH%%/mingw/include/usbscan.h
1539
%%TARGETARCH%%/mingw/include/usbspec.h
1540
%%TARGETARCH%%/mingw/include/usbuser.h
1541
%%TARGETARCH%%/mingw/include/userenv.h
1542
%%TARGETARCH%%/mingw/include/usp10.h
1543
%%TARGETARCH%%/mingw/include/utilapiset.h
1544
%%TARGETARCH%%/mingw/include/utime.h
1545
%%TARGETARCH%%/mingw/include/uuids.h
1546
%%TARGETARCH%%/mingw/include/uxtheme.h
1547
%%TARGETARCH%%/mingw/include/vadefs.h
1548
%%TARGETARCH%%/mingw/include/varargs.h
1549
%%TARGETARCH%%/mingw/include/vcr.h
1550
%%TARGETARCH%%/mingw/include/vdmdbg.h
1551
%%TARGETARCH%%/mingw/include/vds.h
1552
%%TARGETARCH%%/mingw/include/vdslun.h
1553
%%TARGETARCH%%/mingw/include/vdslun.idl
1554
%%TARGETARCH%%/mingw/include/verinfo.ver
1555
%%TARGETARCH%%/mingw/include/versionhelpers.h
1556
%%TARGETARCH%%/mingw/include/vfw.h
1557
%%TARGETARCH%%/mingw/include/vfwmsgs.h
1558
%%TARGETARCH%%/mingw/include/vidcap.h
1559
%%TARGETARCH%%/mingw/include/vidcap.idl
1560
%%TARGETARCH%%/mingw/include/virtdisk.h
1561
%%TARGETARCH%%/mingw/include/vmr9.h
1562
%%TARGETARCH%%/mingw/include/vmr9.idl
1563
%%TARGETARCH%%/mingw/include/vsadmin.h
1564
%%TARGETARCH%%/mingw/include/vsadmin.idl
1565
%%TARGETARCH%%/mingw/include/vsanimation.h
1566
%%TARGETARCH%%/mingw/include/vsbackup.h
1567
%%TARGETARCH%%/mingw/include/vsbackup.idl
1568
%%TARGETARCH%%/mingw/include/vsmgmt.h
1569
%%TARGETARCH%%/mingw/include/vsmgmt.idl
1570
%%TARGETARCH%%/mingw/include/vsprov.h
1571
%%TARGETARCH%%/mingw/include/vsprov.idl
1572
%%TARGETARCH%%/mingw/include/vss.h
1573
%%TARGETARCH%%/mingw/include/vss.idl
1574
%%TARGETARCH%%/mingw/include/vsserror.h
1575
%%TARGETARCH%%/mingw/include/vsstyle.h
1576
%%TARGETARCH%%/mingw/include/vssym32.h
1577
%%TARGETARCH%%/mingw/include/vswriter.h
1578
%%TARGETARCH%%/mingw/include/vswriter.idl
1579
%%TARGETARCH%%/mingw/include/w32api.h
1580
%%TARGETARCH%%/mingw/include/wab.h
1581
%%TARGETARCH%%/mingw/include/wabapi.h
1582
%%TARGETARCH%%/mingw/include/wabcode.h
1583
%%TARGETARCH%%/mingw/include/wabdefs.h
1584
%%TARGETARCH%%/mingw/include/wabiab.h
1585
%%TARGETARCH%%/mingw/include/wabmem.h
1586
%%TARGETARCH%%/mingw/include/wabnot.h
1587
%%TARGETARCH%%/mingw/include/wabtags.h
1588
%%TARGETARCH%%/mingw/include/wabutil.h
1589
%%TARGETARCH%%/mingw/include/wbemads.h
1590
%%TARGETARCH%%/mingw/include/wbemads.idl
1591
%%TARGETARCH%%/mingw/include/wbemcli.h
1592
%%TARGETARCH%%/mingw/include/wbemcli.idl
1593
%%TARGETARCH%%/mingw/include/wbemdisp.h
1594
%%TARGETARCH%%/mingw/include/wbemdisp.idl
1595
%%TARGETARCH%%/mingw/include/wbemidl.h
1596
%%TARGETARCH%%/mingw/include/wbemprov.h
1597
%%TARGETARCH%%/mingw/include/wbemprov.idl
1598
%%TARGETARCH%%/mingw/include/wbemtran.h
1599
%%TARGETARCH%%/mingw/include/wbemtran.idl
1600
%%TARGETARCH%%/mingw/include/wchar.h
1601
%%TARGETARCH%%/mingw/include/wcmconfig.h
1602
%%TARGETARCH%%/mingw/include/wcsplugin.h
1603
%%TARGETARCH%%/mingw/include/wct.h
1604
%%TARGETARCH%%/mingw/include/wctype.h
1605
%%TARGETARCH%%/mingw/include/wdsbp.h
1606
%%TARGETARCH%%/mingw/include/wdsclientapi.h
1607
%%TARGETARCH%%/mingw/include/wdspxe.h
1608
%%TARGETARCH%%/mingw/include/wdstci.h
1609
%%TARGETARCH%%/mingw/include/wdstpdi.h
1610
%%TARGETARCH%%/mingw/include/wdstptmgmt.h
1611
%%TARGETARCH%%/mingw/include/wdstptmgmt.idl
1612
%%TARGETARCH%%/mingw/include/webauthn.h
1613
%%TARGETARCH%%/mingw/include/werapi.h
1614
%%TARGETARCH%%/mingw/include/wfext.h
1615
%%TARGETARCH%%/mingw/include/wia.h
1616
%%TARGETARCH%%/mingw/include/wiadef.h
1617
%%TARGETARCH%%/mingw/include/wiadevd.h
1618
%%TARGETARCH%%/mingw/include/wiavideo.h
1619
%%TARGETARCH%%/mingw/include/winable.h
1620
%%TARGETARCH%%/mingw/include/winapifamily.h
1621
%%TARGETARCH%%/mingw/include/winbase.h
1622
%%TARGETARCH%%/mingw/include/winber.h
1623
%%TARGETARCH%%/mingw/include/wincodec.h
1624
%%TARGETARCH%%/mingw/include/wincodec.idl
1625
%%TARGETARCH%%/mingw/include/wincodecsdk.h
1626
%%TARGETARCH%%/mingw/include/wincodecsdk.idl
1627
%%TARGETARCH%%/mingw/include/wincon.h
1628
%%TARGETARCH%%/mingw/include/wincred.h
1629
%%TARGETARCH%%/mingw/include/wincrypt.h
1630
%%TARGETARCH%%/mingw/include/wincrypt.idl
1631
%%TARGETARCH%%/mingw/include/winddi.h
1632
%%TARGETARCH%%/mingw/include/winddiui.h
1633
%%TARGETARCH%%/mingw/include/windef.h
1634
%%TARGETARCH%%/mingw/include/windns.h
1635
%%TARGETARCH%%/mingw/include/windot11.h
1636
%%TARGETARCH%%/mingw/include/windows.devices.enumeration.h
1637
%%TARGETARCH%%/mingw/include/windows.devices.enumeration.idl
1638
%%TARGETARCH%%/mingw/include/windows.devices.haptics.h
1639
%%TARGETARCH%%/mingw/include/windows.devices.haptics.idl
1640
%%TARGETARCH%%/mingw/include/windows.devices.power.h
1641
%%TARGETARCH%%/mingw/include/windows.devices.power.idl
1642
%%TARGETARCH%%/mingw/include/windows.foundation.collections.h
1643
%%TARGETARCH%%/mingw/include/windows.foundation.collections.idl
1644
%%TARGETARCH%%/mingw/include/windows.foundation.h
1645
%%TARGETARCH%%/mingw/include/windows.foundation.idl
1646
%%TARGETARCH%%/mingw/include/windows.foundation.metadata.h
1647
%%TARGETARCH%%/mingw/include/windows.foundation.metadata.idl
1648
%%TARGETARCH%%/mingw/include/windows.foundation.numerics.h
1649
%%TARGETARCH%%/mingw/include/windows.foundation.numerics.idl
1650
%%TARGETARCH%%/mingw/include/windows.gaming.input.custom.h
1651
%%TARGETARCH%%/mingw/include/windows.gaming.input.custom.idl
1652
%%TARGETARCH%%/mingw/include/windows.gaming.input.forcefeedback.h
1653
%%TARGETARCH%%/mingw/include/windows.gaming.input.forcefeedback.idl
1654
%%TARGETARCH%%/mingw/include/windows.gaming.input.h
1655
%%TARGETARCH%%/mingw/include/windows.gaming.input.idl
1656
%%TARGETARCH%%/mingw/include/windows.gaming.ui.h
1657
%%TARGETARCH%%/mingw/include/windows.gaming.ui.idl
1658
%%TARGETARCH%%/mingw/include/windows.globalization.h
1659
%%TARGETARCH%%/mingw/include/windows.globalization.idl
1660
%%TARGETARCH%%/mingw/include/windows.graphics.capture.h
1661
%%TARGETARCH%%/mingw/include/windows.graphics.capture.idl
1662
%%TARGETARCH%%/mingw/include/windows.graphics.directx.direct3d11.h
1663
%%TARGETARCH%%/mingw/include/windows.graphics.directx.direct3d11.idl
1664
%%TARGETARCH%%/mingw/include/windows.graphics.directx.h
1665
%%TARGETARCH%%/mingw/include/windows.graphics.directx.idl
1666
%%TARGETARCH%%/mingw/include/windows.graphics.effects.h
1667
%%TARGETARCH%%/mingw/include/windows.graphics.effects.idl
1668
%%TARGETARCH%%/mingw/include/windows.graphics.holographic.h
1669
%%TARGETARCH%%/mingw/include/windows.graphics.holographic.idl
1670
%%TARGETARCH%%/mingw/include/windows.h
1671
%%TARGETARCH%%/mingw/include/windows.media.closedcaptioning.h
1672
%%TARGETARCH%%/mingw/include/windows.media.closedcaptioning.idl
1673
%%TARGETARCH%%/mingw/include/windows.media.devices.h
1674
%%TARGETARCH%%/mingw/include/windows.media.devices.idl
1675
%%TARGETARCH%%/mingw/include/windows.media.h
1676
%%TARGETARCH%%/mingw/include/windows.media.idl
1677
%%TARGETARCH%%/mingw/include/windows.media.speechrecognition.h
1678
%%TARGETARCH%%/mingw/include/windows.media.speechrecognition.idl
1679
%%TARGETARCH%%/mingw/include/windows.media.speechsynthesis.h
1680
%%TARGETARCH%%/mingw/include/windows.media.speechsynthesis.idl
1681
%%TARGETARCH%%/mingw/include/windows.perception.spatial.h
1682
%%TARGETARCH%%/mingw/include/windows.perception.spatial.idl
1683
%%TARGETARCH%%/mingw/include/windows.perception.spatial.surfaces.h
1684
%%TARGETARCH%%/mingw/include/windows.perception.spatial.surfaces.idl
1685
%%TARGETARCH%%/mingw/include/windows.security.credentials.h
1686
%%TARGETARCH%%/mingw/include/windows.security.credentials.idl
1687
%%TARGETARCH%%/mingw/include/windows.security.cryptography.h
1688
%%TARGETARCH%%/mingw/include/windows.security.cryptography.idl
1689
%%TARGETARCH%%/mingw/include/windows.storage.h
1690
%%TARGETARCH%%/mingw/include/windows.storage.idl
1691
%%TARGETARCH%%/mingw/include/windows.storage.streams.h
1692
%%TARGETARCH%%/mingw/include/windows.storage.streams.idl
1693
%%TARGETARCH%%/mingw/include/windows.system.h
1694
%%TARGETARCH%%/mingw/include/windows.system.idl
1695
%%TARGETARCH%%/mingw/include/windows.system.power.h
1696
%%TARGETARCH%%/mingw/include/windows.system.power.idl
1697
%%TARGETARCH%%/mingw/include/windows.system.profile.systemmanufacturers.h
1698
%%TARGETARCH%%/mingw/include/windows.system.profile.systemmanufacturers.idl
1699
%%TARGETARCH%%/mingw/include/windows.system.threading.h
1700
%%TARGETARCH%%/mingw/include/windows.system.threading.idl
1701
%%TARGETARCH%%/mingw/include/windows.system.userprofile.h
1702
%%TARGETARCH%%/mingw/include/windows.system.userprofile.idl
1703
%%TARGETARCH%%/mingw/include/windows.ui.composition.h
1704
%%TARGETARCH%%/mingw/include/windows.ui.composition.idl
1705
%%TARGETARCH%%/mingw/include/windows.ui.composition.interop.h
1706
%%TARGETARCH%%/mingw/include/windows.ui.composition.interop.idl
1707
%%TARGETARCH%%/mingw/include/windows.ui.core.h
1708
%%TARGETARCH%%/mingw/include/windows.ui.core.idl
1709
%%TARGETARCH%%/mingw/include/windows.ui.h
1710
%%TARGETARCH%%/mingw/include/windows.ui.idl
1711
%%TARGETARCH%%/mingw/include/windows.ui.viewmanagement.h
1712
%%TARGETARCH%%/mingw/include/windows.ui.viewmanagement.idl
1713
%%TARGETARCH%%/mingw/include/windowscontracts.h
1714
%%TARGETARCH%%/mingw/include/windowscontracts.idl
1715
%%TARGETARCH%%/mingw/include/windowsnumerics.h
1716
%%TARGETARCH%%/mingw/include/windowsnumerics.impl.h
1717
%%TARGETARCH%%/mingw/include/windowsx.h
1718
%%TARGETARCH%%/mingw/include/windowsx.h16
1719
%%TARGETARCH%%/mingw/include/winefs.h
1720
%%TARGETARCH%%/mingw/include/winerror.h
1721
%%TARGETARCH%%/mingw/include/winevt.h
1722
%%TARGETARCH%%/mingw/include/wingdi.h
1723
%%TARGETARCH%%/mingw/include/winhttp.h
1724
%%TARGETARCH%%/mingw/include/winhvemulation.h
1725
%%TARGETARCH%%/mingw/include/winhvplatform.h
1726
%%TARGETARCH%%/mingw/include/winhvplatformdefs.h
1727
%%TARGETARCH%%/mingw/include/wininet.h
1728
%%TARGETARCH%%/mingw/include/winineti.h
1729
%%TARGETARCH%%/mingw/include/winioctl.h
1730
%%TARGETARCH%%/mingw/include/winldap.h
1731
%%TARGETARCH%%/mingw/include/winnetwk.h
1732
%%TARGETARCH%%/mingw/include/winnls.h
1733
%%TARGETARCH%%/mingw/include/winnls32.h
1734
%%TARGETARCH%%/mingw/include/winnt.h
1735
%%TARGETARCH%%/mingw/include/winnt.rh
1736
%%TARGETARCH%%/mingw/include/winperf.h
1737
%%TARGETARCH%%/mingw/include/winreg.h
1738
%%TARGETARCH%%/mingw/include/winres.h
1739
%%TARGETARCH%%/mingw/include/winresrc.h
1740
%%TARGETARCH%%/mingw/include/winsafer.h
1741
%%TARGETARCH%%/mingw/include/winsatcominterfacei.h
1742
%%TARGETARCH%%/mingw/include/winscard.h
1743
%%TARGETARCH%%/mingw/include/winsdkver.h
1744
%%TARGETARCH%%/mingw/include/winsmcrd.h
1745
%%TARGETARCH%%/mingw/include/winsnmp.h
1746
%%TARGETARCH%%/mingw/include/winsock.h
1747
%%TARGETARCH%%/mingw/include/winsock2.h
1748
%%TARGETARCH%%/mingw/include/winsplp.h
1749
%%TARGETARCH%%/mingw/include/winspool.h
1750
%%TARGETARCH%%/mingw/include/winstring.h
1751
%%TARGETARCH%%/mingw/include/winsvc.h
1752
%%TARGETARCH%%/mingw/include/winsxs.h
1753
%%TARGETARCH%%/mingw/include/winsync.h
1754
%%TARGETARCH%%/mingw/include/winternl.h
1755
%%TARGETARCH%%/mingw/include/wintrust.h
1756
%%TARGETARCH%%/mingw/include/winusb.h
1757
%%TARGETARCH%%/mingw/include/winusbio.h
1758
%%TARGETARCH%%/mingw/include/winuser.h
1759
%%TARGETARCH%%/mingw/include/winuser.rh
1760
%%TARGETARCH%%/mingw/include/winver.h
1761
%%TARGETARCH%%/mingw/include/winwlx.h
1762
%%TARGETARCH%%/mingw/include/wlanapi.h
1763
%%TARGETARCH%%/mingw/include/wlanihvtypes.h
1764
%%TARGETARCH%%/mingw/include/wlantypes.h
1765
%%TARGETARCH%%/mingw/include/wmcodecdsp.h
1766
%%TARGETARCH%%/mingw/include/wmcodecdsp.idl
1767
%%TARGETARCH%%/mingw/include/wmcontainer.h
1768
%%TARGETARCH%%/mingw/include/wmcontainer.idl
1769
%%TARGETARCH%%/mingw/include/wmdrmsdk.h
1770
%%TARGETARCH%%/mingw/include/wmdrmsdk.idl
1771
%%TARGETARCH%%/mingw/include/wmiatlprov.h
1772
%%TARGETARCH%%/mingw/include/wmistr.h
1773
%%TARGETARCH%%/mingw/include/wmiutils.h
1774
%%TARGETARCH%%/mingw/include/wmp.h
1775
%%TARGETARCH%%/mingw/include/wmp.idl
1776
%%TARGETARCH%%/mingw/include/wmpids.h
1777
%%TARGETARCH%%/mingw/include/wmprealestate.h
1778
%%TARGETARCH%%/mingw/include/wmprealestate.idl
1779
%%TARGETARCH%%/mingw/include/wmpservices.h
1780
%%TARGETARCH%%/mingw/include/wmpservices.idl
1781
%%TARGETARCH%%/mingw/include/wmsbuffer.h
1782
%%TARGETARCH%%/mingw/include/wmsbuffer.idl
1783
%%TARGETARCH%%/mingw/include/wmsdk.h
1784
%%TARGETARCH%%/mingw/include/wmsdkidl.h
1785
%%TARGETARCH%%/mingw/include/wmsdkidl.idl
1786
%%TARGETARCH%%/mingw/include/wmsecure.h
1787
%%TARGETARCH%%/mingw/include/wmsecure.idl
1788
%%TARGETARCH%%/mingw/include/wnnc.h
1789
%%TARGETARCH%%/mingw/include/wow64apiset.h
1790
%%TARGETARCH%%/mingw/include/wownt16.h
1791
%%TARGETARCH%%/mingw/include/wownt32.h
1792
%%TARGETARCH%%/mingw/include/wpapi.h
1793
%%TARGETARCH%%/mingw/include/wpapimsg.h
1794
%%TARGETARCH%%/mingw/include/wpcapi.h
1795
%%TARGETARCH%%/mingw/include/wpcapi.idl
1796
%%TARGETARCH%%/mingw/include/wpcevent.h
1797
%%TARGETARCH%%/mingw/include/wpcrsmsg.h
1798
%%TARGETARCH%%/mingw/include/wpftpmsg.h
1799
%%TARGETARCH%%/mingw/include/wppstmsg.h
1800
%%TARGETARCH%%/mingw/include/wpspihlp.h
1801
%%TARGETARCH%%/mingw/include/wptypes.h
1802
%%TARGETARCH%%/mingw/include/wpwizmsg.h
1803
%%TARGETARCH%%/mingw/include/wrl.h
1804
%%TARGETARCH%%/mingw/include/wrl/client.h
1805
%%TARGETARCH%%/mingw/include/wrl/internal.h
1806
%%TARGETARCH%%/mingw/include/wrl/module.h
1807
%%TARGETARCH%%/mingw/include/wrl/wrappers/corewrappers.h
1808
%%TARGETARCH%%/mingw/include/ws2atm.h
1809
%%TARGETARCH%%/mingw/include/ws2bth.h
1810
%%TARGETARCH%%/mingw/include/ws2def.h
1811
%%TARGETARCH%%/mingw/include/ws2dnet.h
1812
%%TARGETARCH%%/mingw/include/ws2ipdef.h
1813
%%TARGETARCH%%/mingw/include/ws2spi.h
1814
%%TARGETARCH%%/mingw/include/ws2tcpip.h
1815
%%TARGETARCH%%/mingw/include/wsdapi.h
1816
%%TARGETARCH%%/mingw/include/wsdattachment.h
1817
%%TARGETARCH%%/mingw/include/wsdattachment.idl
1818
%%TARGETARCH%%/mingw/include/wsdbase.h
1819
%%TARGETARCH%%/mingw/include/wsdbase.idl
1820
%%TARGETARCH%%/mingw/include/wsdclient.h
1821
%%TARGETARCH%%/mingw/include/wsdclient.idl
1822
%%TARGETARCH%%/mingw/include/wsddisco.h
1823
%%TARGETARCH%%/mingw/include/wsddisco.idl
1824
%%TARGETARCH%%/mingw/include/wsdhost.h
1825
%%TARGETARCH%%/mingw/include/wsdhost.idl
1826
%%TARGETARCH%%/mingw/include/wsdtypes.h
1827
%%TARGETARCH%%/mingw/include/wsdutil.h
1828
%%TARGETARCH%%/mingw/include/wsdxml.h
1829
%%TARGETARCH%%/mingw/include/wsdxml.idl
1830
%%TARGETARCH%%/mingw/include/wsdxmldom.h
1831
%%TARGETARCH%%/mingw/include/wshisotp.h
1832
%%TARGETARCH%%/mingw/include/wsipv6ok.h
1833
%%TARGETARCH%%/mingw/include/wsipx.h
1834
%%TARGETARCH%%/mingw/include/wslapi.h
1835
%%TARGETARCH%%/mingw/include/wsman.h
1836
%%TARGETARCH%%/mingw/include/wsmandisp.h
1837
%%TARGETARCH%%/mingw/include/wsmandisp.idl
1838
%%TARGETARCH%%/mingw/include/wsnetbs.h
1839
%%TARGETARCH%%/mingw/include/wsnwlink.h
1840
%%TARGETARCH%%/mingw/include/wspiapi.h
1841
%%TARGETARCH%%/mingw/include/wsrm.h
1842
%%TARGETARCH%%/mingw/include/wsvns.h
1843
%%TARGETARCH%%/mingw/include/wtsapi32.h
1844
%%TARGETARCH%%/mingw/include/wtypes.h
1845
%%TARGETARCH%%/mingw/include/wtypes.idl
1846
%%TARGETARCH%%/mingw/include/wtypesbase.h
1847
%%TARGETARCH%%/mingw/include/wtypesbase.idl
1848
%%TARGETARCH%%/mingw/include/wuapi.h
1849
%%TARGETARCH%%/mingw/include/wuapi.idl
1850
%%TARGETARCH%%/mingw/include/wuerror.h
1851
%%TARGETARCH%%/mingw/include/xa.h
1852
%%TARGETARCH%%/mingw/include/xapo.h
1853
%%TARGETARCH%%/mingw/include/xapo.idl
1854
%%TARGETARCH%%/mingw/include/xapofx.h
1855
%%TARGETARCH%%/mingw/include/xaudio2.h
1856
%%TARGETARCH%%/mingw/include/xaudio2.idl
1857
%%TARGETARCH%%/mingw/include/xaudio2fx.h
1858
%%TARGETARCH%%/mingw/include/xaudio2fx.idl
1859
%%TARGETARCH%%/mingw/include/xcmc.h
1860
%%TARGETARCH%%/mingw/include/xcmcext.h
1861
%%TARGETARCH%%/mingw/include/xcmcmsx2.h
1862
%%TARGETARCH%%/mingw/include/xcmcmsxt.h
1863
%%TARGETARCH%%/mingw/include/xenroll.h
1864
%%TARGETARCH%%/mingw/include/xinput.h
1865
%%TARGETARCH%%/mingw/include/xlocinfo.h
1866
%%TARGETARCH%%/mingw/include/xmath.h
1867
%%TARGETARCH%%/mingw/include/xmldom.idl
1868
%%TARGETARCH%%/mingw/include/xmldomdid.h
1869
%%TARGETARCH%%/mingw/include/xmldso.idl
1870
%%TARGETARCH%%/mingw/include/xmldsodid.h
1871
%%TARGETARCH%%/mingw/include/xmllite.h
1872
%%TARGETARCH%%/mingw/include/xmllite.idl
1873
%%TARGETARCH%%/mingw/include/xmltrnsf.h
1874
%%TARGETARCH%%/mingw/include/xolehlp.h
1875
%%TARGETARCH%%/mingw/include/xpsdigitalsignature.h
1876
%%TARGETARCH%%/mingw/include/xpsdigitalsignature.idl
1877
%%TARGETARCH%%/mingw/include/xpsobjectmodel.h
1878
%%TARGETARCH%%/mingw/include/xpsobjectmodel.idl
1879
%%TARGETARCH%%/mingw/include/xpsobjectmodel_1.h
1880
%%TARGETARCH%%/mingw/include/xpsobjectmodel_1.idl
1881
%%TARGETARCH%%/mingw/include/xpsprint.h
1882
%%TARGETARCH%%/mingw/include/xpsprint.idl
1883
%%TARGETARCH%%/mingw/include/xpsrassvc.h
1884
%%TARGETARCH%%/mingw/include/xpsrassvc.idl
1885
%%TARGETARCH%%/mingw/include/ymath.h
1886
%%TARGETARCH%%/mingw/include/yvals.h
1887
%%TARGETARCH%%/mingw/include/zmouse.h
(-)b/devel/mingw-w64-winpthreads/Makefile (+73 lines)
Added Link Here
1
PORTNAME=	mingw-w64-winpthreads
2
PORTVERSION=	11.0.0
3
CATEGORIES=	devel
4
MASTER_SITES=	SF/mingw-w64/mingw-w64/mingw-w64-release
5
PKGNAMEPREFIX=	${FLAVOR}-
6
DISTNAME=	mingw-w64-v${PORTVERSION}
7
8
MAINTAINER=	agh@riseup.net
9
COMMENT=	MinGW-w64 POSIX threading library for Windows-${FLAVOR} cross-development
10
WWW=		https://mingw-w64.org/
11
12
LICENSE=	BSD3CLAUSE MIT
13
LICENSE_COMB=	multi
14
LICENSE_FILE=	${WRKSRC}/mingw-w64-libraries/winpthreads/COPYING
15
16
BUILD_DEPENDS=	${PREFIX}/${TARGETARCH}-bootstrap/bin/${TARGETARCH}-gcc:devel/mingw-w64-gcc-bootstrap@${FLAVOR} \
17
		${PREFIX}/${TARGETARCH}/mingw/lib/libkernel32.a:devel/mingw-w64-crt@${FLAVOR} \
18
		${PREFIX}/${TARGETARCH}/mingw/include/windows.h:devel/mingw-w64-headers@${FLAVOR}
19
20
FLAVORS=	amd64 i686
21
FLAVOR?=	${FLAVORS:[1]}
22
23
USES=		gmake libtool tar:bz2
24
25
GNU_CONFIGURE=		yes
26
GNU_CONFIGURE_PREFIX=	${PREFIX}/${TARGETARCH}/mingw
27
CONFIGURE_ARGS+=	--host=${TARGETARCH} \
28
			--with-libraries=winpthreads \
29
			--with-sysroot="${PREFIX}/${TARGETARCH}"
30
.if ${FLAVOR} == amd64
31
CONFIGURE_ARGS+=	--disable-lib32 \
32
			--enable-lib64
33
PLIST_SUB+=		AMD64="" \
34
			I686="@comment "
35
.elif ${FLAVOR} == i686
36
CONFIGURE_ARGS+=	--disable-lib64 \
37
			--enable-lib32
38
PLIST_SUB+=		AMD64="@comment " \
39
			I686=""
40
.else
41
IGNORE=		${FLAVOR} unimplemented
42
.endif
43
CONFIGURE_ENV=		ac_cv_prog_CC=${TARGETARCH}-gcc \
44
			PATH=${PREFIX}/${TARGETARCH}/bin:${PREFIX}/${TARGETARCH}-bootstrap/bin:${PATH}
45
MAKE_ENV=		PATH=${PREFIX}/${TARGETARCH}/bin:${PREFIX}/${TARGETARCH}-bootstrap/bin:${PATH}
46
47
SSP_UNSAFE=	yes
48
TARGETARCH=	${FLAVOR:S/amd64/x86_64/}-w64-mingw32
49
50
PLIST_SUB+=	TARGETARCH=${TARGETARCH}
51
52
.include <bsd.port.pre.mk>
53
54
post-stage:
55
	${RM} -r ${STAGEDIR}${PREFIX}/${TARGETARCH}/mingw/bin
56
57
.for DIRECTORY in include lib
58
	${RM} -r ${STAGEDIR}${PREFIX}/${TARGETARCH}/mingw/${DIRECTORY}
59
	${MKDIR} ${STAGEDIR}${PREFIX}/${TARGETARCH}/mingw/${DIRECTORY}
60
.endfor
61
62
.for HEADER in pthread_compat.h pthread.h sched.h semaphore.h
63
	${INSTALL_DATA} \
64
		${WRKDIR}/${DISTNAME}/mingw-w64-libraries/winpthreads/include/${HEADER} \
65
		${STAGEDIR}${PREFIX}/${TARGETARCH}/mingw/include
66
.endfor
67
68
	${INSTALL_DATA} ${WRKSRC}/mingw-w64-libraries/winpthreads/*.a \
69
		${STAGEDIR}${PREFIX}/${TARGETARCH}/mingw/lib
70
	${INSTALL_DATA} ${WRKSRC}/mingw-w64-libraries/winpthreads/.libs/*.a \
71
		${STAGEDIR}${PREFIX}/${TARGETARCH}/mingw/lib
72
73
.include <bsd.port.post.mk>
(-)b/devel/mingw-w64-winpthreads/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1683034567
2
SHA256 (mingw-w64-v11.0.0.tar.bz2) = bd0ea1633bd830204cc23a696889335e9d4a32b8619439ee17f22188695fcc5f
3
SIZE (mingw-w64-v11.0.0.tar.bz2) = 10058657
(-)b/devel/mingw-w64-winpthreads/pkg-descr (+1 lines)
Added Link Here
1
MinGW-w64 POSIX threading library for Microsoft Windows cross-development.
(-)b/devel/mingw-w64-winpthreads/pkg-plist (+8 lines)
Added Link Here
1
%%TARGETARCH%%/mingw/include/pthread.h
2
%%TARGETARCH%%/mingw/include/pthread_compat.h
3
%%TARGETARCH%%/mingw/include/sched.h
4
%%TARGETARCH%%/mingw/include/semaphore.h
5
%%TARGETARCH%%/mingw/lib/libpthread.a
6
%%TARGETARCH%%/mingw/lib/libpthread.dll.a
7
%%TARGETARCH%%/mingw/lib/libwinpthread.a
8
%%TARGETARCH%%/mingw/lib/libwinpthread.dll.a
(-)b/lang/gcc12/Makefile (-71 / +167 lines)
Lines 2-136 PORTNAME= gcc Link Here
2
PORTVERSION=	12.2.0
2
PORTVERSION=	12.2.0
3
PORTREVISION=	6
3
PORTREVISION=	6
4
CATEGORIES=	lang
4
CATEGORIES=	lang
5
MASTER_SITES=	GCC
5
MASTER_SITES=	C
6
PKGNAMESUFFIX=	${SUFFIX}
6
PKGNAMESUFFIX=	${SUFFIX}
7
7
8
FLAVORS=	native amd64_w64_mingw32 i686_w64_mingw32
9
FLAVOR?=	${FLAVORS:[1]}
10
11
.if ${FLAVOR} != native
12
PKGNAMEPREFIX=	${FLAVOR:C/_/-/g}-
13
.endif
14
8
MAINTAINER=	salvadore@FreeBSD.org
15
MAINTAINER=	salvadore@FreeBSD.org
9
COMMENT=	GNU Compiler Collection 12
16
COMMENT=	GNU Compiler Collection 12
17
.if ${FLAVOR} != native
18
COMMENT=	GCC-${GCC_VERSION} cross compiler targeting ${FLAVOR}
19
.endif
10
WWW=		https://gcc.gnu.org
20
WWW=		https://gcc.gnu.org
11
21
12
LICENSE=	GPLv3 GPLv3RLE
22
LICENSE=	GPLv3 GPLv3RLE
13
LICENSE_COMB=	multi
23
LICENSE_COMB=	multi
14
24
15
ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpc64le
25
ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 \
26
		powerpc64le
27
28
FLAVORS=	native amd64_w64_mingw32 i686_w64_mingw32
29
FLAVOR?=	${FLAVORS:[1]}
30
31
LIB_DEPENDS+=	libgmp.so:math/gmp \
32
		libisl.so:devel/isl \
33
		libmpc.so:math/mpc \
34
		libmpfr.so:math/mpfr
35
.if ${FLAVOR} == native
36
BUILD_DEPENDS+=	${PREFIX}/bin/as:devel/binutils
37
RUN_DEPENDS+=	${PREFIX}/bin/as:devel/binutils
38
.else
39
#BUILD_RUN_DEPS=	${TARGETARCH}-as:devel/binutils@${FLAVOR} \
40
#		${PREFIX}/${TARGETARCH}/mingw/include/windows.h:devel/mingw-w64-headers@${MINGW_TARGET} \
41
#		${PREFIX}/${TARGETARCH}/mingw/lib/libkernel32.a:devel/mingw-w64-crt@${MINGW_TARGET}
42
#${PREFIX}/${TARGETARCH}/mingw/lib/libpthread.a:devel/mingw-w64-winpthreads@${MINGW_TARGET}
43
#pthread:devel/mingw-w64-winpthreads@${MINGW_TARGET}
44
BUILD_DEPENDS=	${TARGETARCH}-as:devel/binutils@${FLAVOR} \
45
		${PREFIX}/${TARGETARCH}/mingw/include/pthread.h:devel/mingw-w64-winpthreads@${MINGW_TARGET} \
46
		${PREFIX}/${TARGETARCH}/mingw/include/windows.h:devel/mingw-w64-headers@${MINGW_TARGET} \
47
		${PREFIX}/${TARGETARCH}/mingw/lib/libkernel32.a:devel/mingw-w64-crt@${MINGW_TARGET} \
48
		${TARGETARCH}-objdump:devel/binutils
49
RUN_DEPENDS	${TARGETARCH}-as:devel/binutils@${FLAVOR} \
50
		objdump:devel/binutils
51
.endif
16
52
17
LIB_DEPENDS=	libgmp.so:math/gmp \
18
		libmpfr.so:math/mpfr \
19
		libmpc.so:math/mpc
20
BUILD_DEPENDS+=	${LOCALBASE}/bin/as:devel/binutils
21
RUN_DEPENDS+=	${LOCALBASE}/bin/as:devel/binutils
22
.if defined(MAINTAINER_MODE)
53
.if defined(MAINTAINER_MODE)
23
BUILD_DEPENDS+=	runtest:misc/dejagnu
54
BUILD_DEPENDS+=	runtest:misc/dejagnu
24
.endif
55
.endif
25
56
26
USES=		compiler:c++11-lang cpe gmake iconv libtool makeinfo perl5 tar:xz
57
USES=		compiler:c++11-lang cpe gmake iconv libtool makeinfo perl5 \
58
		tar:xz
59
CPE_VENDOR=	gnu
27
USE_BINUTILS=	yes
60
USE_BINUTILS=	yes
28
USE_PERL5=	build
61
USE_PERL5=	build
29
62
30
CONFLICTS=	gcc12-devel
63
CONFLICTS=	gcc12-devel
31
64
32
CPE_VENDOR=	gnu
33
34
GCC_VERSION=	${PORTVERSION}
65
GCC_VERSION=	${PORTVERSION}
35
SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
66
SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
67
.if ${FLAVOR} != native
68
INFO_PATH=	${TARGETARCH}/share/info
69
MINGW_TARGET=	${FLAVOR:S/_w64_mingw32//}
70
TARGETARCH=	${FLAVOR:C/_/-/g:S/amd64/x86_64/}
71
PY_PATH=	${TARGETARCH}/
72
.endif
36
CFLAGS:=	${CFLAGS:N-mretpoline}
73
CFLAGS:=	${CFLAGS:N-mretpoline}
37
CXXFLAGS:=	${CXXFLAGS:N-mretpoline}
74
CXXFLAGS:=	${CXXFLAGS:N-mretpoline}
38
75
39
OPTIONS_DEFINE=		GRAPHITE
76
OPTIONS_DEFINE=			GRAPHITE
40
OPTIONS_DEFAULT_aarch64=LTO_BOOTSTRAP
41
OPTIONS_DEFAULT_amd64=	LTO_BOOTSTRAP
77
OPTIONS_DEFAULT_amd64=	LTO_BOOTSTRAP
42
OPTIONS_DEFAULT_i386=	LTO_BOOTSTRAP
43
OPTIONS_DEFAULT_powerpc=LTO_BOOTSTRAP
44
OPTIONS_DEFAULT_powerpc64=	LTO_BOOTSTRAP
78
OPTIONS_DEFAULT_powerpc64=	LTO_BOOTSTRAP
79
OPTIONS_DEFAULT_aarch64=	LTO_BOOTSTRAP
80
OPTIONS_DEFAULT_i386=	LTO_BOOTSTRAP
81
OPTIONS_DEFAULT_powerpc=	LTO_BOOTSTRAP
45
OPTIONS_DEFAULT_powerpc64le=	LTO_BOOTSTRAP
82
OPTIONS_DEFAULT_powerpc64le=	LTO_BOOTSTRAP
46
OPTIONS_RADIO=	BOOTSTRAP
83
OPTIONS_RADIO=			BOOTSTRAP
47
OPTIONS_RADIO_BOOTSTRAP=	LTO_BOOTSTRAP STANDARD_BOOTSTRAP
84
OPTIONS_RADIO_BOOTSTRAP=	LTO_BOOTSTRAP STANDARD_BOOTSTRAP
48
LTO_BOOTSTRAP_DESC=	Build using a full LTO bootstrap
85
LTO_BOOTSTRAP_DESC=	Build using a full LTO bootstrap
49
STANDARD_BOOTSTRAP_DESC=	Build using a full bootstrap without LTO
86
STANDARD_BOOTSTRAP_DESC=	Build using a full bootstrap without LTO
50
GRAPHITE_DESC=		Support for Graphite loop optimizations
87
GRAPHITE_DESC=		Support for Graphite loop optimizations
51
88
52
.if exists(/usr/lib32/libc.so)
89
.if ${FLAVOR} == native && exists(/usr/lib32/libc.so)
53
OPTIONS_DEFINE_amd64+=		MULTILIB
90
OPTIONS_DEFINE_amd64+=	MULTILIB
54
OPTIONS_DEFAULT_amd64+=	MULTILIB
91
OPTIONS_DEFAULT_amd64+=	MULTILIB
55
OPTIONS_DEFINE_powerpc64+=	MULTILIB
92
OPTIONS_DEFINE_powerpc64+=	MULTILIB
56
#OPTIONS_DEFAULT_powerpc64+=	MULTILIB # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105010
93
#OPTIONS_DEFAULT_powerpc64+=	MULTILIB # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105010
57
MULTILIB_DESC=		Build support for 32-bit and 64-bit targets
94
MULTILIB_DESC=		Build support for 32-bit and 64-bit targets
58
MULTILIB_CONFIGURE_ENABLE=	multilib
95
MULTILIB_CONFIGURE_ENABLE=	multilib
59
.else
96
.else
60
CONFIGURE_ARGS+=	--disable-multilib
97
CONFIGURE_ARGS+=		--disable-multilib
61
.endif
98
.endif
62
99
63
.include <bsd.port.pre.mk>
100
.include <bsd.port.pre.mk>
64
101
65
.if ${ARCH} == amd64
102
.if ${ARCH} == amd64
66
CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
103
CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
67
68
.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2
104
.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv2
69
CONFIGURE_ARGS+=	--with-abi=elfv2
105
CONFIGURE_ARGS+=	--with-abi=elfv2
70
.endif
106
.endif
71
107
72
LANGUAGES:=	c,c++,objc,fortran,jit
108
.if ${FLAVOR} == native
73
TARGLIB=	${PREFIX}/lib/gcc${SUFFIX}
109
LANGUAGES:=		c,c++,objc,fortran,jit
74
TARGLIB32=	${PREFIX}/lib32	# The version information is added later
110
.else
75
LIBEXEC=	${PREFIX}/libexec/gcc${SUFFIX}
111
LANGUAGES:=		c,c++,objc,fortran
76
GNU_CONFIGURE=	yes
112
.endif
113
114
TARGLIB=		${INSTALL_BASE}/lib/gcc${SUFFIX}
115
TARGLIB32=		${INSTALL_BASE}/lib32	# The version information is added later
116
LIBEXEC=		${INSTALL_BASE}/libexec/gcc${SUFFIX}
117
GNU_CONFIGURE=		yes
77
CONFIGURE_OUTSOURCE=	yes
118
CONFIGURE_OUTSOURCE=	yes
78
.if empty(PORT_OPTIONS:M*BOOTSTRAP)
119
.if empty(PORT_OPTIONS:M*BOOTSTRAP)
79
CONFIGURE_ARGS+=--disable-bootstrap
120
CONFIGURE_ARGS+=--disable-bootstrap
80
.elif ${PORT_OPTIONS:MLTO_BOOTSTRAP}
121
.elif ${PORT_OPTIONS:MLTO_BOOTSTRAP}
81
CONFIGURE_ARGS+=--with-build-config=bootstrap-lto-noplugin
122
CONFIGURE_ARGS+=--with-build-config=bootstrap-lto-noplugin
82
ALL_TARGET=	bootstrap-lean
123
.elif ${FLAVOR} == native
83
PIE_UNSAFE=	yes
84
.else
85
CONFIGURE_ARGS+=--with-build-config=bootstrap-debug
124
CONFIGURE_ARGS+=--with-build-config=bootstrap-debug
86
ALL_TARGET=	bootstrap-lean
125
ALL_TARGET=	bootstrap-lean
87
PIE_UNSAFE=	yes
126
PIE_UNSAFE=	yes
127
.else
128
CONFIGURE_ARGS+=--disable-bootstrap
88
.endif
129
.endif
89
INSTALL_TARGET=	install-strip
130
INSTALL_TARGET=		install-strip
90
.if ${UID} != 0
131
.if ${UID} != 0
91
BINMODE=	755
132
BINMODE=		755
92
.endif
133
.endif
93
CONFIGURE_ARGS+=--disable-nls \
134
94
		--enable-gnu-indirect-function \
135
.if ${FLAVOR} == native
95
		--enable-host-shared \
136
CONFIGURE_ARGS+=	--enable-host-shared \
96
		--enable-plugin \
137
			--with-as=${PREFIX}/bin/as \
97
		--libdir=${TARGLIB} \
138
			--with-ld=${PREFIX}/bin/ld
98
		--libexecdir=${LIBEXEC} \
139
PLIST_SUB+=		NATIVE_ARCH=""
99
		--program-suffix=${SUFFIX} \
140
INSTALL_BASE=		${PREFIX}
100
		--with-as=${LOCALBASE}/bin/as \
141
.else
101
		--with-gmp=${LOCALBASE} \
142
CONFIGURE_ARGS+=	--disable-gcov \
102
		--with-gxx-include-dir=${TARGLIB}/include/c++/ \
143
			--enable-shared \
103
		--with-gxx-libcxx-include-dir=/usr/include/c++/v1 \
144
			--enable-threads=posix \
104
		--with-ld=${LOCALBASE}/bin/ld \
145
			--program-prefix=${PKGNAMEPREFIX} \
105
		${ICONV_CONFIGURE_ARG} \
146
			--target=${TARGETARCH} \
106
		--with-pkgversion="FreeBSD Ports Collection" \
147
			--with-as=${PREFIX}/bin/${TARGETARCH}-as \
107
		--with-system-zlib \
148
			--with-ld=${PREFIX}/bin/${TARGETARCH}-ld \
108
		--without-zstd
149
			--with-sysroot="${INSTALL_BASE}"
109
MAKE_ARGS+=	MAKEINFOFLAGS="--no-split"
150
GNU_CONFIGURE_PREFIX=	${INSTALL_BASE}
110
USE_LDCONFIG=	${TARGLIB}
151
INSTALL_BASE=		${PREFIX}/${TARGETARCH}
111
PLIST_SUB+=	GCC_VERSION=${GCC_VERSION} \
152
PLIST_SUB+=		NATIVE_ARCH="@comment "
112
		GNU_HOST=${CONFIGURE_TARGET} \
153
.endif
113
		SUFFIX=${SUFFIX}
154
CONFIGURE_ARGS+=	--disable-nls \
114
INFO=		gcc${SUFFIX}/cpp \
155
			--enable-gnu-indirect-function \
115
		gcc${SUFFIX}/cppinternals \
156
			--enable-plugin \
116
		gcc${SUFFIX}/gcc \
157
			--libdir=${TARGLIB} \
117
		gcc${SUFFIX}/gccinstall \
158
			--libexecdir=${LIBEXEC} \
118
		gcc${SUFFIX}/gccint \
159
			--program-suffix=${SUFFIX} \
119
		gcc${SUFFIX}/gfortran \
160
			--with-gmp=${PREFIX} \
120
		gcc${SUFFIX}/libgccjit \
161
			--with-gxx-include-dir=${TARGLIB}/include/c++/ \
121
		gcc${SUFFIX}/libgomp
162
			--with-gxx-libcxx-include-dir=/usr/include/c++/v1 \
163
			--with-pkgversion="FreeBSD Ports Collection" \
164
			--with-system-zlib \
165
			--without-zstd \
166
			${ICONV_CONFIGURE_ARG}
167
MAKE_ARGS+=		MAKEINFOFLAGS="--no-split"
168
USE_LDCONFIG=		${TARGLIB}
169
PLIST_SUB+=		GCC_VERSION=${GCC_VERSION} \
170
			GNU_HOST=${CONFIGURE_TARGET} \
171
			PKGNAMEPREFIX=${PKGNAMEPREFIX} \
172
			PY_PATH=${PY_PATH} \
173
			SUFFIX=${SUFFIX}
174
.if ${FLAVOR} == native
175
INFO=			gcc${SUFFIX}/cpp \
176
			gcc${SUFFIX}/cppinternals \
177
			gcc${SUFFIX}/gcc \
178
			gcc${SUFFIX}/gccinstall \
179
			gcc${SUFFIX}/gccint \
180
			gcc${SUFFIX}/gfortran
181
INFO+=			gcc${SUFFIX}/libgccjit \
182
			gcc${SUFFIX}/libgomp \
183
			gcc${SUFFIX}/libitm
122
# Release tarballs (as opposed to snapshots) always carry this.
184
# Release tarballs (as opposed to snapshots) always carry this.
123
INFO+=		gcc${SUFFIX}/libquadmath \
185
INFO+=			gcc${SUFFIX}/libquadmath
124
		gcc${SUFFIX}/libitm
186
.endif
125
SUB_FILES=	pkg-message
187
SUB_FILES=		pkg-message
126
SUB_LIST+=	TARGLIB=${TARGLIB}
188
SUB_LIST+=		TARGLIB=${TARGLIB}
127
189
128
.if ${PORT_OPTIONS:MGRAPHITE}
190
.if ${PORT_OPTIONS:MGRAPHITE}
129
LIB_DEPENDS+=	libisl.so:devel/isl
191
LIB_DEPENDS+=		libisl.so:devel/isl
130
CONFIGURE_ARGS+=--with-isl=${LOCALBASE}
192
CONFIGURE_ARGS+=	--with-isl=${PREFIX}
131
.endif
193
.endif
132
194
133
CONFIGURE_ARGS+=--enable-languages=${LANGUAGES}
195
CONFIGURE_ARGS+=	--enable-languages=${LANGUAGES}
134
196
135
pre-everything::
197
pre-everything::
136
	@${ECHO_MSG} "Making GCC ${PORTVERSION} for ${CONFIGURE_TARGET} [${LANGUAGES}]"
198
	@${ECHO_MSG} "Making GCC ${PORTVERSION} for ${CONFIGURE_TARGET} [${LANGUAGES}]"
Lines 153-166 post-stage: Link Here
153
215
154
.if (${ARCH} == amd64 || ${ARCH} == powerpc64) && ${PORT_OPTIONS:MMULTILIB}
216
.if (${ARCH} == amd64 || ${ARCH} == powerpc64) && ${PORT_OPTIONS:MMULTILIB}
155
	${MKDIR} ${STAGEDIR}${TARGLIB32}
217
	${MKDIR} ${STAGEDIR}${TARGLIB32}
156
	${MV} ${STAGEDIR}${PREFIX}/lib/lib32 ${STAGEDIR}${TARGLIB32}/gcc${SUFFIX}
218
	${MV} -v ${STAGEDIR}${INSTALL_BASE}/lib/lib32 \
219
		${STAGEDIR}${TARGLIB32}/gcc${SUFFIX}
157
.endif
220
.endif
158
221
159
.for d in ${TARGLIB:S/^${PREFIX}\///} ${TARGLIB32:S/^${PREFIX}\///} ${LIBEXEC:S/^${PREFIX}\///}
222
.if ${FLAVOR} != native
160
	cd ${STAGEDIR}${PREFIX} ; if [ -d $d ]; then \
223
.for F in c++ cpp g++ gcc gcc-ar gcc-nm gcc-ranlib gfortran lto-dump
161
	    ${FIND} $d -type f -o -type l >>${WRKDIR}/PLIST.lib ;\
224
	${RLN} ${STAGEDIR}${INSTALL_BASE}/bin/${PKGNAMEPREFIX}${F}${SUFFIX} \
162
	fi
225
		${STAGEDIR}${PREFIX}/bin/${PKGNAMEPREFIX}${F}${SUFFIX}
163
.endfor
226
.endfor
227
228
# XXX
229
# ignored when added to pkg-plist?
230
#	${RLN} ${STAGEDIR}${INSTALL_BASE}/bin/${TARGETARCH}-gcc-${GCC_VERSION} \
231
#		${STAGEDIR}${PREFIX}/bin/${TARGETARCH}-gcc-${GCC_VERSION}
232
233
# XXX
234
# share/info/gcc12/dir is missing from pkg-plist, should it need to be added
235
# manually?
236
#	${MKDIR} ${STAGEDIR}${INSTALL_BASE}/share/info
237
#	${MV} ${STAGEDIR}${INSTALL_BASE}/${INFO_PATH}/gcc${SUFFIX} \
238
#		${STAGEDIR}${INSTALL_BASE}/share/info/gcc${SUFFIX}
239
	
240
	${MV} ${STAGEDIR}${INSTALL_BASE}/${TARGETARCH}/lib/*.a \
241
		${STAGEDIR}${TARGLIB}
242
243
	cd ${STAGEDIR}${PREFIX} ; \
244
		if [ -d ${TARGETARCH}/bin ]; then \
245
			${FIND} ${TARGETARCH}/bin -type f -o -type l >>${WRKDIR}/PLIST.lib ; \
246
		fi
247
248
	${RM} -r ${STAGEDIR}${INSTALL_BASE}/include
249
	${RM} -r ${STAGEDIR}${INSTALL_BASE}/${TARGETARCH}
250
.endif
251
252
.for D in ${TARGLIB:S/^${PREFIX}\///} ${TARGLIB32:S/^${PREFIX}\///} \
253
	${LIBEXEC:S/^${PREFIX}\///}
254
	cd ${STAGEDIR}${PREFIX} ; \
255
		if [ -d ${D} ]; then \
256
			${FIND} ${D} -type f -o -type l >>${WRKDIR}/PLIST.lib ; \
257
		fi
258
.endfor
259
164
	cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST}
260
	cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST}
165
261
166
.include <bsd.port.post.mk>
262
.include <bsd.port.post.mk>
(-)b/lang/gcc12/pkg-plist (-32 / +32 lines)
Lines 1-35 Link Here
1
bin/%%GNU_HOST%%-c++%%SUFFIX%%
1
%%NATIVE_ARCH%%bin/%%GNU_HOST%%-c++%%SUFFIX%%
2
bin/%%GNU_HOST%%-g++%%SUFFIX%%
2
%%NATIVE_ARCH%%bin/%%GNU_HOST%%-g++%%SUFFIX%%
3
bin/%%GNU_HOST%%-gcc%%SUFFIX%%
3
%%NATIVE_ARCH%%bin/%%GNU_HOST%%-gcc%%SUFFIX%%
4
bin/%%GNU_HOST%%-gcc-%%GCC_VERSION%%
4
%%NATIVE_ARCH%%bin/%%GNU_HOST%%-gcc-%%GCC_VERSION%%
5
bin/%%GNU_HOST%%-gcc-ar%%SUFFIX%%
5
%%NATIVE_ARCH%%bin/%%GNU_HOST%%-gcc-ar%%SUFFIX%%
6
bin/%%GNU_HOST%%-gcc-nm%%SUFFIX%%
6
%%NATIVE_ARCH%%bin/%%GNU_HOST%%-gcc-nm%%SUFFIX%%
7
bin/%%GNU_HOST%%-gcc-ranlib%%SUFFIX%%
7
%%NATIVE_ARCH%%bin/%%GNU_HOST%%-gcc-ranlib%%SUFFIX%%
8
bin/%%GNU_HOST%%-gfortran%%SUFFIX%%
8
%%NATIVE_ARCH%%bin/%%GNU_HOST%%-gfortran%%SUFFIX%%
9
bin/c++%%SUFFIX%%
9
bin/%%PKGNAMEPREFIX%%c++%%SUFFIX%%
10
bin/cpp%%SUFFIX%%
10
bin/%%PKGNAMEPREFIX%%cpp%%SUFFIX%%
11
bin/g++%%SUFFIX%%
11
bin/%%PKGNAMEPREFIX%%g++%%SUFFIX%%
12
bin/gcc%%SUFFIX%%
12
bin/%%PKGNAMEPREFIX%%gcc%%SUFFIX%%
13
bin/gcc-ar%%SUFFIX%%
13
bin/%%PKGNAMEPREFIX%%gcc-ar%%SUFFIX%%
14
bin/gcc-nm%%SUFFIX%%
14
bin/%%PKGNAMEPREFIX%%gcc-nm%%SUFFIX%%
15
bin/gcc-ranlib%%SUFFIX%%
15
bin/%%PKGNAMEPREFIX%%gcc-ranlib%%SUFFIX%%
16
bin/gcov%%SUFFIX%%
16
%%NATIVE_ARCH%%bin/%%PKGNAMEPREFIX%%gcov%%SUFFIX%%
17
bin/gcov-dump%%SUFFIX%%
17
%%NATIVE_ARCH%%bin/%%PKGNAMEPREFIX%%gcov-dump%%SUFFIX%%
18
bin/gcov-tool%%SUFFIX%%
18
%%NATIVE_ARCH%%bin/%%PKGNAMEPREFIX%%gcov-tool%%SUFFIX%%
19
bin/gfortran%%SUFFIX%%
19
bin/%%PKGNAMEPREFIX%%gfortran%%SUFFIX%%
20
bin/lto-dump%%SUFFIX%%
20
bin/%%PKGNAMEPREFIX%%lto-dump%%SUFFIX%%
21
man/man1/cpp%%SUFFIX%%.1.gz
21
man/man1/%%PKGNAMEPREFIX%%cpp%%SUFFIX%%.1.gz
22
man/man1/g++%%SUFFIX%%.1.gz
22
man/man1/%%PKGNAMEPREFIX%%g++%%SUFFIX%%.1.gz
23
man/man1/gcc%%SUFFIX%%.1.gz
23
man/man1/%%PKGNAMEPREFIX%%gcc%%SUFFIX%%.1.gz
24
man/man1/gcov%%SUFFIX%%.1.gz
24
%%NATIVE_ARCH%%man/man1/%%PKGNAMEPREFIX%%gcov%%SUFFIX%%.1.gz
25
man/man1/gcov-dump%%SUFFIX%%.1.gz
25
%%NATIVE_ARCH%%man/man1/%%PKGNAMEPREFIX%%gcov-dump%%SUFFIX%%.1.gz
26
man/man1/gcov-tool%%SUFFIX%%.1.gz
26
%%NATIVE_ARCH%%man/man1/%%PKGNAMEPREFIX%%gcov-tool%%SUFFIX%%.1.gz
27
man/man1/gfortran%%SUFFIX%%.1.gz
27
man/man1/%%PKGNAMEPREFIX%%gfortran%%SUFFIX%%.1.gz
28
man/man1/lto-dump%%SUFFIX%%.1.gz
28
man/man1/%%PKGNAMEPREFIX%%lto-dump%%SUFFIX%%.1.gz
29
share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py
29
%%PY_PATH%%share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py
30
share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py
30
%%PY_PATH%%share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py
31
share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py
31
%%PY_PATH%%share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py
32
share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.py
32
%%PY_PATH%%share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.py
33
@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
33
@postexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
34
@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
34
@postunexec if type ccache-update-links >/dev/null 2>&1; then ccache-update-links -v; fi
35
@comment Insert PLIST.lib here
35
@comment Insert PLIST.lib here

Return to bug 237213