Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=qVIH5CAf; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Edd/8b/N Received: by mail.netbsd.org (Postfix, from userid 605) id 48B3984F42; Thu, 18 Apr 2024 17:57:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713463053; bh=2oLlaA0d9ZjZtGUtRtsnJYXY0f4FurS/KxfKOrCBNN4=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=qVIH5CAfpF1c8iciNx1Z7lRS7314IbLAl99ryAajr9ABk4+m+fGiX39dvDqUm2Pml DblSNuZL8xQt4vbbMWM11rtKHOhvCda5HFFhPeP4eoMIYHpQKhZoc6mq/0msrWo3xr G+pmvEfhuZHqmZBabOsjI8M0gAM/B0+s6gCHhLZ0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D70F84F40 for ; Thu, 18 Apr 2024 17:57:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WQr8S8x39ADQ for ; Thu, 18 Apr 2024 17:57:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BFD5984CE2 for ; Thu, 18 Apr 2024 17:57:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713463051; bh=2oLlaA0d9ZjZtGUtRtsnJYXY0f4FurS/KxfKOrCBNN4=; h=Date:From:Subject:To:Reply-To; b=Edd/8b/NIecBpg5EhtI5Pq4hwEvfy/cNYlYNrFuOqB+ulMAu0EGLvVJjcXKX+6y/L +m6nY4/cGfg4BtCPUYJ+XjtFn7x0iTiDDy6DnOzphZ3DYcPTQECIJTUZmA/yTN+uIl silX7/WMdKE53/93qLMVPlS74G/WEnTZzpS4Nl10= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7B20FA2C; Thu, 18 Apr 2024 17:57:31 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 17:57:31 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/share/mk To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418175731.B7B20FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Thu Apr 18 17:57:31 UTC 2024 Modified Files: src/share/mk [netbsd-10]: bsd.hostlib.mk Log Message: Pull up following revision(s) (requested by jakllsch in ticket #664): share/mk/bsd.hostlib.mk: revision 1.21 Filter out -Wp,-iremap,* from CPPFLAGS as is done in hostprog.mk Seems to fix build of libnbcompat in reproducible mode on host toolchains w/o -iremap To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.20.12.1 src/share/mk/bsd.hostlib.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.