* compile fpc with -Cg on powerpc64-linux

This commit is contained in:
florian 2021-11-24 22:45:38 +01:00
parent 1ebc0350d3
commit 5c9de7edd7

View File

@ -1539,7 +1539,7 @@ endif
# create always pic'ed code on x86_64, mips and mipsel
# on unix-like systems
ifneq ($(findstring $(OS_TARGET),dragonfly freebsd openbsd netbsd linux solaris),)
ifneq ($(findstring $(CPU_TARGET),x86_64 mips mipsel riscv64),)
ifneq ($(findstring $(CPU_TARGET),x86_64 mips mipsel riscv64 powerpc64),)
override FPCOPT+=-Cg
endif
endif