* arm-linux has to link explicitly against libc

git-svn-id: trunk@6355 -
This commit is contained in:
florian 2007-02-07 17:42:40 +00:00
parent 370f7737b6
commit e70c6df440

View File

@ -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;