From 4c050b3fab700c52a8f3de8ae77c8ece0c621323 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Thu, 16 Jul 2009 17:57:01 +0200 Subject: [PATCH] fix sparc not solaris build Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT