Assume link native for AIX compiled binary

git-svn-id: trunk@29046 -
This commit is contained in:
pierre 2014-11-09 22:21:45 +00:00
parent bde3bb4f5b
commit d9d5fd0647

View File

@ -136,6 +136,9 @@ begin
undef_system_macro('FPC_LINK_DYNAMIC');
init_settings.globalswitches:=init_settings.globalswitches+[cs_link_static];
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;