Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AD55684E75 for ; Fri, 28 Jul 2023 02:41:31 +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 p7dOkzMgh-33 for ; Fri, 28 Jul 2023 02:41:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3AA1784D3F for ; Fri, 28 Jul 2023 02:41:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33249FBDB; Fri, 28 Jul 2023 02:41:31 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 28 Jul 2023 02:41:31 +0000 From: "Rin Okuyama" Subject: CVS commit: src/sys To: source-changes@NetBSD.org Approved: for-source-only Reply-To: rin@netbsd.org X-Mailer: log_accum Message-Id: <20230728024131.33249FBDB@cvs.NetBSD.org> Module Name: src Committed By: rin Date: Fri Jul 28 02:41:31 UTC 2023 Modified Files: src/sys/arch/aarch64/conf: Makefile.aarch64 src/sys/arch/arm/conf: Makefile.arm src/sys/conf: Makefile.kern.inc Log Message: Simplify fix for PR toolchain/57146 Introduce ARCH_STRIP_SYMBOLS variable to centralize logic for debug symbols from MD Makefile's to Makefile.kern.inc. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/aarch64/conf/Makefile.aarch64 cvs rdiff -u -r1.56 -r1.57 src/sys/arch/arm/conf/Makefile.arm cvs rdiff -u -r1.298 -r1.299 src/sys/conf/Makefile.kern.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.