diff --git a/Makefile.target b/Makefile.target index 1b68c706d1cdc3ca9b624faa9d8050a4ad20cdff..a4cb506e59847830cbb41e6d56e9279c66f5efd9 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