mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +02:00
* set minimum compiler to compile the compiler to 3.2.0
This commit is contained in:
parent
f4e28ab357
commit
78f23a462e
@ -87,9 +87,9 @@ program pp;
|
|||||||
|
|
||||||
{$i fpcdefs.inc}
|
{$i fpcdefs.inc}
|
||||||
|
|
||||||
{ Require at least 2.6.0 }
|
{ Require at least 3.2.0 }
|
||||||
{$if FPC_FULLVERSION<20600}
|
{$if FPC_FULLVERSION<30200}
|
||||||
{$fatal At least FPC 2.6.0 is required to compile the compiler}
|
{$fatal At least FPC 3.2.0 is required to compile the compiler}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
{ exactly one target CPU must be defined }
|
{ exactly one target CPU must be defined }
|
||||||
|
Loading…
Reference in New Issue
Block a user