blob: 4a170f9feb2926e209e47d2b95fbb109f7faae99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/tools/qemu-xen-traditional/Makefile.target
+++ b/tools/qemu-xen-traditional/Makefile.target
@@ -520,7 +520,7 @@
OBJS+=block-raw-posix.o
endif
-LIBS+=-lz
+LIBS+=-lz -lm -lrt
ifdef CONFIG_ALSA
LIBS += -lasound
endif
|