mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-11 18:59:32 +01:00
* add ppcgen directory to unit search path for ppc32/ppc64 (forgot to
commit) git-svn-id: trunk@3396 -
This commit is contained in:
parent
dc0aef1c78
commit
b1c72f6cfa
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/04/23]
|
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/04/29]
|
||||||
#
|
#
|
||||||
default: all
|
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
|
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
|
||||||
@ -324,7 +324,10 @@ ifeq ($(PPC_TARGET),x86_64)
|
|||||||
override LOCALOPT+=-Fux86
|
override LOCALOPT+=-Fux86
|
||||||
endif
|
endif
|
||||||
ifeq ($(PPC_TARGET),powerpc)
|
ifeq ($(PPC_TARGET),powerpc)
|
||||||
override LOCALOPT+=
|
override LOCALOPT+=-Fuppcgen
|
||||||
|
endif
|
||||||
|
ifeq ($(PPC_TARGET),powerpc64)
|
||||||
|
override LOCALOPT+=-Fuppcgen
|
||||||
endif
|
endif
|
||||||
ifeq ($(PPC_TARGET),m68k)
|
ifeq ($(PPC_TARGET),m68k)
|
||||||
override LOCALOPT+=-dNOOPT
|
override LOCALOPT+=-dNOOPT
|
||||||
|
|||||||
@ -169,7 +169,12 @@ endif
|
|||||||
|
|
||||||
# PowerPC specific
|
# PowerPC specific
|
||||||
ifeq ($(PPC_TARGET),powerpc)
|
ifeq ($(PPC_TARGET),powerpc)
|
||||||
override LOCALOPT+=
|
override LOCALOPT+=-Fuppcgen
|
||||||
|
endif
|
||||||
|
|
||||||
|
# PowerPC64 specific
|
||||||
|
ifeq ($(PPC_TARGET),powerpc64)
|
||||||
|
override LOCALOPT+=-Fuppcgen
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# m68k specific
|
# m68k specific
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user