sim-card
/
qemu
Archived
10
0
Fork 0

Haiku doesn't have libm

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>
This commit is contained in:
Andreas Färber 2010-09-20 00:50:45 +02:00 committed by Blue Swirl
parent bd00d539d3
commit aff447c916
1 changed files with 2 additions and 0 deletions

View 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)