mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 11:13:02 +02:00
* add FreebSD to weaklinking targets.
git-svn-id: trunk@44283 -
This commit is contained in:
parent
ce3a9ee7b2
commit
96a712f7ff
@ -358,7 +358,7 @@ interface
|
|||||||
systems_indirect_entry_information = systems_darwin+[system_i386_win32,system_x86_64_win64,system_x86_64_linux];
|
systems_indirect_entry_information = systems_darwin+[system_i386_win32,system_x86_64_win64,system_x86_64_linux];
|
||||||
|
|
||||||
{ 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_weak_linking = systems_darwin + systems_solaris + systems_linux + systems_android + systems_openbsd + systems_freebsd;
|
||||||
|
|
||||||
systems_internal_sysinit = [system_i386_win32,system_x86_64_win64,
|
systems_internal_sysinit = [system_i386_win32,system_x86_64_win64,
|
||||||
system_i386_linux,system_powerpc64_linux,system_sparc64_linux,system_x86_64_linux,
|
system_i386_linux,system_powerpc64_linux,system_sparc64_linux,system_x86_64_linux,
|
||||||
|
Loading…
Reference in New Issue
Block a user