summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-07-16 17:57:01 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-16 17:28:54 -0500
commit4c050b3fab700c52a8f3de8ae77c8ece0c621323 (patch)
tree3bfab559b1e622ee6355f35883955c5748c5a0c9
parent7ed208c433a2ec9bb2fda3d3bfb17b512ea0a796 (diff)
downloadqemu-4c050b3fab700c52a8f3de8ae77c8ece0c621323.tar.gz
fix sparc not solaris build
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 1b68c706d1..a4cb506e59 100644
--- 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),yes)
+ ifneq ($(CONFIG_SOLARIS),y)
HELPER_CFLAGS+=-ffixed-i0
endif
endif