+ sparc64 support in top level Makefile.fpc

git-svn-id: trunk@36526 -
This commit is contained in:
florian 2017-06-18 21:06:30 +00:00
parent e5977d5c52
commit 1f23bb3e6b

View File

@ -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