From: Richard Henderson <rth@twiddle.net>
To: Isaku Yamahata <yamahata@valinux.co.jp>
Cc: amit.shah@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org,
blauwirbel@gmail.com
Subject: Re: [Qemu-devel] [PATCH] poison TARGET_<ARCH> for compile once.
Date: Thu, 24 Jun 2010 11:41:55 -0700 [thread overview]
Message-ID: <4C23A6F3.7020407@twiddle.net> (raw)
In-Reply-To: <20100624071452.GB4498@valinux.co.jp>
On 06/24/2010 12:14 AM, Isaku Yamahata wrote:
> QEMU_CFLAGS+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ABI_DIR)
> obj-y = main.o syscall.o strace.o mmap.o signal.o thunk.o \
> - elfload.o linuxload.o uaccess.o gdbstub.o cpu-uname.o \
> - qemu-malloc.o
> + elfload.o linuxload.o uaccess.o gdbstub.o cpu-uname.o
>
> obj-$(TARGET_HAS_BFLT) += flatload.o
>
> @@ -302,6 +301,7 @@ obj-y += $(addprefix $(HWDIR)/, $(hw-obj-y))
>
> endif # CONFIG_SOFTMMU
>
> +obj-y += qemu-malloc.o
> obj-$(CONFIG_GDBSTUB_XML) += gdbstub-xml.o
>
Does this break BSD compile? That host still has qemu_malloc
defined in bsd-user/mmap.c.
r~
prev parent reply other threads:[~2010-06-24 18:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-24 6:52 [Qemu-devel] [PATCH] poison TARGET_<ARCH> for compile once Isaku Yamahata
2010-06-24 7:14 ` Isaku Yamahata
2010-06-24 11:09 ` Paolo Bonzini
2010-06-24 18:41 ` Richard Henderson [this message]
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=4C23A6F3.7020407@twiddle.net \
--to=rth@twiddle.net \
--cc=amit.shah@redhat.com \
--cc=blauwirbel@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=yamahata@valinux.co.jp \
/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).