File chromium_use_gold.patch of Package chromium
--- chromium/src/third_party/gold/ld 2012-03-03 17:09:06.526414072 +0100 +++ chromium/src/third_party/gold/ld 2012-03-03 17:09:06.526414072 +0100 @@ -12,11 +12,4 @@ base_dir=$(dirname "$0") machine=$(getconf LONG_BIT) -if [ "$machine" = "64" ]; then - exec $base_dir/gold64 "$@" -elif [ "$machine" = "32" ]; then - exec $base_dir/gold32 "$@" -else - echo Unknown architecture - exit 1 -fi +exec gold "$@"