summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-28 16:44:57 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-28 16:44:57 +0000
commitcec7d0b6e187f57d67f8624794ec3f15d76953f4 (patch)
tree0ab7d12defb7280d7ff2373badd1dc1fb4608181 /Makefile.target
parent093f8f06323206697afe29b8def82883182d6480 (diff)
downloadhqemu-cec7d0b6e187f57d67f8624794ec3f15d76953f4.zip
hqemu-cec7d0b6e187f57d67f8624794ec3f15d76953f4.tar.gz
Don't link usermode emulation against libqemu_common.a
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4607 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target
index 04c88e4..de6a7c6 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -414,14 +414,13 @@ OBJS+=gdbstub.o
endif
OBJS+= libqemu.a
-OBJS+= ../libqemu_common.a
# Note: this is a workaround. The real fix is to avoid compiling
# cpu_signal_handler() in cpu-exec.c.
signal.o: signal.c
$(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
-$(QEMU_PROG): $(OBJS)
+$(QEMU_PROG): $(OBJS) ../libqemu_user.a
$(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
ifeq ($(ARCH),alpha)
# Mark as 32 bit binary, i. e. it will be mapped into the low 31 bit of
OpenPOWER on IntegriCloud