From 80fc6a459c27edbd68b1192e88ab2dcefe739442 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 22 Aug 2016 10:23:09 +0000 Subject: [PATCH] * corrected r34366 (powerpc -> cpupowerpc) git-svn-id: trunk@34368 - --- rtl/unix/dl.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/unix/dl.pp b/rtl/unix/dl.pp index 44f8875b9b..e18bec852c 100644 --- a/rtl/unix/dl.pp +++ b/rtl/unix/dl.pp @@ -31,7 +31,7 @@ const {$define ELF} // ELF symbol versioning. {$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 the wrong start up code is used } {$linklib c}