Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 77A2D84FCA for ; Tue, 26 Sep 2023 21:20:43 +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 AprY52v7DYW4 for ; Tue, 26 Sep 2023 21:20:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0E20684F67 for ; Tue, 26 Sep 2023 21:20:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B464FBDB; Tue, 26 Sep 2023 21:20:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1695763243262810" MIME-Version: 1.0 Date: Tue, 26 Sep 2023 21:20:43 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/cross To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230926212043.0B464FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1695763243262810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Sep 26 21:20:42 UTC 2023 Modified Files: pkgsrc/cross: Makefile Log Message: cross/Makefile: + 64tass To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 pkgsrc/cross/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1695763243262810 Content-Disposition: inline Content-Length: 507 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/Makefile diff -u pkgsrc/cross/Makefile:1.111 pkgsrc/cross/Makefile:1.112 --- pkgsrc/cross/Makefile:1.111 Mon Jun 26 11:51:03 2023 +++ pkgsrc/cross/Makefile Tue Sep 26 21:20:42 2023 @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.111 2023/06/26 11:51:03 wiz Exp $ +# $NetBSD: Makefile,v 1.112 2023/09/26 21:20:42 wiz Exp $ # COMMENT= Cross-platform development utilities +SUBDIR+= 64tass SUBDIR+= GenFw SUBDIR+= aarch64-none-elf-binutils SUBDIR+= aarch64-none-elf-gcc --_----------=_1695763243262810--