mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 01:48:00 +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)
|
||||
endif
|
||||
ifneq ($(findstring $(OS_TARGET),linux),)
|
||||
ifneq ($(findstring $(CPU_TARGET),i386),)
|
||||
ifneq ($(findstring $(CPU_TARGET),i386 arm),)
|
||||
override OPTNEW+=-CVgeneral-dynamic
|
||||
endif
|
||||
endif
|
||||
|
@ -201,7 +201,7 @@ endif
|
||||
# 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
|
||||
ifneq ($(findstring $(OS_TARGET),linux),)
|
||||
ifneq ($(findstring $(CPU_TARGET),i386),)
|
||||
ifneq ($(findstring $(CPU_TARGET),i386 arm),)
|
||||
override OPTNEW+=-CVgeneral-dynamic
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user