/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

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

revision 1.44 by bellard, Mon Jul 7 12:17:46 2003 UTC revision 1.45 by bellard, Sun Jul 13 17:29:20 2003 UTC
# Line 47  CFLAGS+=-m32 -ffixed-g1 -ffixed-g2 -ffix Line 47  CFLAGS+=-m32 -ffixed-g1 -ffixed-g2 -ffix
47  LDFLAGS+=-m32  LDFLAGS+=-m32
48  OP_CFLAGS=$(CFLAGS) -fno-delayed-branch -ffixed-i0  OP_CFLAGS=$(CFLAGS) -fno-delayed-branch -ffixed-i0
49  HELPER_CFLAGS=$(CFLAGS) -ffixed-i0 -mflat  HELPER_CFLAGS=$(CFLAGS) -ffixed-i0 -mflat
50  LDFLAGS+=-Wl,-T,sparc.ld  # -static is used to avoid g1/g3 usage by the dynamic linker
51    LDFLAGS+=-Wl,-T,sparc.ld -static
52  endif  endif
53    
54  ifeq ($(ARCH),sparc64)  ifeq ($(ARCH),sparc64)

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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