qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] 0/5: 5 patches from FreeBSD ports (and an incom


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] 0/5: 5 patches from FreeBSD ports (and an incomplete 6th)
Date: Mon, 13 Oct 2008 18:22:35 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Oct 01, 2008 at 08:49:39PM +0200, Juergen Lock wrote:
> Hi!
> 
>  As requested, I just reposted 5 of the patches individually.  The 6th
> (correct lib search path on FreeBSD/amd64 hosts) still needs to be
> conditionally applied if its to go into qemu svn:
> 
> Index: qemu/x86_64.ld
> @@ -2,7 +2,7 @@
>  OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
>  OUTPUT_ARCH(i386:x86-64)
>  ENTRY(_start)
> -SEARCH_DIR("/lib64"); SEARCH_DIR("/usr/lib64"); 
> SEARCH_DIR("/usr/local/lib64");
> +SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib"); SEARCH_DIR("/usr/local/lib");
>  SECTIONS
>  {
>    /* Read-only sections, merged into text segment: */
> 

This is only needed for dyngen targets, that is only for ppc*. It
does not worth trying to fix that, the best is probably to wait 
until the ppc target is fully converted to TCG.

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   address@hidden         | address@hidden
   `-    people.debian.org/~aurel32 | www.aurel32.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]