Received: by mail.netbsd.org (Postfix, from userid 605) id C2B7184E4B; Thu, 7 Jun 2018 19:20:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C99C084D92 for ; Thu, 7 Jun 2018 19:20:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id XUGHKQyU0hOb for ; Thu, 7 Jun 2018 19:20:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4465184D40 for ; Thu, 7 Jun 2018 19:20:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41AB1FBEC; Thu, 7 Jun 2018 19:20:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152839923338020" MIME-Version: 1.0 Date: Thu, 7 Jun 2018 19:20:33 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/cross To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180607192033.41AB1FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152839923338020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Thu Jun 7 19:20:33 UTC 2018 Modified Files: pkgsrc/cross: Makefile Log Message: Add mingw-w64-x86_64-crt To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/cross/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152839923338020 Content-Disposition: inline Content-Length: 693 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/Makefile diff -u pkgsrc/cross/Makefile:1.75 pkgsrc/cross/Makefile:1.76 --- pkgsrc/cross/Makefile:1.75 Thu Jun 7 19:17:31 2018 +++ pkgsrc/cross/Makefile Thu Jun 7 19:20:33 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2018/06/07 19:17:31 ryoon Exp $ +# $NetBSD: Makefile,v 1.76 2018/06/07 19:20:33 ryoon Exp $ # COMMENT= Cross-platform development utilities @@ -45,6 +45,7 @@ SUBDIR+= mingw-runtime-bin SUBDIR+= mingw-w32api-bin SUBDIR+= mingw-w64 SUBDIR+= mingw-w64-x86_64-binutils +SUBDIR+= mingw-w64-x86_64-crt SUBDIR+= mingw-w64-x86_64-gcc-bootstrap SUBDIR+= mingw-w64-x86_64-headers #SUBDIR+= nios2 # just contains makefile fragments --_----------=_152839923338020--