aboutsummaryrefslogtreecommitdiffstats
path: root/community/cabal/cabal-0001-force-ld.gold.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/cabal/cabal-0001-force-ld.gold.patch')
-rw-r--r--community/cabal/cabal-0001-force-ld.gold.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/cabal/cabal-0001-force-ld.gold.patch b/community/cabal/cabal-0001-force-ld.gold.patch
deleted file mode 100644
index a58ce571aca..00000000000
--- a/community/cabal/cabal-0001-force-ld.gold.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/bootstrap.sh
-+++ a/bootstrap.sh
-@@ -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 ||