pkgsrc/cross/mingw-w64-x86_64-binutils/Makefile
ryoon d480271a6f cross/mingw-w64-x86_64-binutils: import mingw-w64-x86_64-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 x86_64 target.
2018-06-07 19:12:19 +00:00

10 lines
284 B
Makefile

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