Changeset 716ab1ac


Ignore:
Timestamp:
08/28/2022 08:13:29 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
46a8304
Parents:
ff72cd05
git-author:
Xi Ruoyao <xry111@…> (08/28/2022 08:12:31 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/28/2022 08:13:29 AM)
Message:

js-91: clang is required on 32-bit system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js91.xml

    rff72cd05 r716ab1ac  
    9696      <xref linkend="rust"/>, and
    9797      <xref linkend="which"/>
    98       <!-- Should we list llvm here? -->
    9998    </para>
    10099
    101100    <bridgehead renderas="sect4">Recommended</bridgehead>
    102101    <para role="recommended">
    103       <xref linkend="llvm"/> (with <application>Clang</application>)
     102      <!-- If clang is installed, it will be used instead of gcc.
     103           gcc does not work for 32-bit system:
     104           https://bugzilla.mozilla.org/show_bug.cgi?id=1729459 -->
     105      <xref linkend="llvm"/> (with <application>Clang</application>,
     106      required for 32-bit system)
    104107    </para>
    105108
Note: See TracChangeset for help on using the changeset viewer.