diff options
Diffstat (limited to 'source/xap/mozilla-thunderbird/gold')
l--------- | source/xap/mozilla-thunderbird/gold/gold | 1 | ||||
l--------- | source/xap/mozilla-thunderbird/gold/ld | 1 | ||||
-rwxr-xr-x | source/xap/mozilla-thunderbird/gold/ld.gold | 6 |
3 files changed, 0 insertions, 8 deletions
diff --git a/source/xap/mozilla-thunderbird/gold/gold b/source/xap/mozilla-thunderbird/gold/gold deleted file mode 120000 index 6cd03701c..000000000 --- a/source/xap/mozilla-thunderbird/gold/gold +++ /dev/null @@ -1 +0,0 @@ -ld.gold
\ No newline at end of file diff --git a/source/xap/mozilla-thunderbird/gold/ld b/source/xap/mozilla-thunderbird/gold/ld deleted file mode 120000 index 6cd03701c..000000000 --- a/source/xap/mozilla-thunderbird/gold/ld +++ /dev/null @@ -1 +0,0 @@ -ld.gold
\ No newline at end of file diff --git a/source/xap/mozilla-thunderbird/gold/ld.gold b/source/xap/mozilla-thunderbird/gold/ld.gold deleted file mode 100755 index f1d76b3a4..000000000 --- a/source/xap/mozilla-thunderbird/gold/ld.gold +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 "$@" |