2020-10-02 18:49:36 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2020/10/02 16:49:36 ryoon Exp $
|
2018-06-07 21:36:23 +02:00
|
|
|
|
|
|
|
.include "../../cross/mingw-w64-x86_64-gcc/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= mingw-w64-i686-${DISTNAME}
|
|
|
|
COMMENT= GNU C Compiler for win32 cross-development
|
|
|
|
|
|
|
|
DEPENDS+= mingw-w64-i686-binutils-[0-9]*:../../cross/mingw-w64-i686-binutils
|
|
|
|
|
|
|
|
MINGW_TARGET= ${MINGW_W64_32_TARGET}
|
|
|
|
|
|
|
|
.include "../../cross/mingw-w64-i686-crt/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|