+ arm supported added

This commit is contained in:
florian 2004-03-20 22:05:17 +00:00
parent e3bdf88d18
commit 40d2c22dfb
2 changed files with 7 additions and 1 deletions

View File

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

View File

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