Math functions are integrated into Haiku's libroot. Signed-off-by: Andreas Färber <andreas.faer...@web.de> --- Makefile.target | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile.target b/Makefile.target index a4e80b1..296f252 100644 --- a/Makefile.target +++ b/Makefile.target @@ -31,7 +31,9 @@ endif PROGS=$(QEMU_PROG) +ifndef CONFIG_HAIKU LIBS+=-lm +endif kvm.o kvm-all.o vhost.o vhost_net.o: QEMU_CFLAGS+=$(KVM_CFLAGS) -- 1.7.1.rc2.7.g3e7f1