Received: by mail.netbsd.org (Postfix, from userid 605) id E0C6B14A245; Sun, 5 Oct 2014 17:08:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD01414A23A for ; Sun, 5 Oct 2014 17:08:46 +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 w6yG8iiEknbN for ; Sun, 5 Oct 2014 17:08:46 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 50D3B14A22A for ; Sun, 5 Oct 2014 17:08:46 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4ADC098; Sun, 5 Oct 2014 17:08:46 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 5 Oct 2014 17:08:46 +0000 From: "Alan Barrett" Subject: CVS commit: src/share/mk To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20141005170846.4ADC098@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Alan Barrett" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: apb Date: Sun Oct 5 17:08:46 UTC 2014 Modified Files: src/share/mk: bsd.own.mk Log Message: Use HAVE_LLVM, not MKLLVM, in tests related to the active compiler. Fixes problems in a build with MKLLVM=yes HAVE_LLVM=no, where this error interacted with settings in src/external/gpl3/gcc/lib/libgcc/Makefile.inc to cause some object files to be omitted from the libgcc_s library. To generate a diff of this commit: cvs rdiff -u -r1.835 -r1.836 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.