blob: b9cce15ae4f3e38dc71c943240de61a27952f5d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.6 2019/12/29 01:08:14 ryoon Exp $
.include "../../cross/mingw-w64-x86_64-crt/Makefile.common"
PKGNAME= ${DISTNAME:S/mingw-w64-v/mingw-w64-x86_64-crt-/}
COMMENT= Mingw-w64 C runtime for win64 cross-development
BUILD_DEPENDS+= mingw-w64-x86_64-gcc-bootstrap-[0-9]*:../../cross/mingw-w64-x86_64-gcc-bootstrap
MINGW_TARGET= ${MINGW_W64_64_TARGET}
CONFIGURE_ARGS+= --disable-lib32
CONFIGURE_ARGS+= --enable-lib64
.include "../../cross/mingw-w64-x86_64-headers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|