mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:09:23 +02:00
* arm uses the same approach as i386: during the final build of the rtl and the packages, the general dynamic tls model is selected
git-svn-id: trunk@43129 -
This commit is contained in:
parent
16163b74ec
commit
b7dd63094f
2
Makefile
2
Makefile
@ -471,7 +471,7 @@ ifneq ($(OPT),)
|
|||||||
OPTNEW+=$(OPT)
|
OPTNEW+=$(OPT)
|
||||||
endif
|
endif
|
||||||
ifneq ($(findstring $(OS_TARGET),linux),)
|
ifneq ($(findstring $(OS_TARGET),linux),)
|
||||||
ifneq ($(findstring $(CPU_TARGET),i386),)
|
ifneq ($(findstring $(CPU_TARGET),i386 arm),)
|
||||||
override OPTNEW+=-CVgeneral-dynamic
|
override OPTNEW+=-CVgeneral-dynamic
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
@ -201,7 +201,7 @@ endif
|
|||||||
# some targets do not generate PIC by default so we have select explicitly
|
# some targets do not generate PIC by default so we have select explicitly
|
||||||
# the general threading model when compiling the final versions of rtl and packages
|
# the general threading model when compiling the final versions of rtl and packages
|
||||||
ifneq ($(findstring $(OS_TARGET),linux),)
|
ifneq ($(findstring $(OS_TARGET),linux),)
|
||||||
ifneq ($(findstring $(CPU_TARGET),i386),)
|
ifneq ($(findstring $(CPU_TARGET),i386 arm),)
|
||||||
override OPTNEW+=-CVgeneral-dynamic
|
override OPTNEW+=-CVgeneral-dynamic
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user