Revision 762e8230 Makefile.target

b/Makefile.target
89 89
endif
90 90

  
91 91
ifeq ($(ARCH),sparc)
92
  CFLAGS+=-ffixed-g2 -ffixed-g3
93 92
  ifneq ($(CONFIG_SOLARIS),yes)
94
    CFLAGS+=-ffixed-g1 -ffixed-g6
95 93
    HELPER_CFLAGS+=-ffixed-i0
96 94
  endif
97 95
endif
98 96

  
99
ifeq ($(ARCH),sparc64)
100
  ifneq ($(CONFIG_SOLARIS),yes)
101
    CFLAGS+=-ffixed-g5 -ffixed-g6 -ffixed-g7
102
  else
103
    CFLAGS+=-ffixed-g1 -ffixed-g4 -ffixed-g5 -ffixed-g7
104
  endif
105
endif
106

  
107 97
ifeq ($(ARCH),alpha)
108 98
# Ensure there's only a single GP
109 99
CFLAGS+=-msmall-data

Also available in: Unified diff