/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

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

revision 1.31 by bellard, Wed May 28 00:24:44 2003 UTC revision 1.32 by bellard, Thu Jun 5 00:58:28 2003 UTC
# Line 50  ifeq ($(ARCH),alpha) Line 50  ifeq ($(ARCH),alpha)
50  # for the constant constructions  # for the constant constructions
51  OP_CFLAGS=-Wall -O2 -g  OP_CFLAGS=-Wall -O2 -g
52  # Ensure there's only a single GP  # Ensure there's only a single GP
53  CFLAGS += -msmall-data -msmall-text  CFLAGS += -msmall-data
54  LDFLAGS+=-Wl,-T,alpha.ld  LDFLAGS+=-Wl,-T,alpha.ld
55  endif  endif
56    
# Line 78  OBJS= elfload.o main.o syscall.o mmap.o Line 78  OBJS= elfload.o main.o syscall.o mmap.o
78  SRCS:= $(OBJS:.o=.c)  SRCS:= $(OBJS:.o=.c)
79  OBJS+= libqemu.a  OBJS+= libqemu.a
80    
81  LIBOBJS+=thunk.o translate-i386.o op-i386.o exec-i386.o exec.o  LIBOBJS+=thunk.o translate-i386.o op-i386.o helper-i386.o exec-i386.o exec.o
82    
83  # NOTE: the disassembler code is only needed for debugging  # NOTE: the disassembler code is only needed for debugging
84  LIBOBJS+=disas.o i386-dis.o dis-buf.o  LIBOBJS+=disas.o i386-dis.o dis-buf.o
# Line 155  README README.distrib COPYING COPYING.LI Line 155  README README.distrib COPYING COPYING.LI
155  dyngen.c ioctls.h ops_template.h op_string.h  syscall_types.h\  dyngen.c ioctls.h ops_template.h op_string.h  syscall_types.h\
156  Makefile     elf.h       thunk.c\  Makefile     elf.h       thunk.c\
157  elfload.c   main.c            signal.c        thunk.h exec.h\  elfload.c   main.c            signal.c        thunk.h exec.h\
158  cpu-i386.h qemu.h op-i386.c syscall-i386.h  translate-i386.c\  cpu-i386.h qemu.h op-i386.c helper-i386.c syscall-i386.h  translate-i386.c\
159  syscall.c opreg_template.h  syscall_defs.h vm86.c\  syscall.c opreg_template.h  syscall_defs.h vm86.c\
160  dis-asm.h dis-buf.c disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c\  dis-asm.h dis-buf.c disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c\
161  ppc.ld s390.ld exec-i386.h exec-i386.c path.c exec.c mmap.c configure \  ppc.ld alpha.ld s390.ld exec-i386.h exec-i386.c path.c exec.c mmap.c configure \
162  tests/Makefile\  tests/Makefile\
163  tests/test-i386.c tests/test-i386-shift.h tests/test-i386.h\  tests/test-i386.c tests/test-i386-shift.h tests/test-i386.h\
164  tests/test-i386-muldiv.h tests/test-i386-code16.S\  tests/test-i386-muldiv.h tests/test-i386-code16.S\

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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