From f0cc2c38b8aaff7b6b407aeeeb8bfe9556fbfa5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Fri, 14 May 2021 14:49:14 +0000 Subject: [PATCH] sinclairql: enable weak linking support for the Sinclair QL git-svn-id: trunk@49363 - --- compiler/systems.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/systems.pas b/compiler/systems.pas index 895f33a1a9..536fe43269 100644 --- a/compiler/systems.pas +++ b/compiler/systems.pas @@ -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,