소스 검색

* corrected r34366 (powerpc -> cpupowerpc)

git-svn-id: trunk@34368 -
florian 9 년 전
부모
커밋
80fc6a459c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/unix/dl.pp

+ 1 - 1
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}