Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 17:08:48 -0800
From:      John-Mark Gurney <jmg@funkthat.com>
To:        Marcel Moolenaar <marcel@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r260022 - head/lib/libkvm
Message-ID:  <20131229010848.GV99167@funkthat.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
Marcel Moolenaar wrote this message on Sat, Dec 28, 2013 at 23:01 +0000:
> 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.

Shouldn't we be putting cross compiled libaries in another location
than /lib?  Kind of like the compat32 libs?

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."



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