mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:29:32 +02:00
* added powerpc64 to dir targets
git-svn-id: trunk@2899 -
This commit is contained in:
parent
cfcbd77133
commit
0899f0fbf7
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/03/08]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/03/10]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince powerpc64-linux
|
||||
@ -2722,7 +2722,7 @@ INSTALLEXEFILE=$(PPCROSSNAME)
|
||||
else
|
||||
INSTALLEXEFILE=$(EXENAME)
|
||||
endif
|
||||
PPC_TARGETS=alpha i386 m68k powerpc sparc arm x86_64
|
||||
PPC_TARGETS=alpha i386 m68k powerpc sparc arm x86_64 powerpc64 vis ia64
|
||||
.PHONY: $(PPC_TARGETS)
|
||||
$(PPC_TARGETS):
|
||||
$(MAKE) PPC_TARGET=$@ CPU_UNITDIR=$@ all
|
||||
|
@ -254,7 +254,7 @@ endif
|
||||
# CPU targets
|
||||
#####################################################################
|
||||
|
||||
PPC_TARGETS=alpha i386 m68k powerpc sparc arm x86_64
|
||||
PPC_TARGETS=alpha i386 m68k powerpc sparc arm x86_64 powerpc64 vis ia64
|
||||
|
||||
.PHONY: $(PPC_TARGETS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user