浏览代码

* 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