diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-16 17:57:01 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-16 17:28:54 -0500 |
commit | 4c050b3fab700c52a8f3de8ae77c8ece0c621323 (patch) | |
tree | 3bfab559b1e622ee6355f35883955c5748c5a0c9 /Makefile.target | |
parent | 7ed208c433a2ec9bb2fda3d3bfb17b512ea0a796 (diff) |
fix sparc not solaris build
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
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 |