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