mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 11:28:07 +02:00
* allow using 3.0.2 and 3.0.4 as starting compilers for trunk
git-svn-id: trunk@37672 -
This commit is contained in:
parent
03d4b861ed
commit
350b9c0556
4
Makefile
4
Makefile
@ -333,8 +333,8 @@ endif
|
|||||||
endif
|
endif
|
||||||
override PACKAGE_NAME=fpc
|
override PACKAGE_NAME=fpc
|
||||||
override PACKAGE_VERSION=3.1.1
|
override PACKAGE_VERSION=3.1.1
|
||||||
REQUIREDVERSION=3.0.2
|
REQUIREDVERSION=3.0.4
|
||||||
REQUIREDVERSION2=3.0.0
|
REQUIREDVERSION2=3.0.2
|
||||||
ifndef inOS2
|
ifndef inOS2
|
||||||
override FPCDIR:=$(BASEDIR)
|
override FPCDIR:=$(BASEDIR)
|
||||||
export FPCDIR
|
export FPCDIR
|
||||||
|
@ -20,8 +20,8 @@ fpcdir=.
|
|||||||
rule=help
|
rule=help
|
||||||
|
|
||||||
[prerules]
|
[prerules]
|
||||||
REQUIREDVERSION=3.0.2
|
REQUIREDVERSION=3.0.4
|
||||||
REQUIREDVERSION2=3.0.0
|
REQUIREDVERSION2=3.0.2
|
||||||
|
|
||||||
|
|
||||||
# make versions < 3.77 (OS2 version) are buggy
|
# make versions < 3.77 (OS2 version) are buggy
|
||||||
|
Loading…
Reference in New Issue
Block a user