浏览代码

+ sparc64 support in top level Makefile.fpc

git-svn-id: trunk@36526 -
florian 8 年之前
父节点
当前提交
1f23bb3e6b
共有 1 个文件被更改,包括 3 次插入0 次删除
  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