mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 14:29:33 +01:00
* win32 rtl is multi threaded by default now
This commit is contained in:
parent
b22e56bec9
commit
614314c3f5
@ -206,6 +206,7 @@ UNITPREFIX=rtl
|
||||
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
|
||||
SYSTEMUNIT=system
|
||||
PRT0=wprt0
|
||||
override FPCOPT+=-dMT
|
||||
else
|
||||
SYSTEMUNIT=syswin32
|
||||
PRT0=wprt0_10
|
||||
|
||||
@ -43,6 +43,7 @@ UNITPREFIX=rtl
|
||||
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
|
||||
SYSTEMUNIT=system
|
||||
PRT0=wprt0
|
||||
override FPCOPT+=-dMT
|
||||
else
|
||||
SYSTEMUNIT=syswin32
|
||||
PRT0=wprt0_10
|
||||
@ -207,4 +208,4 @@ ucomplex$(PPUEXT) : $(INC)/ucomplex.pp math$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
||||
# Other system-dependent RTL Units
|
||||
#
|
||||
|
||||
callspec$(PPUEXT) : $(INC)/callspec.pp $(SYSTEMUNIT)$(PPUEXT)
|
||||
callspec$(PPUEXT) : $(INC)/callspec.pp $(SYSTEMUNIT)$(PPUEXT)
|
||||
Loading…
Reference in New Issue
Block a user