mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:29:14 +02:00
* fixed dynamic linking of programs that only link with libc after r13584
git-svn-id: trunk@13587 -
This commit is contained in:
parent
f2883ac9ed
commit
84cefb5eba
@ -455,7 +455,9 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
Add(')');
|
Add(')');
|
||||||
end;
|
end
|
||||||
|
else
|
||||||
|
linklibc:=true;
|
||||||
if (cs_link_staticflag in current_settings.globalswitches) or
|
if (cs_link_staticflag in current_settings.globalswitches) or
|
||||||
(linklibc and not reorder) then
|
(linklibc and not reorder) then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user