Do not force lazy lock on Windows.
This reverts 13473c7c66
, which was
intended to work around bootstrapping issues when linking statically.
However, this actually causes problems in various other configurations,
so this reversion may force a future fix for the underlying problem, if
it still exists.
This commit is contained in:
parent
dc553d52d8
commit
1eb801bcad
@ -426,7 +426,6 @@ case "${host}" in
|
|||||||
*-*-mingw* | *-*-cygwin*)
|
*-*-mingw* | *-*-cygwin*)
|
||||||
abi="pecoff"
|
abi="pecoff"
|
||||||
force_tls="0"
|
force_tls="0"
|
||||||
force_lazy_lock="1"
|
|
||||||
maps_coalesce="0"
|
maps_coalesce="0"
|
||||||
RPATH=""
|
RPATH=""
|
||||||
so="dll"
|
so="dll"
|
||||||
|
Loading…
Reference in New Issue
Block a user