소스 검색

* Refactor processorname -> suffix name for clarity of flow

Michael VAN CANNEYT 2 년 전
부모
커밋
8fa058580f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/utils/fpc.pp

+ 1 - 1
compiler/utils/fpc.pp

@@ -54,7 +54,6 @@ const
   CrossSuffix = '';
 {$else not darwin}
   CrossSuffix = 'ross';
-
 {$endif not darwin}
 
 
@@ -219,6 +218,7 @@ begin
   end;
 end;
 
+
 function findcompiler(basecompiler, cpusuffix, exesuffix: string) : string;
 
 begin