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