summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-03 14:46:32 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:41 -0500
commit6362a53f55c30b0638b1c5dae9c510a94e2926a9 (patch)
treea7be6797991fdb7328b1b113481d7efd5657ffd5 /Makefile.target
parentba679e62f36c16da73d34da3ffa5279a07a7a73d (diff)
downloadqemu-6362a53f55c30b0638b1c5dae9c510a94e2926a9.tar.gz
Test if we need -lutil in ,/configure
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.target b/Makefile.target
index 10a5ebebde..5928135c57 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -395,16 +395,6 @@ ifdef CONFIG_SLIRP
QEMU_CFLAGS+=-I$(SRC_PATH)/slirp
endif
-# specific flags are needed for non soft mmu emulator
-ifndef CONFIG_DARWIN
-ifndef CONFIG_WIN32
-ifndef CONFIG_SOLARIS
-ifndef CONFIG_AIX
-LIBS+=-lutil
-endif
-endif
-endif
-endif
ifdef TARGET_GPROF
vl.o: QEMU_CFLAGS+=-p
LDFLAGS+=-p