mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 23:29:44 +02:00
* minimum compiler version to build the compiler is 2.6.0
git-svn-id: trunk@21411 -
This commit is contained in:
parent
6571b4d140
commit
7bdbb3448e
@ -56,12 +56,10 @@ program pp;
|
|||||||
|
|
||||||
{$i fpcdefs.inc}
|
{$i fpcdefs.inc}
|
||||||
|
|
||||||
{ Require at least 2.0.2 }
|
{ Require at least 2.6.0 }
|
||||||
{$ifdef VER2_0}
|
{$if FPC_FULLVERSION<20600}
|
||||||
{$if FPC_PATCH<2}
|
{$fatal At least FPC 2.6.0 is required to compile the compiler}
|
||||||
{$fatal At least FPC 2.0.2 is required to compile the compiler}
|
{$endif}
|
||||||
{$endif}
|
|
||||||
{$endif VER2_0}
|
|
||||||
|
|
||||||
{ exactly one target CPU must be defined }
|
{ exactly one target CPU must be defined }
|
||||||
{$ifdef I386}
|
{$ifdef I386}
|
||||||
|
Loading…
Reference in New Issue
Block a user