public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][unit-tests] fix i386 arch compilation.
@ 2010-12-14 12:26 Gleb Natapov
  2010-12-14 13:37 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Gleb Natapov @ 2010-12-14 12:26 UTC (permalink / raw)
  To: avi; +Cc: kvm

Commit 750bbdb forgot to convert i386 arch to .elf.

diff --git a/config-i386.mak b/config-i386.mak
index 6dbd19f..c1b6e08 100644
--- a/config-i386.mak
+++ b/config-i386.mak
@@ -9,4 +9,4 @@ tests = $(TEST_DIR)/taskswitch.flat
 
 include config-x86-common.mak
 
-$(TEST_DIR)/taskswitch.flat: $(cstart.o) $(TEST_DIR)/taskswitch.o
+$(TEST_DIR)/taskswitch.elf: $(cstart.o) $(TEST_DIR)/taskswitch.o
--
			Gleb.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][unit-tests] fix i386 arch compilation.
  2010-12-14 12:26 [PATCH][unit-tests] fix i386 arch compilation Gleb Natapov
@ 2010-12-14 13:37 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2010-12-14 13:37 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: kvm

On 12/14/2010 02:26 PM, Gleb Natapov wrote:
> Commit 750bbdb forgot to convert i386 arch to .elf.
>

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:[~2010-12-14 13:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14 12:26 [PATCH][unit-tests] fix i386 arch compilation Gleb Natapov
2010-12-14 13:37 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox