diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-01 00:07:38 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-01 00:07:38 +0000 |
commit | b92c47c1cc25bafd75d81f121e06b68b35d0beed (patch) | |
tree | a30c60d4769e2ca4185ead842b98157705d9ec39 /Makefile.target | |
parent | fc0d441e14f07a35f9ea67ac8ca032a2ea902b38 (diff) |
Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3502 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 33dc285bb6..07047c18a8 100644 --- a/Makefile.target +++ b/Makefile.target @@ -259,7 +259,7 @@ main.o: BASE_CFLAGS+=-p endif ifdef CONFIG_LINUX_USER -OBJS= main.o syscall.o mmap.o signal.o path.o osdep.o thunk.o \ +OBJS= main.o syscall.o strace.o mmap.o signal.o path.o osdep.o thunk.o \ elfload.o linuxload.o LIBS+= $(AIOLIBS) ifdef TARGET_HAS_BFLT |