mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 01:48:00 +02:00
+ sparc64 support in top level Makefile.fpc
git-svn-id: trunk@36526 -
This commit is contained in:
parent
e5977d5c52
commit
1f23bb3e6b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user