mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +02:00
sinclairql: enable weak linking support for the Sinclair QL
git-svn-id: trunk@49363 -
This commit is contained in:
parent
bc21634b46
commit
f0cc2c38b8
@ -385,7 +385,8 @@ interface
|
||||
system_aarch64_win64];
|
||||
|
||||
{ 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_openbsd + systems_freebsd +
|
||||
[system_m68k_sinclairql];
|
||||
|
||||
systems_internal_sysinit = [system_i386_win32,system_x86_64_win64,
|
||||
system_i386_linux,system_powerpc64_linux,system_sparc64_linux,system_x86_64_linux,
|
||||
|
Loading…
Reference in New Issue
Block a user