summaryrefslogtreecommitdiffstats
path: root/testing/source/mozilla-thunderbird/gold/ld.gold
blob: f1d76b3a42afbecac11d4058805e93c86b79fcfa (plain) (blame)
1
2
3
4
5
6
#!/bin/bash
# Doing this for 32-bit... sigh. May have to try to figure out how to only
# use it in 32-bit userspace even when running under a 64-bit kernel.
/usr/bin/ld.gold --no-map-whole-files --no-keep-memory --no-keep-files-mapped "$@"
# Old simple way:
#/usr/bin/ld.gold "$@"