head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.12
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.10
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.8
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.6
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.4
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.2
	pkgsrc-2024Q4-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2024.11.28.20.20.06;	author ryoon;	state Exp;
branches;
next	;
commitid	Nf77RJ4EugCX6szF;


desc
@@


1.1
log
@cross/mingw-w64-x86_64-gcc-bootstrap-msvcrt: import mingw-w64-x86_64-gcc-bootstrap-msvcrt-14.2.0

Mingw-w64 is an advancement of the original mingw.org project,
created to support the GCC compiler on Windows systems. It has
forked it in 2007 in order to provide support for 64 bits and new
APIs. It has since then gained widespread use and distribution.

This package provides mingw-w64 bootstrap GCC for x86_64 (MSVCRT) target.
@
text
@# $NetBSD: Makefile,v 1.7 2024/01/31 21:04:14 ryoon Exp $

.include "../../cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common"

PKGNAME=		mingw-w64-x86_64-${DISTNAME:S/gcc-/gcc-bootstrap-${CRT_TYPE}-/}
COMMENT=		GNU C Compiler for win64 cross-development (for bootstrap; ${CRT_TYPE})

DEPENDS+=		mingw-w64-x86_64-binutils-[0-9]*:../../cross/mingw-w64-x86_64-binutils

CRT_TYPE=		msvcrt
MINGW_TARGET=		${MINGW_W64_64_TARGET}

.include "../../cross/mingw-w64-x86_64-headers-msvcrt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@
