summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Trangez <ikke@nicolast.be>2022-09-18 11:47:14 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-09-20 20:14:29 -0400
commit854224ed32422f7a315a2480c129691ad40ca504 (patch)
tree365d14e60d3f9ddeb2c5521d57ecda826a8aac9e
parentee9d0f5c5680ae033d701dfbd220c7938c7a2d51 (diff)
downloadhaskell-854224ed32422f7a315a2480c129691ad40ca504.tar.gz
rts: remove copy-paste error from `cabal.rts.in`
This was, likely accidentally, introduced in 4bf542bf1c. See: 4bf542bf1cdf2fa468457fc0af21333478293476
-rw-r--r--rts/rts.cabal.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index af76886418..a1ef38808b 100644
--- a/rts/rts.cabal.in
+++ b/rts/rts.cabal.in
@@ -419,9 +419,6 @@ library
-- This symbol is useful in gdb, but not referred to anywhere,
-- so we need to force it to be included in the binary.
ld-options: "-Wl,-u,findPtr"
- -- This symbol is useful in gdb, but not referred to anywhere,
- -- so we need to force it to be included in the binary.
- "-Wl,-u,findPtr"
if os(windows)
if flag(leading-underscore)