mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 22:50:59 +02:00
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:
parent
b3baa35179
commit
8d165d7e98
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user