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

git-svn-id: trunk@17965 -
This commit is contained in:
joost 2011-07-09 16:08:06 +00:00
parent 5ca0871033
commit 28fb5b21a3
2 changed files with 629 additions and 633 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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