5c26963bdb
* Update GCC to 10.2.0. * Update Binutils to 2.35.1 Changelog: v8.0.0: 2020-09-18 Notable changes: New Hyper-V headers and libraries by Biswapriyo Nath Many headers updated from Wine by Jacek Caban. ARM math improvements by Martin Storsjo floating point fixes by Liu Hao many *printf compatibility fixes by Liu Hao and Martin Storsjo massive Windows App Store API updates by Steve Lhomme winstorecompat library updates by Martin Storsjo __USE_MINGW_ANSI_STDIO now automatically enabled in C99 and C11 mode when not using UCRT by Pali Rohar wdm and ddk updates by Zebediah Figura UCRT for Windows Store Apps (-lucrtapp) by Martin Storsjo Audioclient and ActivateAudioInterfaceAsync API updates by Liu Hao DirectX SDKs are now always installed
13 lines
416 B
Makefile
13 lines
416 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/10/02 16:49:36 ryoon Exp $
|
|
|
|
.include "../../cross/mingw-w64-x86_64-gcc/Makefile.common"
|
|
|
|
PKGNAME= mingw-w64-i686-${DISTNAME}
|
|
COMMENT= GNU C Compiler for win32 cross-development
|
|
|
|
DEPENDS+= mingw-w64-i686-binutils-[0-9]*:../../cross/mingw-w64-i686-binutils
|
|
|
|
MINGW_TARGET= ${MINGW_W64_32_TARGET}
|
|
|
|
.include "../../cross/mingw-w64-i686-crt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|