mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-19 01:49:22 +02:00
* Patch from Thaddy de Koning to make 3.0.0 the only starting compiler
git-svn-id: trunk@32960 -
This commit is contained in:
parent
2b80ac1353
commit
6576c8cd04
3
Makefile
3
Makefile
@ -333,8 +333,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
override PACKAGE_NAME=fpc
|
override PACKAGE_NAME=fpc
|
||||||
override PACKAGE_VERSION=3.1.1
|
override PACKAGE_VERSION=3.1.1
|
||||||
REQUIREDVERSION=2.6.4
|
REQUIREDVERSION=3.0.0
|
||||||
REQUIREDVERSION2=3.0.0
|
|
||||||
ifndef inOS2
|
ifndef inOS2
|
||||||
override FPCDIR:=$(BASEDIR)
|
override FPCDIR:=$(BASEDIR)
|
||||||
export FPCDIR
|
export FPCDIR
|
||||||
|
@ -20,11 +20,7 @@ fpcdir=.
|
|||||||
rule=help
|
rule=help
|
||||||
|
|
||||||
[prerules]
|
[prerules]
|
||||||
REQUIREDVERSION=2.6.4
|
REQUIREDVERSION=3.0.0
|
||||||
# Accept 3.0.0, without requiring to using OVERRIDEVERSIONCHECK=1
|
|
||||||
# 3.0.0 should become REQUIREDVERSION after 3.0.0 final release
|
|
||||||
# and 2.6.4 should be moved to REQUIREDVERSION2
|
|
||||||
REQUIREDVERSION2=3.0.0
|
|
||||||
|
|
||||||
|
|
||||||
# make versions < 3.77 (OS2 version) are buggy
|
# make versions < 3.77 (OS2 version) are buggy
|
||||||
|
Loading…
Reference in New Issue
Block a user