mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 17:10:14 +02:00
* arm-linux has to link explicitly against libc
git-svn-id: trunk@6355 -
This commit is contained in:
parent
370f7737b6
commit
e70c6df440
@ -9,6 +9,11 @@ const
|
||||
LibDL = 'dl';
|
||||
{$endif}
|
||||
|
||||
{$if defined(linux) and defined(cpuarm)}
|
||||
{ arm-linux seems to require this }
|
||||
{$linklib c}
|
||||
{$endif}
|
||||
|
||||
RTLD_LAZY = $001;
|
||||
RTLD_NOW = $002;
|
||||
RTLD_BINDING_MASK = $003;
|
||||
|
Loading…
Reference in New Issue
Block a user