mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 04:19:26 +02:00
* Windows on Aarch64 requires a relocation section
git-svn-id: trunk@44918 -
This commit is contained in:
parent
3b1d5794e9
commit
40633835dc
@ -1963,7 +1963,7 @@ type
|
||||
sc:=nil;
|
||||
|
||||
{ DLL defaults to create reloc info }
|
||||
if islibrary then
|
||||
if islibrary or (target_info.system in [system_aarch64_win64]) then
|
||||
begin
|
||||
if not RelocSectionSetExplicitly then
|
||||
RelocSection:=true;
|
||||
|
Loading…
Reference in New Issue
Block a user