Ignore:
Timestamp:
07/23/2023 12:43:34 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
1f2235c
Parents:
aa1bc104
git-author:
Xi Ruoyao <xry111@…> (07/23/2023 12:42:32 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/23/2023 12:43:34 AM)
Message:

js102: Remove commented out stale work around and add <important> for GCC 32-bit issue

Let's stop puzzling the editors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js102.xml

    raa1bc104 rac465d6c  
    107107    </para>
    108108
     109    <important>
     110      <para>
     111        If you are building this package on a 32-bit system, and Clang
     112        is not installed or you're overriding the default compiler choice
     113        with the environment variable <envar>CXX</envar>, please read the
     114        Command Explanations section first.
     115      </para>
     116    </important>
     117
    109118    <!-- It seems nasm is only used for aarch64-win64. -->
    110119    <!--bridgehead renderas="sect4">Optional</bridgehead>
     
    147156
    148157    </note>
    149 <!-- not needed when using clang.  Upstream bug at
    150     https://bugzilla.mozilla.org/show_bug.cgi?id=1729459.
    151     07-21-2023: Issue has resurfaced again when using the default build
    152                 instructions for JS (which uses GCC). The problem is not present
    153                 in Firefox 115 though (which works OK on i686). -renodr
    154 
    155 
    156     <para>
    157       If building on a 32 bit machine, the following sed works around an issue
    158       with an incompatible <quote>double</quote> type in one header file:
    159     </para>
    160 
    161 <screen><userinput>case "$(uname -m)" in
    162     i?86) sed -e 's/typedef double/typedef long double/' \
    163               -i modules/fdlibm/src/math_private.h ;;
    164 esac</userinput></screen>
    165 -->
    166158
    167159    <para>
Note: See TracChangeset for help on using the changeset viewer.