* solaris port doesn't need the startup files

git-svn-id: trunk@2460 -
This commit is contained in:
florian 2006-02-06 21:43:22 +00:00
parent a59690b147
commit d26f004cdb

View File

@ -303,8 +303,11 @@ begin
LinkRes.Add('INPUT(');
{ add objectfiles, start with prt0 always }
{ solaris port contains _start inside the system unit, it
needs only one entry because it is linked always against libc
if prtobj<>'' then
LinkRes.AddFileName(FindObjectFile(prtobj,'',false));
}
{ try to add crti and crtbegin if linking to C }
if linklibc then { Needed in solaris? }
begin