Changeset cefe20d for introduction


Ignore:
Timestamp:
07/21/2023 04:43:01 PM (14 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
a1ea6d4e
Parents:
9a23f3e
Message:

js102: Fix building on i686 again.

The default build configuration in 102.13 appears to have moved back to
GCC. Rather than change it, let's just modify math_private.h again with
a simpler tweak to allow it to build properly again (wrapped in a case
statement).

This particular problem resurfacing is quite odd. I can confirm that
js-102.12.0 does work though, but updated due to the JS CVE.

Firefox 115.x works well on i686 and builds without any tweaks, so
whenever we move to js115, this should not be a problem anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9a23f3e rcefe20d  
    3939    </listitem>
    4040    -->
     41   <listitem>
     42     <para>July 21st, 2023</para>
     43     <itemizedlist>
     44       <listitem>
     45         <para>[renodr] - Fix building JS-102 on i686. Firefox is unaffected
     46         this time since the underlying problem is fixed in 115.x.</para>
     47       </listitem>
     48     </itemizedlist>
     49   </listitem>
     50
    4151   <listitem>
    4252     <para>July 20th, 2023</para>
Note: See TracChangeset for help on using the changeset viewer.