native FPU support in code copy mode
[qemu] / Makefile
index 401776a..4c49bd4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,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
+       make -C tests clean
        for d in $(TARGET_DIRS); do \
        make -C $$d $@ || exit 1 ; \
         done
@@ -76,6 +77,7 @@ tarbin:
        $(prefix)/bin/qemu-i386 \
         $(prefix)/bin/qemu-arm \
         $(prefix)/bin/qemu-sparc \
+        $(prefix)/bin/qemu-ppc \
        $(sharedir)/bios.bin \
        $(sharedir)/vgabios.bin \
        $(mandir)/man1/qemu.1 )