summaryrefslogtreecommitdiff
path: root/Makefile.fpc
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-06-18 21:06:30 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-06-18 21:06:30 +0000
commit50d14ab5c15aebd853c012d1d4964696a54fd336 (patch)
treed107045b7d7a1bdca91dc7aeaa7f50e5e706cbd1 /Makefile.fpc
parent4cdddae6ed643064920262f80874336d0dc7f886 (diff)
downloadfpc-50d14ab5c15aebd853c012d1d4964696a54fd336.tar.gz
+ sparc64 support in top level Makefile.fpc
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@36526 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'Makefile.fpc')
-rw-r--r--Makefile.fpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.fpc b/Makefile.fpc
index ccc401af43..6d5c49df29 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -49,6 +49,9 @@ endif
ifeq ($(CPU_TARGET),sparc)
PPSUF=sparc
endif
+ifeq ($(CPU_TARGET),sparc64)
+PPSUF=sparc64
+endif
ifeq ($(CPU_TARGET),powerpc)
PPSUF=ppc
endif