pkgsrc/cross/mingw-w64-i686-binutils/Makefile
ryoon 54ebc7afe3 cross/mingw-w64-i686-binutils: import mingw-w64-i686-binutils-2.30
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 GNU binutils for i386 target.
2018-06-07 19:25:17 +00:00

10 lines
282 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/06/07 19:25:17 ryoon Exp $
.include "../../cross/mingw-w64-x86_64-binutils/Makefile.common"
PKGNAME= mingw-w64-i686-${DISTNAME}
COMMENT= GNU binutils for win32 cross-development
MINGW_TARGET= ${MINGW_W64_32_TARGET}
.include "../../mk/bsd.pkg.mk"