浏览代码

* Always add -n when compiling fpmake when not cross-compiling

git-svn-id: trunk@17965 -
joost 14 年之前
父节点
当前提交
28fb5b21a3
共有 2 个文件被更改,包括 158 次插入165 次删除
  1. 157 162
      utils/fpcm/fpcmake.inc
  2. 1 3
      utils/fpcm/fpcmake.ini

文件差异内容过多而无法显示
+ 157 - 162
utils/fpcm/fpcmake.inc


+ 1 - 3
utils/fpcm/fpcmake.ini

@@ -347,9 +347,7 @@ export FPMAKE_SKIP_CONFIG
 endif
 
 else
-# Do not pass -n, so that it is possible to build fpmake using an installed
-# compiler, with an installed rtl, but with an overriden, new fpcmkunit
-# (in units_bs)
+FPMAKE_SKIP_CONFIG=-n
 FPCFPMAKE=$(FPC)
 endif
 

部分文件因为文件数量过多而无法显示