* [PATCH] Fix top level qemu config for cross compile
@ 2007-10-17 21:03 Jerone Young
2007-10-18 9:16 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Jerone Young @ 2007-10-17 21:03 UTC (permalink / raw)
To: kvm-devel; +Cc: kvm-ppc-devel
Qemu is interpreting --cross-prefix & cpu as one argument. This of
course yeilds an error. This fixes the error.
Signed-off-by: Jerone Young <jyoung5-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -124,7 +124,8 @@ fi
${disable_gcc_check:+"--disable-gcc-check"} \
--prefix="$prefix" \
${qemu_cc:+"--cc=$qemu_cc"} \
- ${cross_prefix:+"--cross-prefix=$cross_prefix --cpu=$arch"} \
+ ${cross_prefix:+"--cross-prefix=$cross_prefix"} \
+ ${cross_prefix:+"--cpu=$arch"} \
$qemu_options
)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix top level qemu config for cross compile
2007-10-17 21:03 [PATCH] Fix top level qemu config for cross compile Jerone Young
@ 2007-10-18 9:16 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2007-10-18 9:16 UTC (permalink / raw)
To: jyoung5-r/Jw6+rmf7HQT0dZR+AlfA; +Cc: kvm-devel, kvm-ppc-devel
Jerone Young wrote:
> Qemu is interpreting --cross-prefix & cpu as one argument. This of
> course yeilds an error. This fixes the error.
>
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-18 9:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-17 21:03 [PATCH] Fix top level qemu config for cross compile Jerone Young
2007-10-18 9:16 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox