Fix HTML-4.01 Strict compliance

llvm-svn: 20386
This commit is contained in:
Misha Brukman 2005-03-01 17:19:21 +00:00
parent a9b8676393
commit e4fad6b70f
1 changed files with 2 additions and 2 deletions

View File

@ -76,11 +76,11 @@ shown to work correctly.</p>
will cause the GNU <tt>ld</tt> linker to fail an assertion when linking
components of the libstdc++. It is recommended that you replace the entire
binutils package with version 2.15 such that "<tt>ld --version</tt>" responds
with<br/>
with</p>
<pre>GNU ld version 2.15</pre>
not with:<br/>
<pre>GNU ld version 2.15.91 20040725</pre>
</p></div>
</div>
<!--=========================================================================-->
<div class="doc_subsection"><a name="aix">Building under AIX</a></div>