- no longer pass "-read_only_relocs suppress" to the darwin linker when

compiling shared libraries as we no longer generate relocations in
    read-only sections

git-svn-id: trunk@9323 -
This commit is contained in:
Jonas Maebe 2007-11-24 16:43:47 +00:00
parent f6e9d133ab
commit d8d393e802

View File

@ -545,13 +545,6 @@ begin
LinkRes.Add(')');
end;
end;
{ ignore the fact that our relocations are in non-writable sections, }
{ will be fixed once we have pic support }
if isdll and IsDarwin Then
begin
LinkRes.Add('-read_only_relocs');
LinkRes.Add('suppress');
end;
{ Write and Close response }
linkres.writetodisk;
linkres.Free;