Drop duplicate -optl's from GHC invocations
Previously the make build system would pass things like
-optl-optl-Wl,-x -optl-optl-Wl,noexecstack
to GHC. This would
naturally result in mass confusion as GHC would pass -optl-Wl,-x
to
GCC. GCC would in turn interpret this as -o ptl-Wl,-x
, setting the
output pass of the invocation.
The problem that -optl
was added to the command-line in two places in
the build system. Fix this.
Fixes #17385 (closed).
Merge request reports
Activity
Filter activity
changed milestone to %8.8.2
added linking label
assigned to @marge-bot and unassigned @bgamari
I will attempt to batch this MR (!1994 (closed))...
Batch MR !1994 (closed) failed: CI failed! I will retry later...
I will attempt to batch this MR (!1998 (closed))...
Merged to
master
with 21663693.mentioned in merge request !2071 (merged)
Please register or sign in to reply