qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Riku Voipio <riku.voipio@iki.fi>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [7118] linux-user: prefer glibc over direct syscalls
Date: Fri, 17 Apr 2009 11:03:31 +0300	[thread overview]
Message-ID: <20090417080331.GA23665@kos.to> (raw)
In-Reply-To: <200904170116.28578.paul@codesourcery.com>

On Fri, Apr 17, 2009 at 01:16:28AM +0100, Paul Brook wrote:
> On Wednesday 15 April 2009, Aurelien Jarno wrote:
> > +# Check for xxxat() functions when we are building linux-user
> > +# emulator.
> > +if [ "$linux_user" = "yes" ] ; then

> This is wrong. $linux_user only indicates whether the linux usermode targets 
> are built by default. It can be overridden by --target-list.

linux_user is default yes linux host and is only removed with --disable-linux-user.
So, to expose this wrongness one would have to configure with
 --disable-linux-user --target-list="foo-linux-user"

I guess we can still drop the $linux_user test and run it anyway, same way
tests only needed for system-qemu (gnutls, sasl..) are run even when
configuring for a linux-user targets build.

  reply	other threads:[~2009-04-17  8:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-15 16:12 [Qemu-devel] [7118] linux-user: prefer glibc over direct syscalls Aurelien Jarno
2009-04-15 19:21 ` Stefan Weil
2009-04-15 19:48   ` Aurelien Jarno
2009-04-16 15:25 ` Laurent Desnogues
2009-04-16 16:47   ` Riku Voipio
2009-04-17 13:51     ` Aurelien Jarno
2009-04-17  0:16 ` Paul Brook
2009-04-17  8:03   ` Riku Voipio [this message]
2009-04-21  7:56 ` Laurent Desnogues
2009-04-21  8:36   ` Arnaud Patard
2009-04-21  8:35     ` Laurent Desnogues

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090417080331.GA23665@kos.to \
    --to=riku.voipio@iki.fi \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).