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/graphweb/firefox.xml

    r9737271 rf572dbb  
    142142      <xref linkend="gtk3"/>,
    143143      <xref linkend="libnotify"/>,
    144       <xref linkend="llvm"/> (clang, used for bindgen even if using gcc),
     144      <xref linkend="llvm"/> (with clang, used for bindgen even if using gcc),
    145145      <xref linkend="nodejs"/>,
    146146      <xref linkend="pulseaudio"/>
     
    439439
    440440    <para>
    441       <parameter><envar>CC=gcc CXX=g++</envar></parameter>: BLFS used to
     441      <option><envar>CC=gcc CXX=g++</envar></option>: BLFS used to
    442442      prefer to use gcc and g++ instead of upstream's defaults of the
    443443      <application>clang</application> programs. With the release of
     
    445445      of extra warnings, and is bigger. Set these environment variables
    446446      <emphasis>before you run the configure script</emphasis>
    447       if you wish to continue to use gcc, g++.
     447      if you wish to continue to use gcc, g++. Building
     448      with GCC on i?86 is currently broken.
    448449    </para>
    449450
Note: See TracChangeset for help on using the changeset viewer.