* [PATCH] Use propeer way to compile with HELPER_CFLAGS
@ 2009-09-09 11:04 Juan Quintela
2009-09-09 11:55 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Juan Quintela @ 2009-09-09 11:04 UTC (permalink / raw)
To: kvm
This makes the build quiet.
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
Makefile.target | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Makefile.target b/Makefile.target
index 221cc2f..1d0fa11 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -91,9 +91,7 @@ op_helper.o cpu-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
# cpu_signal_handler() in cpu-exec.c.
signal.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
-qemu-kvm-helper.o: qemu-kvm-helper.c
- $(CC) $(HELPER_CFLAGS) $(QEMU_CFLAGS) $(CFLAGS) -c -o $@ $<
-
+qemu-kvm-helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
#########################################################
# Linux user emulator target
--
1.6.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Use propeer way to compile with HELPER_CFLAGS
2009-09-09 11:04 [PATCH] Use propeer way to compile with HELPER_CFLAGS Juan Quintela
@ 2009-09-09 11:55 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2009-09-09 11:55 UTC (permalink / raw)
To: Juan Quintela; +Cc: kvm
On 09/09/2009 02:04 PM, Juan Quintela wrote:
> This makes the build quiet.
>
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-09 11:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-09 11:04 [PATCH] Use propeer way to compile with HELPER_CFLAGS Juan Quintela
2009-09-09 11:55 ` Avi Kivity
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).