Commit 4c050b3fab700c52a8f3de8ae77c8ece0c621323
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,7 +89,7 @@ translate.o: CFLAGS := $(CFLAGS) $(call cc-option, $(CFLAGS), -fno-unit-at-a-tim | ||
89 | endif | 89 | endif |
90 | 90 | ||
91 | ifeq ($(ARCH),sparc) | 91 | ifeq ($(ARCH),sparc) |
92 | - ifneq ($(CONFIG_SOLARIS),yes) | 92 | + ifneq ($(CONFIG_SOLARIS),y) |
93 | HELPER_CFLAGS+=-ffixed-i0 | 93 | HELPER_CFLAGS+=-ffixed-i0 |
94 | endif | 94 | endif |
95 | endif | 95 | endif |