projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ed208c
)
fix sparc not solaris build
author
Juan Quintela
<quintela@redhat.com>
Thu, 16 Jul 2009 15:57:01 +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 1b68c706d1cdc3ca9b624faa9d8050a4ad20cdff..a4cb506e59847830cbb41e6d56e9279c66f5efd9 100644
(file)
--- a/
Makefile.target
+++ b/
Makefile.target
@@
-89,7
+89,7
@@
translate.o: CFLAGS := $(CFLAGS) $(call cc-option, $(CFLAGS), -fno-unit-at-a-tim
endif
ifeq ($(ARCH),sparc)
- ifneq ($(CONFIG_SOLARIS),y
es
)
+ ifneq ($(CONFIG_SOLARIS),y)
HELPER_CFLAGS+=-ffixed-i0
endif
endif