mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 10:09:26 +02:00
* corrected r34366 (powerpc -> cpupowerpc)
git-svn-id: trunk@34368 -
This commit is contained in:
parent
e81cc4574f
commit
80fc6a459c
@ -31,7 +31,7 @@ const
|
|||||||
{$define ELF} // ELF symbol versioning.
|
{$define ELF} // ELF symbol versioning.
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{$if defined(linux) and (defined(cpuarm) or defined(powerpc))}
|
{$if defined(linux) and (defined(cpuarm) or defined(cpupowerpc))}
|
||||||
{ some linux targets seem to require this, if libc is not linked
|
{ some linux targets seem to require this, if libc is not linked
|
||||||
the wrong start up code is used }
|
the wrong start up code is used }
|
||||||
{$linklib c}
|
{$linklib c}
|
||||||
|
Loading…
Reference in New Issue
Block a user