From 40d2c22dfb1b55fdb21de6f0781062d2b13d1572 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 20 Mar 2004 22:05:17 +0000 Subject: [PATCH] + arm supported added --- Makefile | 5 ++++- Makefile.fpc | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e5d2ae3d4..a8e7381822 100644 --- a/Makefile +++ b/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 diff --git a/Makefile.fpc b/Makefile.fpc index 3dd3a2d0d5..e598461cca 100644 --- a/Makefile.fpc +++ b/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))