Browse Source

* use new ppc386.exe for compiling the utils

peter 24 years ago
parent
commit
5eae8f2b82
2 changed files with 2 additions and 2 deletions
  1. 1 1
      compiler/Makefile
  2. 1 1
      compiler/Makefile.fpc

+ 1 - 1
compiler/Makefile

@@ -1094,7 +1094,7 @@ cycle:
 	$(MAKE) -C $(UNITDIR_RTL) clean
 	$(MAKE) -C $(UNITDIR_RTL) 'OPT=$(RTLOPTS)' all
 	$(MAKE) remake3
-	$(MAKE) $(addsuffix _all,$(TARGET_DIRS))
+	$(MAKE) $(addsuffix _all,$(TARGET_DIRS)) 'FPC=$(BASEDIR)/$(EXENAME)'
 	$(MAKE) echotime
 cycledep:
 	$(MAKE) cycle USEDEPEND=1

+ 1 - 1
compiler/Makefile.fpc

@@ -307,7 +307,7 @@ cycle:
         $(MAKE) -C $(UNITDIR_RTL) clean
         $(MAKE) -C $(UNITDIR_RTL) 'OPT=$(RTLOPTS)' all
         $(MAKE) remake3
-        $(MAKE) $(addsuffix _all,$(TARGET_DIRS))
+        $(MAKE) $(addsuffix _all,$(TARGET_DIRS)) 'FPC=$(BASEDIR)/$(EXENAME)'
         $(MAKE) echotime
 
 cycledep: