]> git.proxmox.com Git - qemu.git/commitdiff
Haiku doesn't have libm
authorAndreas Färber <andreas.faerber@web.de>
Sun, 19 Sep 2010 22:50:45 +0000 (00:50 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Oct 2010 06:31:21 +0000 (06:31 +0000)
Math functions are integrated into Haiku's libroot.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target

index 91d03818e82c6e4590049f84fa1265d3eafc32ef..4b2558a18bbda10c446446412c0ff5607e22ac4e 100644 (file)
@@ -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)