Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 16:04:34 -0800
From:      Peter Wemm <peter@wemm.org>
To:        Marcel Moolenaar <marcel@freebsd.org>
Cc:        "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>
Subject:   Re: svn commit: r260022 - head/lib/libkvm
Message-ID:  <CAGE5yCorJaMszNY3FvT2XNGEWMEAE47daCGLnxzdLjAFTcOf0A@mail.gmail.com>
In-Reply-To: <201312282301.rBSN1wWP002326@svn.freebsd.org>
References:  <201312282301.rBSN1wWP002326@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 28, 2013 at 3:01 PM, Marcel Moolenaar <marcel@freebsd.org> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGE5yCorJaMszNY3FvT2XNGEWMEAE47daCGLnxzdLjAFTcOf0A>