Message ID | d5278a68a388b2e8b0e4ab977190fa21d4b914b6.1249301360.git.quintela@redhat.com |
---|---|
State | Superseded |
Headers | show |
diff --git a/Makefile.target b/Makefile.target index 3f90d07..dfbb5e9 100644 --- a/Makefile.target +++ b/Makefile.target @@ -83,9 +83,7 @@ tcg/tcg.o: cpu.h # HELPER_CFLAGS is used for all the code compiled with static register # variables -op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) - -cpu-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS) +op_helper.o cpu-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS) # Note: this is a workaround. The real fix is to avoid compiling # cpu_signal_handler() in cpu-exec.c.
Signed-off-by: Juan Quintela <quintela@redhat.com> --- Makefile.target | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)