Received: by mail.netbsd.org (Postfix, from userid 605) id 3ED7684D9C; Wed, 12 Feb 2020 04:28:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB8EE84D28 for ; Wed, 12 Feb 2020 04:28:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iwQ_d5gJRrsM for ; Wed, 12 Feb 2020 04:28:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 221D184C85 for ; Wed, 12 Feb 2020 04:28:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B515FBF4; Wed, 12 Feb 2020 04:28:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581481716211770" MIME-Version: 1.0 Date: Wed, 12 Feb 2020 04:28:36 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/lang/gcc9 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200212042836.1B515FBF4@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. --_----------=_1581481716211770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Wed Feb 12 04:28:36 UTC 2020 Modified Files: pkgsrc/lang/gcc9: Makefile Log Message: lang/gcc9: document that NetBSD-*-aarch64 is not supported To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/gcc9/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581481716211770 Content-Disposition: inline Content-Length: 771 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/gcc9/Makefile diff -u pkgsrc/lang/gcc9/Makefile:1.13 pkgsrc/lang/gcc9/Makefile:1.14 --- pkgsrc/lang/gcc9/Makefile:1.13 Wed Feb 12 04:26:12 2020 +++ pkgsrc/lang/gcc9/Makefile Wed Feb 12 04:28:35 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2020/02/12 04:26:12 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2020/02/12 04:28:35 rillig Exp $ GCC9_VERSION= 9.2.0 @@ -71,6 +71,11 @@ CPPFLAGS.Linux+= -std=gnu99 # | ^~~~~~~~~~~ BROKEN_ON_PLATFORM+= SunOS-*-x86_64 +# Configuring stage 1 in ./gcc +# ... +# *** Configuration aarch64--netbsd not supported +NOT_FOR_PLATFORM+= NetBSD-*-aarch64 + LANGS= c # In some cases LINKER_RPATH_FLAG needs a trailing space. --_----------=_1581481716211770--