![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / cross / mingw-w64-x86_64-headers / Makefile.common (download)
Revision 1.5, Sun Dec 29 01:08:14 2019 UTC (3 years, 1 month ago) by ryoon
Update to mingw-w64 to 7.0.0 and binutils to 2.33.1 mingw-w64: Notable changes: _FORTIFY_SOURCE support thanks to Christian Franke. Lots of math fixes from Martin Storsjö. Many headers updated from Wine by Jacek Caban. UCRT support by Martin Storsjö. binutils: No specific change for Windows/PECOFF. |
# $NetBSD: Makefile.common,v 1.5 2019/12/29 01:08:14 ryoon Exp $ # # used by cross/mingw-w64-x86_64-headers/Makefile # used by cross/mingw-w64-i686-headers/Makefile # used by cross/mingw-w64-i686-headers/Makefile.common # used by cross/mingw-w64-x86_64-headers/Makefile.common DISTNAME= mingw-w64-v7.0.0 CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mingw-w64/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://mingw-w64.org/ WRKSRC= ${WRKDIR}/${DISTNAME}/mingw-w64-headers USE_GNU_CONFIGURE_HOST= no USE_TOOLS+= gmake GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${PREFIX}/cross/${MINGW_TARGET}/mingw CONFIGURE_ARGS+= --enable-sdk=all CONFIGURE_ARGS+= --enable-secure-api CONFIGURE_ARGS+= --host=${MINGW_TARGET} .include "../../cross/mingw-w64/Makefile.common"