Changeset f572dbb for xsoft/other


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
  • xsoft/other/thunderbird.xml

    r9737271 rf572dbb  
    223223<screen><userinput>sed -i '/ROOT_CLIP_CHAIN/d' gfx/webrender_bindings/webrender_ffi.h</userinput></screen>
    224224
    225 <!-- applying this for 11.1: upstream haven't made their mind yet
     225<!-- Not needed with clang
    226226     https://bugzilla.mozilla.org/show_bug.cgi?id=1729459
    227      Still not fixed in 102.1. -->
    228227    <para>
    229228      If building on a 32 bit machine, the following sed works around
     
    236235              -i modules/fdlibm/src/math_private.h ;;
    237236esac</userinput></screen>
    238 
     237-->
    239238    <para>
    240239      Now invoke the Python <command>mach</command> script to compile
     
    302301
    303302    <para>
    304       <parameter><envar>CC=gcc CXX=g++</envar></parameter>: BLFS used to
     303      <option><envar>CC=gcc CXX=g++</envar></option>: BLFS used to
    305304      prefer to use gcc and g++ instead of upstream's defaults of the
    306305      <application>clang</application> programs. With the release of
     
    308307      of extra warnings, and is bigger. Set these environment variables
    309308      <emphasis>before you run the configure script</emphasis>
    310       if you wish to continue to use gcc, g++.
     309      if you wish to continue to use gcc, g++. Building
     310      with GCC on i?86 is currently broken.
    311311    </para>
    312312
Note: See TracChangeset for help on using the changeset viewer.