aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cabal/cabal-0001-force-ld.gold.patch
blob: 76a6a1528c33d2806663b425bc6b83b43f145301 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/bootstrap.sh.original	2016-02-10 06:45:52.000000000 -0600
+++ a/bootstrap.sh	2016-03-18 23:28:06.000000000 -0500
@@ -74,6 +74,7 @@
 
 # Fall back to "ld"... might work.
 [ -$LINK- = -""- ] && LINK=ld
+LINK="ld.gold"
 
 # And finally, see if we can compile and link something.
   echo 'int main(){}' | $CC -xc - -o /dev/null ||