Ignore:
Timestamp:
06/26/2022 05:22:50 PM (22 months ago)
Author:
Ken Moffat <ken@…>
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:
afef49b
Parents:
0fa93ad4
Message:

SeaMonkey - only CC and CXX need to be specified for clang.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r0fa93ad4 r3e7f3ee  
    272272    </para>
    273273
    274 <screen><userinput>export CC=clang CXX=clang++ AR=llvm-ar NM=llvm-nm RANLIB=llvm-ranlib &amp;&amp;
    275 ./mach configure      &amp;&amp;
     274<screen><userinput>export CC=clang CXX=clang++ &amp;&amp;
     275./mach configure            &amp;&amp;
    276276./mach build</userinput></screen>
    277277
     
    306306
    307307    <para>
    308       <command>export CC=clang CXX=clang++ AR=llvm-ar NM=llvm-nm
    309       RANLIB=llvm-ranlib</command>:
     308      <command>export CC=clang CXX=clang++</command>:
    310309      With the introduction of <application>gcc-12</application>, many
    311310      more warnings are generated when compiling mozilla applications
    312       and that results in a much slower, and slightly larger, build.
     311      and that results in a much slower, and larger, build.
    313312      Although upstream mozilla code defaults to using
    314313      <application>llvm</application> unless overridden, the older configure
    315       code in <application>SeaMonkey</application> defaults to gcc and needs
    316       to have the programs all specified.
    317  <!-- ken: I checked without specifying and it used gcc, g++ so I added all as
    318  had been necessary in the past. Perhaps only CC and CXX are really needed, -->
     314      code in <application>SeaMonkey</application> defaults to gcc.
    319315    </para>
    320316
Note: See TracChangeset for help on using the changeset viewer.