summaryrefslogtreecommitdiff
path: root/compiler/globals.pas
diff options
context:
space:
mode:
authorkaroly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-04-29 22:23:58 +0000
committerkaroly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-04-29 22:23:58 +0000
commitf793225f46c0771d3dd851510e0cb93b10415b32 (patch)
treee98f37f5fe6e53c0efa2f5c2fc05bc0a631af53e /compiler/globals.pas
parent7301ef77885e2f43b509ea48ad0265dd44865d6b (diff)
downloadfpc-f793225f46c0771d3dd851510e0cb93b10415b32.tar.gz
m68k: sinclair ql now requires vlink 0.16h or newer.
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49296 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/globals.pas')
-rw-r--r--compiler/globals.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/globals.pas b/compiler/globals.pas
index ab570352a6..a7c8ad9992 100644
--- a/compiler/globals.pas
+++ b/compiler/globals.pas
@@ -416,7 +416,7 @@ interface
{$if defined(m68k)}
{ Sinclair QL specific }
sinclairql_metadata_format: string[4] = 'QHDR';
- sinclairql_vlink_experimental: boolean = false; { temporary }
+ sinclairql_vlink_experimental: boolean = true; { temporary }
{$endif defined(m68k)}
{ default name of the C-style "main" procedure of the library/program }