summaryrefslogtreecommitdiffstats
path: root/testing/source/mozilla-thunderbird/gold
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/mozilla-thunderbird/gold')
l---------testing/source/mozilla-thunderbird/gold/gold1
l---------testing/source/mozilla-thunderbird/gold/ld1
-rwxr-xr-xtesting/source/mozilla-thunderbird/gold/ld.gold6
3 files changed, 8 insertions, 0 deletions
diff --git a/testing/source/mozilla-thunderbird/gold/gold b/testing/source/mozilla-thunderbird/gold/gold
new file mode 120000
index 000000000..6cd03701c
--- /dev/null
+++ b/testing/source/mozilla-thunderbird/gold/gold
@@ -0,0 +1 @@
+ld.gold \ No newline at end of file
diff --git a/testing/source/mozilla-thunderbird/gold/ld b/testing/source/mozilla-thunderbird/gold/ld
new file mode 120000
index 000000000..6cd03701c
--- /dev/null
+++ b/testing/source/mozilla-thunderbird/gold/ld
@@ -0,0 +1 @@
+ld.gold \ No newline at end of file
diff --git a/testing/source/mozilla-thunderbird/gold/ld.gold b/testing/source/mozilla-thunderbird/gold/ld.gold
new file mode 100755
index 000000000..f1d76b3a4
--- /dev/null
+++ b/testing/source/mozilla-thunderbird/gold/ld.gold
@@ -0,0 +1,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 "$@"