summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-07-31 00:08:41 +0200
committerKevin Ryde <user42@zip.com.au>2000-07-31 00:08:41 +0200
commit76739da319ed6b2456b9e979e95289facbc81b52 (patch)
tree971584d7da6fb21b8768620725058d6ddf2ded83
parent899f3f36561e5eba5519187658d7e4243f121e73 (diff)
downloadgmp-76739da319ed6b2456b9e979e95289facbc81b52.tar.gz
Correction to fortran mpn task: libtool doesn't know fortran and will
need to be coaxed into accepting it.
-rw-r--r--doc/tasks.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/tasks.html b/doc/tasks.html
index 8a8b6f4e2..ebd7de5c4 100644
--- a/doc/tasks.html
+++ b/doc/tasks.html
@@ -298,9 +298,10 @@
<li> There's a few filenames that don't fit in 14 chars, if this
matters.
<li> Enable support for FORTRAN versions of mpn files (eg. for
- mpn/cray/mulww.f). Add "f" to the mpn path searching, run
- AC_PROG_F77 if such a file is found. Hopefully automake will
- generate everything needed in the makefiles.
+ mpn/cray/mulww.f). Add "f" to the mpn path searching, run AC_PROG_F77 if
+ such a file is found. Automake will generate some of what's needed in the
+ makefiles, but libtool doesn't know fortran and so rules like the current
+ ".asm.lo" will be needed.
<li> Only run GMP_PROG_M4 if it's needed, ie. if there's .asm files
selected from the mpn path. This might help say a generic C
build on weird systems.