Browse Source

+ sparc64 support in top level Makefile.fpc

git-svn-id: trunk@36526 -
florian 8 years ago
parent
commit
1f23bb3e6b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile.fpc

+ 3 - 0
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