3f5c2642a5
This is GNU GCC, targeted for: i686-w64-mingw32 x86_64-w64-mingw32 This package contains only the core components. For a working environment, "mingw-w64-libgcc" must be installed as well.
10 lines
227 B
Makefile
10 lines
227 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/08/11 14:33:10 tnn2 Exp $
|
|
#
|
|
|
|
PKGNAME= mingw-w64-${DISTNAME}
|
|
COMMENT= GNU C/C++ Compiler for win32/64 cross-development
|
|
|
|
BUILD_TARGET= all-gcc
|
|
INSTALL_TARGET= install-gcc
|
|
|
|
.include "common.mk"
|