projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd00d53
)
Haiku doesn't have libm
author
Andreas Färber
<andreas.faerber@web.de>
Sun, 19 Sep 2010 22:50:45 +0000
(
00:50
+0200)
committer
Blue 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
patch
|
blob
|
history
diff --git
a/Makefile.target
b/Makefile.target
index 91d03818e82c6e4590049f84fa1265d3eafc32ef..4b2558a18bbda10c446446412c0ff5607e22ac4e 100644
(file)
--- 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)