@@ -1,4 +1,7 @@
{ %OPT=-Or }
+{ %CPU=i386 }
+{ -Or option is not recognized by m68k compiler }
+
{$mode objfpc}
Type
t = class(TObject)
@@ -1,4 +1,6 @@
+{ m68k compiler does not recognize -Or option }
{ Source provided for Free Pascal Bug Report 2110 }
{ Submitted by "Alex" on 2002-09-05 }
{ e-mail: [email protected] }
@@ -51,4 +53,4 @@ BEGIN
Halt(1);
end;
WriteLn('Ok!');
-END.
+END.