Commit 4c050b3fab700c52a8f3de8ae77c8ece0c621323

Authored by Juan Quintela
Committed by Anthony Liguori
1 parent 7ed208c4

fix sparc not solaris build

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 1 additions and 1 deletions
Makefile.target
... ... @@ -89,7 +89,7 @@ translate.o: CFLAGS := $(CFLAGS) $(call cc-option, $(CFLAGS), -fno-unit-at-a-tim
89 89 endif
90 90  
91 91 ifeq ($(ARCH),sparc)
92   - ifneq ($(CONFIG_SOLARIS),yes)
  92 + ifneq ($(CONFIG_SOLARIS),y)
93 93 HELPER_CFLAGS+=-ffixed-i0
94 94 endif
95 95 endif
... ...