Browse Source

+ arm supported added

florian 21 years ago
parent
commit
40d2c22dfb
2 changed files with 7 additions and 1 deletions
  1. 4 1
      Makefile
  2. 3 0
      Makefile.fpc

+ 4 - 1
Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by FPCMake Version 1.1 [2004/03/15]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2004/03/20]
 #
 default: help
 MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
@@ -226,6 +226,9 @@ endif
 ifeq ($(CPU_TARGET),alpha)
 PPSUF=axp
 endif
+ifeq ($(CPU_TARGET),arm)
+PPSUF=arm
+endif
 ifneq ($(OS_TARGET),$(OS_SOURCE))
 PPPRE=ppcross
 else

+ 3 - 0
Makefile.fpc

@@ -37,6 +37,9 @@ endif
 ifeq ($(CPU_TARGET),alpha)
 PPSUF=axp
 endif
+ifeq ($(CPU_TARGET),arm)
+PPSUF=arm
+endif
 
 # cross compilers uses full cpu_target, not just ppc-suffix.
 ifneq ($(OS_TARGET),$(OS_SOURCE))