diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-10-13 23:55:55 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-10-13 23:55:55 +0200 |
commit | 56274e092bc6e54ac01c3f8d2203cc7e193309dc (patch) | |
tree | 7540b28333a0ddfeffe2a57ea66e5295571f495f /doc | |
parent | 650d0ed4769c4679bd1b43e98cc5f19f97c680c3 (diff) | |
download | gmp-56274e092bc6e54ac01c3f8d2203cc7e193309dc.tar.gz |
Remove GMP_CHECK_ASM only if needed task, now done.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tasks.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/tasks.html b/doc/tasks.html index 6dbca473b..ab68eda38 100644 --- a/doc/tasks.html +++ b/doc/tasks.html @@ -291,10 +291,6 @@ <code>AC_PROG_F77</code> 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> Consider running the <code>GMP_CHECK_ASM</code> tests only if they're - needed, ie. if there's a .S or .asm in the mpn path. Hopefully the - path can be determined without reference to those tests. (x86s need to - know whether the assembler supports MMX though.) <li> Configure in demos directory. Now pexpr.c is becoming the usual *nix mess of nested ifdefs. </ul> |