mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-15 08:02:43 +02:00
* i8086-msdos internal linker: put the static libraries in a group, to enable
multiple passes when resolving symbols git-svn-id: trunk@31338 -
This commit is contained in:
parent
3c0d83bd74
commit
0dab94e35d
@ -434,12 +434,14 @@ begin
|
||||
if s<>'' then
|
||||
LinkScript.Concat('READOBJECT ' + maybequoted(s));
|
||||
end;
|
||||
LinkScript.Concat('GROUP');
|
||||
while not StaticLibFiles.Empty do
|
||||
begin
|
||||
s:=StaticLibFiles.GetFirst;
|
||||
if s<>'' then
|
||||
LinkScript.Concat('READSTATICLIBRARY '+MaybeQuoted(s));
|
||||
end;
|
||||
LinkScript.Concat('ENDGROUP');
|
||||
LinkScript.Concat('ENTRYNAME ..start');
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user