Explorar o código

* compile fpc with -Cg on powerpc64-linux

florian %!s(int64=3) %!d(string=hai) anos
pai
achega
5c9de7edd7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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