Revert wrong part in commit 42580: reinstate 'override FPC=' for cycle targets

git-svn-id: trunk@42585 -
(cherry picked from commit c74007b580)
This commit is contained in:
pierre 2019-08-05 13:33:12 +00:00 committed by Pierre Muller
parent b3baa35179
commit 8d165d7e98
2 changed files with 2 additions and 1 deletions

View File

@ -4416,6 +4416,7 @@ endif
endif
endif
else
cycle: override FPC=
cycle:
$(MAKE) OS_TARGET=$(OS_SOURCE) CPU_TARGET=$(CPU_SOURCE) CROSSBINDIR= BINUTILSPREFIX= CROSSCYCLEBOOTSTRAP=1 rtlclean rtl CYCLELEVEL=1
$(MAKE) OS_TARGET=$(OS_SOURCE) CPU_TARGET=$(CPU_SOURCE) EXENAME=$(TEMPNAME) CROSSBINDIR= BINUTILSPREFIX= CROSSCYCLEBOOTSTRAP=1 cycleclean compiler CYCLELEVEL=1

View File

@ -820,7 +820,7 @@ else
# ppc3/ppcXXX = native (skipped for cross installation)
#
#cycle: override FPC=
cycle: override FPC=
cycle:
# ppc (source native)
# Clear detected compiler binary, because it can be existing crosscompiler binary, but we need native compiler here