From: Juan Quintela Date: Mon, 3 Aug 2009 12:46:55 +0000 (+0200) Subject: Use one less HELPER_CFLAGS X-Git-Tag: v0.12.0-rc0~1627 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864de24ad3e76e5415e01bcb0c543460def2f285;p=thirdparty%2Fqemu.git Use one less HELPER_CFLAGS Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- diff --git a/Makefile.target b/Makefile.target index 40d5218d388..2f3a1357759 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.