summaryrefslogtreecommitdiff
path: root/compiler/options.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/options.pas')
-rw-r--r--compiler/options.pas8
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/options.pas b/compiler/options.pas
index d10709ed21..990e92dda8 100644
--- a/compiler/options.pas
+++ b/compiler/options.pas
@@ -140,6 +140,7 @@ const
suppported_targets_x_smallr = systems_linux + systems_solaris + systems_android
+ + systems_openbsd
+ [system_i386_haiku,system_x86_64_haiku]
+ [system_i386_beos]
+ [system_m68k_amiga];
@@ -2760,6 +2761,13 @@ begin
IllegalPara(opt);
end;
{$if defined(m68k)}
+ 'L':
+ begin
+ if (target_info.system in [system_m68k_sinclairql]) then
+ sinclairql_vlink_experimental:=true
+ else
+ IllegalPara(opt);
+ end;
'Q':
begin
if (target_info.system in [system_m68k_sinclairql]) then