* add the sysrootpath to the path of the dynamic linker in the INPUT()

section for Linux

git-svn-id: trunk@31449 -
This commit is contained in:
Jonas Maebe 2015-08-29 12:26:08 +00:00
parent 8c8657e2d5
commit e391a37b30

View File

@ -506,7 +506,7 @@ begin
if (isdll) then if (isdll) then
begin begin
Add('INPUT('); Add('INPUT(');
Add(info.DynamicLinker); Add(sysrootpath+info.DynamicLinker);
Add(')'); Add(')');
end; end;
linksToSharedLibFiles := not SharedLibFiles.Empty; linksToSharedLibFiles := not SharedLibFiles.Empty;