mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 02:08:18 +02:00
+ arm supported added
This commit is contained in:
parent
e3bdf88d18
commit
40d2c22dfb
5
Makefile
5
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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user