Revision 74ccb34e Makefile.target

b/Makefile.target
112 112
LDFLAGS+=-m32
113 113
OP_CFLAGS=$(CFLAGS) -fno-delayed-branch -fno-omit-frame-pointer -ffixed-i0
114 114
else
115
CFLAGS+=-m32 -ffixed-g1 -ffixed-g2 -ffixed-g3 -ffixed-g6
115
CFLAGS+=-mcpu=ultrasparc -m32 -ffixed-g1 -ffixed-g2 -ffixed-g3 -ffixed-g6
116 116
LDFLAGS+=-m32
117 117
OP_CFLAGS=$(CFLAGS) -fno-delayed-branch -ffixed-i0
118 118
HELPER_CFLAGS=$(CFLAGS) -ffixed-i0 -mflat
......
122 122
endif
123 123

  
124 124
ifeq ($(ARCH),sparc64)
125
CFLAGS+=-m64 -ffixed-g1 -ffixed-g2 -ffixed-g3 -ffixed-g6
125
CFLAGS+=-mcpu=ultrasparc -m64 -ffixed-g1 -ffixed-g4 -ffixed-g5 -ffixed-g7
126 126
LDFLAGS+=-m64
127
LDFLAGS+=-Wl,-T,$(SRC_PATH)/sparc64.ld
127 128
OP_CFLAGS=$(CFLAGS) -fno-delayed-branch -ffixed-i0
128 129
endif
129 130

  
......
415 416
VL_LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld
416 417
endif
417 418

  
419
ifeq ($(ARCH),sparc64)
420
VL_LDFLAGS+=-m64
421
VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/sparc64.ld
422
endif
423

  
418 424
ifdef CONFIG_WIN32
419 425
SDL_LIBS := $(filter-out -mwindows, $(SDL_LIBS)) -mconsole
420 426
endif

Also available in: Unified diff