* [Qemu-devel] [patch] m68k build fixes
@ 2004-03-06 13:05 Richard Zidlicky
0 siblings, 0 replies; only message in thread
From: Richard Zidlicky @ 2004-03-06 13:05 UTC (permalink / raw)
To: qemu-devel, fabrice.bellard
Hi,
trivial fixes against current CVS.
Richard
--- qemu-0.5.3/configure.rz Fri Mar 5 14:53:06 2004
+++ qemu-0.5.3/configure Fri Mar 5 20:28:00 2004
@@ -278,8 +278,8 @@
echo "ARCH=ia64" >> $config_mak
echo "#define HOST_IA64 1" >> $config_h
elif test "$cpu" = "m68k" ; then
- echo "ARCH=m68k" >> config.mak
- echo "#define HOST_M68K 1" >> $TMPH
+ echo "ARCH=m68k" >> $config_mak
+ echo "#define HOST_M68K 1" >> $config_h
else
echo "Unsupported CPU"
exit 1
--- qemu-0.5.3/Makefile.target.rz Fri Mar 5 14:52:47 2004
+++ qemu-0.5.3/Makefile.target Fri Mar 5 20:39:22 2004
@@ -35,6 +35,11 @@
endif
endif
+ifeq ($(ARCH), m68k)
+ifdef CONFIG_SOFTMMU
+PROGS+=$(QEMU_SYSTEM)
+endif
+endif
endif
ifeq ($(TARGET_ARCH), ppc)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-03-06 13:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-06 13:05 [Qemu-devel] [patch] m68k build fixes Richard Zidlicky
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.