Browse Source

* makefile for arm fixed

florian 21 years ago
parent
commit
d20b73a033
2 changed files with 2 additions and 2 deletions
  1. 1 1
      compiler/Makefile
  2. 1 1
      compiler/Makefile.fpc

+ 1 - 1
compiler/Makefile

@@ -1735,7 +1735,7 @@ powerpc:
 sparc:
 	$(MAKE) PPC_TARGET=sparc CPU_UNITDIR=sparc all
 arm:
-	$(MAKE) PPC_TARGET=sparc CPU_UNITDIR=arm all
+	$(MAKE) PPC_TARGET=arm CPU_UNITDIR=arm all
 .PHONY: all compiler echotime ppuclean execlean clean distclean
 all: $(EXENAME) $(addsuffix _all,$(TARGET_DIRS))
 compiler: $(EXENAME)

+ 1 - 1
compiler/Makefile.fpc

@@ -270,7 +270,7 @@ sparc:
         $(MAKE) PPC_TARGET=sparc CPU_UNITDIR=sparc all
 
 arm:
-        $(MAKE) PPC_TARGET=sparc CPU_UNITDIR=arm all
+        $(MAKE) PPC_TARGET=arm CPU_UNITDIR=arm all
 
 #####################################################################
 # Default makefile