]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.target
avoid regression on sparc-user and ppc-user
[qemu.git] / Makefile.target
index 773f331a9f8c57c090a97f469d3b7cfd94ec8c2e..57f94989186ddaac140326e8fa7d4df58fae17f2 100644 (file)
@@ -494,6 +494,11 @@ endif
 cpu-exec.o: cpu-exec.c
        $(CC) $(HELPER_CFLAGS) $(DEFINES) -c -o $@ $<
 
+# Note: this is a workaround. The real fix is to avoid compiling
+# cpu_signal_handler() in cpu-exec.c.
+signal.o: signal.c
+       $(CC) $(HELPER_CFLAGS) $(DEFINES) -c -o $@ $<
+
 ifeq ($(TARGET_BASE_ARCH), i386)
 op.o: op.c opreg_template.h ops_template.h ops_template_mem.h ops_mem.h ops_sse.h
 endif