summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-04-22 23:51:04 +0200
committerKevin Ryde <user42@zip.com.au>2002-04-22 23:51:04 +0200
commit607e545085c4f41d3c102e046e6949a3ec89f74b (patch)
treec65e2e29ae66087ba55eeca31cb241a05a7c9afc /configure.in
parent61d2467e69183b7021dd0cbc9d2319cc9e4fec86 (diff)
downloadgmp-607e545085c4f41d3c102e046e6949a3ec89f74b.tar.gz
Add a comment to:
* configure.in: Grep for NAILS_SUPPORT in cpu-specific code, and look in "nails" subdirectories, print path used.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1b9ca1519..ca02e6dd9 100644
--- a/configure.in
+++ b/configure.in
@@ -1771,6 +1771,14 @@ for tmp_fn in $gmp_mpn_functions; do
# For a nails build, check if the file supports our nail bits.
# Generic code always supports all nails.
#
+ # FIXME: When a multi-function file is selected to provide one of
+ # the nails-neutral routines, like logops_n for and_n, the
+ # PROLOGUE grepping will create HAVE_NATIVE_mpn_<foo> defines for
+ # all functions in that file, even if they haven't all been
+ # nailified. Not sure what to do about this, it's only really a
+ # problem for logops_n, and it's not too terrible to insist those
+ # get nailified alwasy.
+ #
if test $GMP_NAIL_BITS != 0 && test $tmp_dir != generic; then
case $tmp_fn in
and_n | ior_n | xor_n | \