]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.target
Test if we need -lutil in ,/configure
[qemu.git] / Makefile.target
index 10a5ebebde8fb670992f7910a9e9434b9cfdb431..5928135c57928f6831a4c206c5fe1836eab14573 100644 (file)
@@ -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