mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 16:29:24 +02:00
Assume link native for AIX compiled binary
git-svn-id: trunk@29046 -
This commit is contained in:
parent
bde3bb4f5b
commit
d9d5fd0647
@ -136,6 +136,9 @@ begin
|
|||||||
undef_system_macro('FPC_LINK_DYNAMIC');
|
undef_system_macro('FPC_LINK_DYNAMIC');
|
||||||
init_settings.globalswitches:=init_settings.globalswitches+[cs_link_static];
|
init_settings.globalswitches:=init_settings.globalswitches+[cs_link_static];
|
||||||
init_settings.globalswitches:=init_settings.globalswitches-[cs_link_shared,cs_link_smart];
|
init_settings.globalswitches:=init_settings.globalswitches-[cs_link_shared,cs_link_smart];
|
||||||
|
{$ifdef AIX}
|
||||||
|
init_settings.globalswitches:=init_settings.globalswitches+[cs_link_native];
|
||||||
|
{$endif}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user