Add systems_openbsd to suppported_targets_x_smallr and modify GenerateExecutable in t_bsd unit accordingly

git-svn-id: trunk@49229 -
This commit is contained in:
pierre 2021-04-18 15:41:11 +00:00
parent f9957f30a5
commit 70760208bb
2 changed files with 5 additions and 2 deletions

View File

@ -140,6 +140,7 @@ const
suppported_targets_x_smallr = systems_linux + systems_solaris + systems_android
+ systems_openbsd
+ [system_i386_haiku,system_x86_64_haiku]
+ [system_i386_beos]
+ [system_m68k_amiga];

View File

@ -482,12 +482,14 @@ begin
(tf_smartlink_sections in target_info.flags) then
GCSectionsStr:='--gc-sections';
if(cs_profile in current_settings.moduleswitches) or
if (cs_profile in current_settings.moduleswitches) or
((Info.DynamicLinker<>'') and
((not SharedLibFiles.Empty) or
(target_info.system in systems_openbsd))) then
DynLinkStr:='-dynamic-linker='+Info.DynamicLinker;
DynLinkStr:='-dynamic-linker='+Info.DynamicLinker;
if rlinkpath<>'' then
DynLinkStr:=DynLinkStr+' --rpath-link '+rlinkpath;
if CShared Then
begin
DynLinKStr:=DynLinkStr+' --shared'