/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by bellard, Tue May 13 00:20:54 2003 UTC revision 1.28 by bellard, Tue May 13 18:59:59 2003 UTC
# Line 29  OP_CFLAGS=$(CFLAGS) Line 29  OP_CFLAGS=$(CFLAGS)
29  LDFLAGS+=-Wl,-T,s390.ld  LDFLAGS+=-Wl,-T,s390.ld
30  endif  endif
31    
32    ifeq ($(ARCH),sparc)
33    CFLAGS+=-m32 -ffixed-g1 -ffixed-g2 -ffixed-g3 -ffixed-g6
34    LDFLAGS+=-m32
35    OP_CFLAGS=$(CFLAGS) -fno-delayed-branch -ffixed-i0
36    endif
37    
38    ifeq ($(ARCH),sparc64)
39    CFLAGS+=-m64 -ffixed-g1 -ffixed-g2 -ffixed-g3 -ffixed-g6
40    LDFLAGS+=-m64
41    OP_CFLAGS=$(CFLAGS) -fno-delayed-branch -ffixed-i0
42    endif
43    
44  ifeq ($(ARCH),alpha)  ifeq ($(ARCH),alpha)
45  # -msmall-data is not used because we want two-instruction relocations  # -msmall-data is not used because we want two-instruction relocations
46  # for the constant constructions  # for the constant constructions

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26