/[qemu]/qemu/Makefile
ViewVC logotype

Diff of /qemu/Makefile

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

revision 1.36 by bellard, Sun Jun 15 23:29:28 2003 UTC revision 1.37 by bellard, Tue Jun 24 13:42:40 2003 UTC
# Line 135  ifeq ($(ARCH),alpha) Line 135  ifeq ($(ARCH),alpha)
135          echo -ne '\001\000\000\000' | dd of=qemu bs=1 seek=48 count=4 conv=notrunc          echo -ne '\001\000\000\000' | dd of=qemu bs=1 seek=48 count=4 conv=notrunc
136  endif  endif
137    
138    # must use static linking to avoid leaving stuff in virtual address space
139    vl: vl.o libqemu.a
140            $(CC) -static -Wl,-T,i386-vl.ld -o $@ $^  $(LIBS)
141    
142  depend: $(SRCS)  depend: $(SRCS)
143          $(CC) -MM $(CFLAGS) $^ 1>.depend          $(CC) -MM $(CFLAGS) $^ 1>.depend
144    

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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