Ignore:
Timestamp:
08/28/2022 07:03:28 PM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
96923ef
Parents:
9737271
git-author:
Pierre Labastie <pierre.labastie@…> (08/28/2022 07:00:05 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (08/28/2022 07:03:28 PM)
Message:

Building mozilla apps with gcc is broken on i686

We used to sed the double_t definition to allow building, but now
we use clang, so that the build passes without sed. Say that using
GCC breaks the build in command explanations too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js91.xml

    r9737271 rf572dbb  
    150150
    151151    </note>
     152<!-- not needed when using clang.  Upstream bug at
     153     https://bugzilla.mozilla.org/show_bug.cgi?id=1729459
    152154
    153155    <para>
     
    160162              -i modules/fdlibm/src/math_private.h ;;
    161163esac</userinput></screen>
    162 
     164-->
    163165    <para>
    164166      Install <application>JS</application> by running the following
     
    283285
    284286    <para>
    285       <parameter><envar>CC=gcc CXX=g++</envar></parameter>: BLFS used to
     287      <option><envar>CC=gcc CXX=g++</envar></option>: BLFS used to
    286288      prefer to use gcc and g++ instead of upstream's defaults of the
    287289      <application>clang</application> programs. With the release of
     
    291293      (by exporting them and unset them after the installation, or simply
    292294      prepending them before the
    293       <command>sh ../js/src/configure.in</command> command).
     295      <command>sh ../js/src/configure.in</command> command). Building
     296      with GCC on i?86 is currently broken.
    294297    </para>
    295298
Note: See TracChangeset for help on using the changeset viewer.