Browse Source

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

git-svn-id: trunk@42585 -
(cherry picked from commit c74007b580d15a6578c4fe5e7421b2afca8b80da)
pierre 6 years ago
parent
commit
8d165d7e98
2 changed files with 2 additions and 1 deletions
  1. 1 0
      compiler/Makefile
  2. 1 1
      compiler/Makefile.fpc

+ 1 - 0
compiler/Makefile

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

+ 1 - 1
compiler/Makefile.fpc

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