search for: libs_tools

Displaying 1 result from an estimated 1 matches for "libs_tools".

Did you mean: libmltools
2012 Feb 18
0
Re: [Qemu-devel] [PATCH] build: add needed missing libraries libm and librt
...rtions(+), 2 deletions(-) >> >> diff --git a/Makefile b/Makefile >> index 301c75e..e2c3cd4 100644 >> --- a/Makefile >> +++ b/Makefile >> @@ -34,7 +34,7 @@ configure: ; >> >> $(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw) >> >> -LIBS+=-lz $(LIBS_TOOLS) >> +LIBS+=-lz -lm -lrt $(LIBS_TOOLS) NACK. You need to make sure it either lands in $(LIBS_TOOLS) or is added via a new variable with host-dependent contents. >> >> ifdef BUILD_DOCS >> DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 QMP/qmp-commands.txt &...