mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:07:53 +02:00
* compile fpc with -Cg on powerpc64-linux
This commit is contained in:
parent
1ebc0350d3
commit
5c9de7edd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user