From owner-svn-src-all@FreeBSD.ORG Sun Dec 29 00:04:35 2013 Return-Path: Delivered-To: svn-src-all@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 8FF189D8 for ; Sun, 29 Dec 2013 00:04:35 +0000 (UTC) Received: from mail-pb0-x229.google.com (mail-pb0-x229.google.com [IPv6:2607:f8b0:400e:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6018815B2 for ; Sun, 29 Dec 2013 00:04:35 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id jt11so10442858pbb.0 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=kR3EpRdCU704yUb/YMu9wlzIvaU9IOjKLduN6GPk0IAygs5yf03eAE/sy44LoACsDp UAsMBkb1tb8QxxrapIxkR7i61OmP42wB2k4CAhaqefWFwqassIhVI2l9/rzabQxNdPYK FfGyp6yjgL19ATUrG8553HjxC0MxLbFgU9mvAPGS8n6M7+nmR2DlZh44fap/8G74NE3X xrO+r67rH0NIee9kL6L6lDf3uMlZYt2g0nbgDeQ0LFJv3Lma7jOt7AYxLsw9QSSX2uzh rkh9dJA66cdr9jprkOyZM6j8VhjPeYOSeQsAPkC/ObBDDbum9gDbKba8firQVqYbdtmk ZNkg== X-Gm-Message-State: ALoCoQnHrIf2Qww9mdQ/BiDM8aa4bNA9z9DranawscWdbylQfbmChj9cM6AqD38SS6StUaIrAg4o 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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" 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.