All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <qemu@kernel.dk>
To: fabrice.bellard@free.fr, qemu-devel@nongnu.org
Subject: [Qemu-devel] 0.4 link error (and patch)
Date: Wed, 25 Jun 2003 20:26:34 +0200	[thread overview]
Message-ID: <20030625182634.GI821@suse.de> (raw)

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

             reply	other threads:[~2003-06-25 18:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-25 18:26 Jens Axboe [this message]
     [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

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=20030625182634.GI821@suse.de \
    --to=qemu@kernel.dk \
    --cc=fabrice.bellard@free.fr \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.