Browse Source

sinclairql: enable weak linking support for the Sinclair QL

git-svn-id: trunk@49363 -
Károly Balogh 4 years ago
parent
commit
f0cc2c38b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/systems.pas

+ 2 - 1
compiler/systems.pas

@@ -385,7 +385,8 @@ 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_openbsd + systems_freebsd +
+                              [system_m68k_sinclairql];
 
 
        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,