icu: Remove Clang note in 32-bit.

This commit is contained in:
Zeckmathederg 2024-10-26 09:25:16 -06:00
parent e440c3bbbb
commit 210ffc2f8b
2 changed files with 9 additions and 11 deletions

View File

@ -39,6 +39,15 @@
</listitem> </listitem>
--> -->
<listitem>
<para>October 25th, 2024</para>
<itemizedlist>
<listitem>
<para>[Zeckmathederg] - icu: Remove Clang note in 32-bit.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>October 25th, 2024</para> <para>October 25th, 2024</para>
<itemizedlist> <itemizedlist>

View File

@ -139,17 +139,6 @@ make</userinput></screen>
<sect2 role="installation"> <sect2 role="installation">
<title>32-bit Installation of ICU</title> <title>32-bit Installation of ICU</title>
<note>
<para>
If <command>clang++</command> is available, it will be used in the
mistaken belief that <command>g++</command> might not support C++11,
even though <command>configure</command> has tested for that. If
using <command>g++</command> there will be an unnecessary warning at
the end of <command>configure</command>. Building with
<command>g++</command> also takes longer.
</para>
</note>
<para> <para>
First clean the directory: First clean the directory:
</para> </para>