From owner-svn-src-head@FreeBSD.ORG Sun Dec 29 00:04:35 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 959429D9 for ; Sun, 29 Dec 2013 00:04:35 +0000 (UTC) Received: from mail-pb0-x22f.google.com (mail-pb0-x22f.google.com [IPv6:2607:f8b0:400e:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 63A2615B3 for ; Sun, 29 Dec 2013 00:04:35 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id um1so10403068pbc.20 for ; Sat, 28 Dec 2013 16:04:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wemm.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LlaE0ZF7ZPoRJAWLYta87ZoxlyHwmYkcxBb13rjJlwE=; b=AnkxuoQX6sLSK5AXE4t+ijOisLvKEq8GNq0tXysv4k462p/B2AXcC/oqMyhszimmZc wd4WwKmJINtZOogt2Ttwl5v/y3X3OcM8mIAjK8KN5etISSF2vrO7X5lAgpV4ih5J1Rt4 GPyVQjrRfQTg5Bbwi/Lve8hrwU7pVYoGA+XiQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=LlaE0ZF7ZPoRJAWLYta87ZoxlyHwmYkcxBb13rjJlwE=; b=bcNXtII3gQojbX35edI/X+nwrbTEb2Ecz2AwAD2/qD+3oMqA7y7pg28OGHL9yPtV3d pfKYTubwxWAGDHeROwAHJR41tF69UNb3vl/wYsu9XbtmNE8EJJBXroCidl86cZCZ/6hi WA0AwGOAZkZwh7K+pThTSxtclg4F/uIsbcP2qhST+CV+QfzRtM2ztB0v7xrUCV/EffjX 4HDsdfM+IfNLeX5VFfRCPemJ7EAd/X+/PG1vGL+4BOsMOJ2fvib6oYWM32C7i+atDJZs Rp4OzzeO59oFC6mzM/bEG73eFHTGMQfetd8dyuiaFn2xH6oe5kTEEyouLEv8k+fVQLET v9nA== X-Gm-Message-State: ALoCoQl/dQ/GodYYeXg1z7I1uhnYaJuNMeCxLJOftZ/wh6pwWztkoa5oCfSas253dGWuW/0DLPtJ MIME-Version: 1.0 X-Received: by 10.66.25.36 with SMTP id z4mr60094964paf.101.1388275475029; Sat, 28 Dec 2013 16:04:35 -0800 (PST) Received: by 10.66.162.3 with HTTP; Sat, 28 Dec 2013 16:04:34 -0800 (PST) In-Reply-To: <201312282301.rBSN1wWP002326@svn.freebsd.org> References: <201312282301.rBSN1wWP002326@svn.freebsd.org> Date: Sat, 28 Dec 2013 16:04:34 -0800 Message-ID: Subject: Re: svn commit: r260022 - head/lib/libkvm From: Peter Wemm To: Marcel Moolenaar Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-src-head@freebsd.org" , svn-src-all , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 00:04:35 -0000 On Sat, Dec 28, 2013 at 3:01 PM, Marcel Moolenaar wrote: > Author: marcel > Date: Sat Dec 28 23:01:57 2013 > New Revision: 260022 > URL: http://svnweb.freebsd.org/changeset/base/260022 > > Log: > Allow building a cross libkvm by setting TARGET_ARCH. The library so > produced will be called libkvm-${ARCH} instead of libkvm. This allows > installing it alongside the native version. > For symbol lookups, use ps_pglobal_lookup() instead of __fdnlist() > when building a cross libkvm. It is assumed that the cross tool that > uses the cross libkvm also provides an implementation for this > proc_services function. > > Note that this commit does not change any of the architecture-specific > code for cross-compilation. Are you sure about this? I just got a brand new buildworld failure on an amd64 machine. The lib32 build code was trying to use 64 bit pmap definitions and failed miserably. I'm really sorry, I accidentally blew away the failure log. I'll have another in a few minutes. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI6FJV Yes, I know, gmail sucks now. If you see this then I forgot. Habits are hard to break.