Explorar o código

+ sparc64 support in top level Makefile.fpc

git-svn-id: trunk@36526 -
florian %!s(int64=8) %!d(string=hai) anos
pai
achega
1f23bb3e6b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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