Browse Source

* compile fpc with -Cg on powerpc64-linux

florian 3 years ago
parent
commit
5c9de7edd7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fpcm/fpcmake.ini

+ 1 - 1
utils/fpcm/fpcmake.ini

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