* fixed dynamic linking of programs that only link with libc after r13584

git-svn-id: trunk@13587 -
This commit is contained in:
Jonas Maebe 2009-08-23 16:05:59 +00:00
parent f2883ac9ed
commit 84cefb5eba

View File

@ -455,7 +455,9 @@ begin
end;
end;
Add(')');
end;
end
else
linklibc:=true;
if (cs_link_staticflag in current_settings.globalswitches) or
(linklibc and not reorder) then
begin