Browse Source

Add CROSSGDB macro for cross-cpu IDEs

git-svn-id: trunk@38158 -
pierre 7 năm trước cách đây
mục cha
commit
33188fb5ba
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/ide/fpmake.pp

+ 1 - 0
packages/ide/fpmake.pp

@@ -247,6 +247,7 @@ begin
           begin
             T.SetExeName(CPUToString(CompilerTarget)+'-fp');
             P.SetUnitsOutputDir(P.GetUnitsOutputDir(Defaults.BuildCPU,Defaults.BuildOS)+CPUToString(CompilerTarget));
+            P.Options.Add('-dCROSSGDB');
           end;
 
         with T.Dependencies do