]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile.target
xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64
[mirror_qemu.git] / Makefile.target
index 6089d290dfb31c278c4dd7f887c945e60935f916..137d0b05176a25a1b178fce15452dd0d3bcf12b9 100644 (file)
@@ -163,10 +163,6 @@ dummy := $(call unnest-vars,.., \
 all-obj-y += $(common-obj-y)
 all-obj-$(CONFIG_SOFTMMU) += $(block-obj-y)
 
-ifndef CONFIG_HAIKU
-LIBS+=-lm
-endif
-
 # build either PROG or PROGW
 $(QEMU_PROG_BUILD): $(all-obj-y) ../libqemuutil.a ../libqemustub.a
        $(call LINK,$^)