mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 19:37:22 +01:00
* fixed -Cg ifdefs
git-svn-id: trunk@5830 -
This commit is contained in:
parent
fb22e83d89
commit
1f522b7704
File diff suppressed because it is too large
Load Diff
@ -1383,7 +1383,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# create always pic'ed code on x86_64
|
# create always pic'ed code on x86_64
|
||||||
ifneq ($(findstring 2.0.,$(FPC_VERSION)),)
|
ifeq ($(findstring 2.0.,$(FPC_VERSION)),)
|
||||||
ifeq ($(OS_TARGET),linux)
|
ifeq ($(OS_TARGET),linux)
|
||||||
ifeq ($(CPU_TARGET),x86_64)
|
ifeq ($(CPU_TARGET),x86_64)
|
||||||
override FPCOPT+=-Cg
|
override FPCOPT+=-Cg
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user