projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c1dd99
)
Remove unused Makefile variable
author
Juan Quintela
<quintela@redhat.com>
Thu, 16 Jul 2009 15:57:05 +0000
(17:57 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Thu, 16 Jul 2009 22:28:54 +0000
(17:28 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.target
patch
|
blob
|
history
diff --git
a/Makefile.target
b/Makefile.target
index 48f0a6c7eb99f0f523fb9967ecfe830c0673791d..3a3e1db0a3bbbc17d9be6d59e3514ef6e76da456 100644
(file)
--- a/
Makefile.target
+++ b/
Makefile.target
@@
-221,7
+221,7
@@
tcg/tcg.o: cpu.h
# HELPER_CFLAGS is used for all the code compiled with static register
# variables
-op_helper.o: CFLAGS += $(HELPER_CFLAGS)
$(I386_CFLAGS)
+op_helper.o: CFLAGS += $(HELPER_CFLAGS)
cpu-exec.o: CFLAGS += $(HELPER_CFLAGS)