From 1f23bb3e6b6813ae09a3b05e495c24f3caf6a275 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 18 Jun 2017 21:06:30 +0000 Subject: [PATCH] + sparc64 support in top level Makefile.fpc git-svn-id: trunk@36526 - --- Makefile.fpc | 3 +++ 1 file changed, 3 insertions(+) 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