382674b8c1
Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution. This package provides mingw-w64 bootstrap GCC for i386 target.
13 lines
469 B
Makefile
13 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/06/07 19:29:24 ryoon Exp $
|
|
|
|
.include "../../cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common"
|
|
|
|
PKGNAME= mingw-w64-i686-${DISTNAME:S/gcc-/gcc-bootstrap-/}
|
|
COMMENT= GNU C Compiler for win32 cross-development (for bootstrap)
|
|
|
|
DEPENDS+= mingw-w64-i686-binutils-[0-9]*:../../cross/mingw-w64-i686-binutils
|
|
|
|
MINGW_TARGET= ${MINGW_W64_32_TARGET}
|
|
|
|
.include "../../cross/mingw-w64-i686-headers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|