mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 11:10:17 +02:00
* reset linklibc
This commit is contained in:
parent
8e7dd52200
commit
863f35e72b
@ -108,6 +108,7 @@ begin
|
||||
|
||||
{ Write sharedlibraries like -l<lib>, also add the needed dynamic linker
|
||||
here to be sure that it gets linked this is needed for glibc2 systems (PFV) }
|
||||
linklibc:=false;
|
||||
While not SharedLibFiles.Empty do
|
||||
begin
|
||||
S:=SharedLibFiles.Get;
|
||||
@ -187,7 +188,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1999-10-21 14:29:38 peter
|
||||
Revision 1.2 1999-10-22 14:42:40 peter
|
||||
* reset linklibc
|
||||
|
||||
Revision 1.1 1999/10/21 14:29:38 peter
|
||||
* redesigned linker object
|
||||
+ library support for linux (only procedures can be exported)
|
||||
|
||||
|
@ -107,6 +107,7 @@ begin
|
||||
|
||||
{ Write sharedlibraries like -l<lib>, also add the needed dynamic linker
|
||||
here to be sure that it gets linked this is needed for glibc2 systems (PFV) }
|
||||
linklibc:=false;
|
||||
While not SharedLibFiles.Empty do
|
||||
begin
|
||||
S:=SharedLibFiles.Get;
|
||||
@ -289,7 +290,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1999-10-21 14:29:38 peter
|
||||
Revision 1.2 1999-10-22 14:42:40 peter
|
||||
* reset linklibc
|
||||
|
||||
Revision 1.1 1999/10/21 14:29:38 peter
|
||||
* redesigned linker object
|
||||
+ library support for linux (only procedures can be exported)
|
||||
|
||||
|
@ -685,6 +685,7 @@ begin
|
||||
|
||||
{ Write sharedlibraries like -l<lib>, also add the needed dynamic linker
|
||||
here to be sure that it gets linked this is needed for glibc2 systems (PFV) }
|
||||
linklibc:=false;
|
||||
While not SharedLibFiles.Empty do
|
||||
begin
|
||||
S:=SharedLibFiles.Get;
|
||||
@ -1048,7 +1049,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1999-10-21 14:29:38 peter
|
||||
Revision 1.2 1999-10-22 14:42:40 peter
|
||||
* reset linklibc
|
||||
|
||||
Revision 1.1 1999/10/21 14:29:38 peter
|
||||
* redesigned linker object
|
||||
+ library support for linux (only procedures can be exported)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user