/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

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

revision 1.40 by bellard, Fri Jun 27 17:34:32 2003 UTC revision 1.41 by bellard, Mon Jun 30 10:12:19 2003 UTC
# Line 140  ifeq ($(ARCH),alpha) Line 140  ifeq ($(ARCH),alpha)
140  endif  endif
141    
142  # must use static linking to avoid leaving stuff in virtual address space  # must use static linking to avoid leaving stuff in virtual address space
143  vl: vl.o libqemu.a  vl: vl.o block.o libqemu.a
144          $(CC) -static -Wl,-T,i386-vl.ld -o $@ $^  $(LIBS)          $(CC) -static -Wl,-T,i386-vl.ld -o $@ $^  $(LIBS)
145    
146  depend: $(SRCS)  depend: $(SRCS)
# Line 210  dyngen.c dyngen.h dyngen-exec.h ioctls.h Line 210  dyngen.c dyngen.h dyngen-exec.h ioctls.h
210  Makefile elf.h elfload.c main.c signal.c qemu.h \  Makefile elf.h elfload.c main.c signal.c qemu.h \
211  syscall.c syscall_defs.h vm86.c path.c mmap.c \  syscall.c syscall_defs.h vm86.c path.c mmap.c \
212  i386.ld ppc.ld alpha.ld s390.ld sparc.ld arm.ld\  i386.ld ppc.ld alpha.ld s390.ld sparc.ld arm.ld\
213  vl.c i386-vl.ld\  vl.c i386-vl.ld vl.h block.c\
214  thunk.c cpu-exec.c translate.c cpu-all.h thunk.h exec.h\  thunk.c cpu-exec.c translate.c cpu-all.h thunk.h exec.h\
215  exec.c cpu-exec.c\  exec.c cpu-exec.c\
216  cpu-i386.h op-i386.c helper-i386.c syscall-i386.h translate-i386.c \  cpu-i386.h op-i386.c helper-i386.c syscall-i386.h translate-i386.c \

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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