Changes between Version 8 and Version 9 of WebKitGTK/SpeedUpBuild
- Timestamp:
- Jan 2, 2014, 5:08:27 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/SpeedUpBuild
v8 v9 29 29 lrwxrwxrwx 1 root root 7 Sep 25 2012 /usr/bin/ld -> ld.gold 30 30 }}} 31 32 Or you can configure `update-alternatives`: 33 {{{ 34 #!sh 35 $ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20 36 $ update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10 37 }}} 38 39 Then choose the preferred one with the following command: 40 {{{ 41 #!sh 42 $ update-alternatives --config ld 43 }}} 44 45 '''Be aware''' that ''colorgcc'' might cause linking issues when using ld.gold. 31 46 32 47 == ccache ==