Changes between Version 35 and Version 36 of WebKitGTK/StartHacking


Ignore:
Timestamp:
Jan 2, 2014 5:09:53 AM (10 years ago)
Author:
Manuel Rego Casasnovas
Comment:

Link to SpeedUpBuild for ld.gold instructions

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/StartHacking

    v35 v36  
    116116}}}
    117117
    118  * If you may be using the `gold` compiler, change `ld` in order to use `ld.bfd` instead of `ld.gold`. Instructions:
    119    * Configure `update-alternatives`:
    120 {{{
    121 #!sh
    122 $ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20
    123 $ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
    124 }}}
    125    - Then choose the preferred one with the following command:
    126 {{{
    127 #!sh
    128 $ update-alternatives --config ld
    129 }}}
    130 
    131  * '''be aware''' that ''colorgcc'' might cause linking issues when using ld.gold.
     118 * If you may be using the `gold` compiler, change `ld` in order to use `ld.bfd` instead of `ld.gold` (see [wiki:WebKitGTK/SpeedUpBuild#gold instructions]).
    132119
    133120 * Use a `jhbuild` shell and compile with `-j1`. Example with problems compiling `cairo`: