pkgsrc/cross/mingw-w64-i686-gcc-bootstrap/Makefile
ryoon 3d61d80c27 mingw-w64*: Update to 10.0.0
* Update GCC and binutils to the latest too.
* Try to avoid "undefined reference to `__strcpy_chk'"

Changelog:
v10.0.0: 2022-04-04

Notable changes:

  * New msvcrt10, 20, 40, 70 and 71 import libraries.
  * Drop x86_64 64bit crtdll.dll
  * Updated wine imports
  * Fix intrin.h compatibility with GCC-11
  * _(v)scprintf optimization
  * optimize __ms_vsnprintf for LTO
2023-02-15 20:49:11 +00:00

14 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.2 2023/02/15 20:49:11 ryoon Exp $
.include "../../cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common"
PKGNAME= mingw-w64-i686-${DISTNAME:S/gcc-/gcc-bootstrap-/}
PKGREVISION= 1
COMMENT= GNU C Compiler for win32 cross-development (for bootstrap)
DEPENDS+= mingw-w64-i686-binutils-[0-9]*:../../cross/mingw-w64-i686-binutils
MINGW_TARGET= ${MINGW_W64_32_TARGET}
.include "../../cross/mingw-w64-i686-headers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"