From 4f9905091498d886eb5518fb33fa8e2596e55dd3 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Flori Date: Thu, 1 Aug 2013 17:07:14 +0200 Subject: [PATCH] Document Yasm related options. --- doc/mpir.texi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/mpir.texi b/doc/mpir.texi index 3aa54d1b..7ebaedb4 100644 --- a/doc/mpir.texi +++ b/doc/mpir.texi @@ -845,6 +845,23 @@ best ABI available, but a particular ABI can be selected. For example See @ref{ABI and ISA}, for the available choices on relevant CPUs, and what applications need to do. +@item @option{--with-yasm}, @option{--with-system-yasm} +@cindex Yasm +@cindex @option{--with-yasm} +@cindex @option{--with-system-yasm} +By default MPIR will compile its own version of Yasm if needed. +Passing @option{--with-yasm} or @option{--with-system-yasm} let MPIR use a +precompiled version of Yasm. With the former option a full path to Yasm's +binary should be given, for example + +@example +./configure --with-yasm=/usr/local/bin/yasm +@end example + +with the latter option MPIR will try to detect a system-wide installation of +Yasm. +Both options are mutually exclusive. + @item @option{CC}, @option{CFLAGS} @cindex C compiler @cindex @code{CC}