summaryrefslogtreecommitdiff
path: root/doc/tasks.html
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-05-06 02:32:58 +0200
committerKevin Ryde <user42@zip.com.au>2004-05-06 02:32:58 +0200
commit42d619cbaaf2172b84cf37c6db8c986a9b9f43af (patch)
tree0153872de8f101e37e20db04a8b3062f7d86d4a7 /doc/tasks.html
parentfbb1379e108bf5a87b9d91ba20d7641291ddf438 (diff)
downloadgmp-42d619cbaaf2172b84cf37c6db8c986a9b9f43af.tar.gz
Remove alpha osf ${wl} apparently unexpanded, a non-problem.
This was on anne.medicis alphaev56-dec-osf4.0e with old bash 1.14.2(1), in libtool 1.5.6 it seems to be merely the echo print of the command which has ${wl} unexpanded. Running with -x shows the correct -Wl in the actual execution. (If it wasn't expanded the "${wl}-expect_unresolved ${wl}\*" bit no doubt would have provoked an error.)
Diffstat (limited to 'doc/tasks.html')
-rw-r--r--doc/tasks.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/tasks.html b/doc/tasks.html
index 918ea2ef5..3653c22c8 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 13 Apr 2004. An up-to-date version is available at
+ This file current as of 6 May 2004. An up-to-date version is available at
<a href="http://swox.com/gmp/tasks.html">http://swox.com/gmp/tasks.html</a>.
Please send comments about this page to
<a href="mailto:gmp-devel@swox.com">gmp-devel@swox.com</a>.
@@ -681,9 +681,6 @@ MA 02111-1307, USA.
<li> Alpha OSF: Libtool (version 1.5) 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 (version 1.5) 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.