diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-08-22 02:37:27 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-08-22 02:37:27 +0200 |
commit | 519bd15570e75f78b85810efb4d4c91fde861262 (patch) | |
tree | 6d0d19ee271c1294724cb32634152598aab84ff7 | |
parent | ab94eb8cf71e9337ede16c2fed5be1672a7e3bf0 (diff) | |
download | gmp-519bd15570e75f78b85810efb4d4c91fde861262.tar.gz |
Add alpha OSF libtool gremlins.
Remove AIX config.guess error message, done.
Add GMP_LDFLAGS using LDFLAGS, or perhaps not needed in the future.
-rw-r--r-- | doc/tasks.html | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/tasks.html b/doc/tasks.html index bd5a1b308..f7446a7cb 100644 --- a/doc/tasks.html +++ b/doc/tasks.html @@ -33,7 +33,7 @@ MA 02111-1307, USA. <hr> <!-- NB. timestamp updated automatically by emacs --> <comment> - This file current as of 12 Aug 2002. An up-to-date version is available at + This file current as of 22 Aug 2002. An up-to-date version is available at <a href="http://www.swox.com/gmp/tasks.html">http://www.swox.com/gmp/tasks.html</a>. Please send comments about this page to <a href="mailto:bug-gmp@gnu.org">bug-gmp@gnu.org</a>. @@ -714,6 +714,12 @@ MA 02111-1307, USA. <ul> <li> a29k: umul.s and udiv.s exist but don't get used. +<li> Alpha OSF: Libtool doesn't seem to recognise this system is "pic always" + and ends up running gcc twice with the same options. This is wasteful, + but harmless. Perhaps a newer libtool will be better. +<li> Alpha OSF: Libtool ends up with some <code>${wl}</code> bits coming + through to the commands run. Seems to work anyway, but hopefully a newer + version will have this fixed. <li> ARM: <code>umul_ppmm</code> in longlong.h always uses <code>umull</code>, but is that available only for M series chips or some such? Perhaps it should be configured in some way. @@ -764,10 +770,11 @@ MA 02111-1307, USA. <li> Automake: Latest automake has a <code>CCAS</code>, <code>CCASFLAGS</code> scheme. Though we probably wouldn't be using its assembler support we could try to use those variables in compatible ways. -<li> AIX PowerPC: <code>config.guess</code> prints an unattractive "Memory - fault" message from the <code>mfpvr</code> test program. Should try to - suppress that. The use of <code>$SHELL -c</code> is supposed to do that, - but doesn't. +<li> <code>GMP_LDFLAGS</code> could probably be done with plain + <code>LDFLAGS</code> already used by automake for all linking. But with + a bit of luck the next libtool will pass pretty much all + <code>CFLAGS</code> through to the compiler when linking, making + <code>GMP_LDFLAGS</code> unnecessary. </ul> |