mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 16:30:35 +02:00
Put systems_bsd into systems_weak_linking to fix heaptrc compilation failure for netbsd and dragonfly target OS introduced by commit ae346a87
This commit is contained in:
parent
e28b76a64e
commit
eed6effe27
@ -386,7 +386,7 @@ interface
|
|||||||
system_aarch64_win64];
|
system_aarch64_win64];
|
||||||
|
|
||||||
{ all systems for which weak linking has been tested/is supported }
|
{ all systems for which weak linking has been tested/is supported }
|
||||||
systems_weak_linking = systems_darwin + systems_solaris + systems_linux + systems_android + systems_openbsd + systems_freebsd +
|
systems_weak_linking = systems_darwin + systems_solaris + systems_linux + systems_android + systems_bsd +
|
||||||
[system_m68k_sinclairql];
|
[system_m68k_sinclairql];
|
||||||
|
|
||||||
systems_internal_sysinit = [system_i386_win32,system_x86_64_win64,
|
systems_internal_sysinit = [system_i386_win32,system_x86_64_win64,
|
||||||
|
Loading…
Reference in New Issue
Block a user