hadrian: Use --export-dynamic when linking iserv
As noticed in #17962, the make build system currently does this (see 3ce0e0ba) but the change was never ported to Hadrian.
Showing
-
@bgamari This patch causes build failures on my macOS 10.14.6 machine because the macOS
ld
doesn’t support--export-dynamic
. It looks like the make build system guards this withifeq "$(TargetElf)" "YES"
, but I am not sure what the equivalent guard is in Hadrian. -
Maintainer
Thanks for the heads-up @lexi.lambda! Fix coming.
-
Maintainer
Fix in !3068 (closed).
Please register or sign in to comment