|
@@ -1313,21 +1313,14 @@ endif
|
|
|
|
|
|
ifdef CREATESHARED
|
|
|
override FPCOPT+=-Cg
|
|
|
-
|
|
|
-ifeq ($(CPU_TARGET),i386)
|
|
|
-override FPCOPT+=-Aas
|
|
|
-endif
|
|
|
-
|
|
|
endif
|
|
|
|
|
|
# create always pic'ed code on x86_64
|
|
|
-ifeq ($(findstring 2.0.,$(FPC_VERSION)),)
|
|
|
ifneq ($(findstring $(OS_TARGET),freebsd openbsd netbsd linux solaris),)
|
|
|
ifeq ($(CPU_TARGET),x86_64)
|
|
|
override FPCOPT+=-Cg
|
|
|
endif
|
|
|
endif
|
|
|
-endif
|
|
|
|
|
|
ifdef LINKSHARED
|
|
|
#!!! deactived for testing override FPCOPT+=-XD
|