qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [ADD] PPC processor emulation


From: J. Mayer
Subject: Re: [Qemu-devel] [ADD] PPC processor emulation
Date: 18 Nov 2003 08:43:14 +0100

Makefile.diff

Add new utility to generate repetitive micro-operations for PPC emulation.

diff -urNbB -x CVS qemu-current/Makefile qemu/Makefile
--- qemu-current/Makefile       Tue Nov 18 06:51:06 2003
+++ qemu/Makefile       Tue Nov 11 00:42:03 2003
@@ -4,7 +4,7 @@
 LDFLAGS=-g
 LIBS=
 DEFINES+=-D_GNU_SOURCE
-TOOLS=qemu-mkcow
+TOOLS=qemu-mkcow gen_multi
 
 all: dyngen $(TOOLS) qemu-doc.html qemu.1
        for d in $(TARGET_DIRS); do \
@@ -23,7 +23,7 @@
 clean:
 # avoid old build problems by removing potentially incorrect old files
        rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h 
opc-arm.h gen-op-arm.h 
-       rm -f *.o *.a $(TOOLS) dyngen TAGS qemu.pod
+       rm -f *.o *.a $(TOOLS) dyngen gen_multi TAGS qemu.pod
        for d in $(TARGET_DIRS); do \
        make -C $$d $@ || exit 1 ; \
         done






reply via email to

[Prev in Thread] Current Thread [Next in Thread]