From: Dario Faggioli <raistlin@linux.it>
To: xen-devel <xen-devel@lists.xen.org>, Dario Faggioli <raistlin@linux.it>
Cc: Andre Przywara <andre.przywara@amd.com>,
Ian Campbell <Ian.Campbell@citrix.com>,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>,
George Dunlap <george.dunlap@eu.citrix.com>,
Juergen Gross <juergen.gross@ts.fujitsu.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
Roger Pau Monne <roger.pau@citrix.com>
Subject: [PATCH 1 of 4 v7/leftover] libxl: kill the need for checking and linking to libm
Date: Tue, 24 Jul 2012 16:42:08 +0200 [thread overview]
Message-ID: <38a8bf1ee9594b2f08e3.1343140928@Solace> (raw)
In-Reply-To: <patchbomb.1343140927@Solace>
Which was introduced in 7b0dc7f3ddfe. This is because the NUMA
placement heuristic does not need FP arith anymore.
As usual when changing configure.ac, remember to rerun autoconf
after applying this change.
Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
diff --git a/tools/configure.ac b/tools/configure.ac
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -137,7 +137,6 @@ AC_CHECK_LIB([lzo2], [lzo1x_decompress],
AC_SUBST(zlib)
AC_CHECK_LIB([aio], [io_setup], [system_aio="y"], [system_aio="n"])
AC_SUBST(system_aio)
-AC_CHECK_LIB([m], [isnan], [], [AC_MSG_ERROR([Could not find libm])])
AC_CHECK_LIB([crypto], [MD5], [], [AC_MSG_ERROR([Could not find libcrypto])])
AC_CHECK_LIB([ext2fs], [ext2fs_open2], [libext2fs="y"], [libext2fs="n"])
AC_SUBST(libext2fs)
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -61,7 +61,7 @@ ifeq ($(BISON),)
scanners, please install it an rerun configure)
endif
-LIBXL_LIBS += -lyajl -lm
+LIBXL_LIBS += -lyajl
LIBXL_OBJS = flexarray.o libxl.o libxl_create.o libxl_dm.o libxl_pci.o \
libxl_dom.o libxl_exec.o libxl_xshelp.o libxl_device.o \
next prev parent reply other threads:[~2012-07-24 14:42 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-24 14:42 [PATCH 0 of 4 v7/leftover] Automatic NUMA placement for xl Dario Faggioli
2012-07-24 14:42 ` Dario Faggioli [this message]
2012-07-25 16:40 ` [PATCH 1 of 4 v7/leftover] libxl: kill the need for checking and linking to libm Ian Campbell
2012-07-24 14:42 ` [PATCH 2 of 4 v7/leftover] libxl: enable automatic placement of guests on NUMA nodes Dario Faggioli
2012-07-26 12:03 ` Andre Przywara
2012-07-26 13:54 ` Dario Faggioli
2012-07-26 14:14 ` Ian Jackson
2012-07-26 16:00 ` Dario Faggioli
2012-07-24 14:42 ` [PATCH 3 of 4 v7/leftover] libxl: have NUMA placement deal with cpupools Dario Faggioli
2012-07-26 14:20 ` Ian Jackson
2012-07-24 14:42 ` [PATCH 4 of 4 v7/leftover] Some automatic NUMA placement documentation Dario Faggioli
2012-07-26 14:22 ` Ian Jackson
2012-07-26 14:31 ` Ian Campbell
2012-07-26 14:42 ` [PATCH 0 of 4 v7/leftover] Automatic NUMA placement for xl Ian Campbell
2012-07-26 15:47 ` Dario Faggioli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=38a8bf1ee9594b2f08e3.1343140928@Solace \
--to=raistlin@linux.it \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=Stefano.Stabellini@eu.citrix.com \
--cc=andre.przywara@amd.com \
--cc=george.dunlap@eu.citrix.com \
--cc=juergen.gross@ts.fujitsu.com \
--cc=roger.pau@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).