The linker refuses (since D41051) using -dynamicbase:no on these architectures.
Stop passing -dynamicbase (which just reinforces the lld-link default) for simplicity.
Differential D41052
[LLD] [MinGW] Don't pass -dynamicbase:no by default for arm/arm64 mstorsjo on Dec 9 2017, 1:52 PM. Authored by
Details The linker refuses (since D41051) using -dynamicbase:no on these architectures. Stop passing -dynamicbase (which just reinforces the lld-link default) for simplicity.
Diff Detail Event Timeline
|
If a user passes -dynamicbase to the MinGW driver, we should just pass it through to the COFF driver, no? Ignoring -dynamicbase if arm/arm64 seems odd to me.