qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] 0.4 link error (and patch)
@ 2003-06-25 18:26 Jens Axboe
       [not found] ` <3EFA1FC7.90808@free.fr>
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2003-06-25 18:26 UTC (permalink / raw)
  To: fabrice.bellard, qemu-devel

Hi Fabrice,

I need this to link 0.4. And I tried building vl, it has inline x86 asm
(rdtsc) so I figure it's not ready for non-x86 prime-time yet :). Should
that be converted to use the helper-i386 helper?

Index: Makefile
===================================================================
RCS file: /cvsroot/qemu/qemu/Makefile,v
retrieving revision 1.38
diff -u -r1.38 Makefile
--- Makefile	25 Jun 2003 16:08:39 -0000	1.38
+++ Makefile	25 Jun 2003 18:24:05 -0000
@@ -152,8 +152,8 @@
 	rm -f $@
 	$(AR) rcs $@ $(LIBOBJS)
 
-dyngen: dyngen.c
-	$(HOST_CC) -O2 -Wall -g $< -o $@
+dyngen: dyngen.c thunk.o
+	$(HOST_CC) -O2 -Wall -g $^ -o $@
 
 translate-$(TARGET_ARCH).o: translate-$(TARGET_ARCH).c gen-op-$(TARGET_ARCH).h opc-$(TARGET_ARCH).h cpu-$(TARGET_ARCH).h
 

-- 
Jens Axboe

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

end of thread, other threads:[~2003-06-27 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-25 18:26 [Qemu-devel] 0.4 link error (and patch) Jens Axboe
     [not found] ` <3EFA1FC7.90808@free.fr>
     [not found]   ` <20030627074411.GA13253@suse.de>
2003-06-27 12:46     ` [Qemu-devel] QEMU 0.4.1 Fabrice Bellard

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).