From aff447c9164f23d72154a487c6dac9de001d9f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Mon, 20 Sep 2010 00:50:45 +0200 Subject: [PATCH] Haiku doesn't have libm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Math functions are integrated into Haiku's libroot. Signed-off-by: Andreas Färber Signed-off-by: Blue Swirl --- Makefile.target | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.target b/Makefile.target index 91d03818e..4b2558a18 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)