From 746275ebf6a4b9c2d5f80c6643995b6cb0a83385 Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 28 Oct 2006 12:19:07 +0000 Subject: [PATCH] avoid regression on sparc-user and ppc-user --- Makefile.target | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.target b/Makefile.target index 773f331a9..57f949891 100644 --- a/Makefile.target +++ b/Makefile.target @@ -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 -- 2.39.5