diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-07 12:17:46 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-07-07 12:17:46 +0000 |
commit | 4690764bba3a489d5180106d08970ced59113e22 (patch) | |
tree | f508264ff6280d81decc6ecb5f8bb4fe0ee5144a /Makefile | |
parent | 3c1cf9fa865927759a78d476a218a7759fb38fb4 (diff) | |
download | qemu-4690764bba3a489d5180106d08970ced59113e22.zip |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@312 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -141,7 +141,7 @@ endif # must use static linking to avoid leaving stuff in virtual address space vl: vl.o block.o libqemu.a - $(CC) -pg -static -Wl,-T,i386-vl.ld -o $@ $^ $(LIBS) + $(CC) -static -Wl,-T,i386-vl.ld -o $@ $^ $(LIBS) vlmkcow: vlmkcow.o $(CC) -o $@ $^ $(LIBS) @@ -213,11 +213,11 @@ dyngen.c dyngen.h dyngen-exec.h ioctls.h syscall_types.h \ Makefile elf.h elfload.c main.c signal.c qemu.h \ syscall.c syscall_defs.h vm86.c path.c mmap.c \ i386.ld ppc.ld alpha.ld s390.ld sparc.ld arm.ld\ -vl.c i386-vl.ld vl.h block.c\ +vl.c i386-vl.ld vl.h block.c vlmkcow.c\ thunk.c cpu-exec.c translate.c cpu-all.h thunk.h exec.h\ -exec.c cpu-exec.c\ +exec.c cpu-exec.c gdbstub.c\ cpu-i386.h op-i386.c helper-i386.c syscall-i386.h translate-i386.c \ -exec-i386.h ops_template.h op_string.h opreg_template.h \ +exec-i386.h ops_template.h ops_template_mem.h op_string.h opreg_template.h \ cpu-arm.h syscall-arm.h exec-arm.h op-arm.c translate-arm.c op-arm-template.h \ dis-asm.h disas.c disas.h alpha-dis.c ppc-dis.c i386-dis.c sparc-dis.c \ arm-dis.c \ |