summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-03-24 14:33:09 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-03-24 14:33:09 +0000
commit3bb9f2c58b5cf623c126c37999f0a5cebbeebd35 (patch)
tree4e9bb19a435292871911725cddf5d80dcda6ea92
parentb4dcc12cda445e5d0048c032e403e02251a65704 (diff)
downloadfpc-3bb9f2c58b5cf623c126c37999f0a5cebbeebd35.tar.gz
* support building with FPC 3.2.2
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49045 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--Makefile2
-rw-r--r--Makefile.fpc2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 08e4f5bb6b..2e08e6a7ad 100644
--- a/Makefile
+++ b/Makefile
@@ -350,7 +350,7 @@ endif
override PACKAGE_NAME=fpc
override PACKAGE_VERSION=3.3.1
REQUIREDVERSION=3.2.0
-REQUIREDVERSION2=3.0.4
+REQUIREDVERSION2=3.2.2
ifndef inOS2
override FPCDIR:=$(BASEDIR)
export FPCDIR
diff --git a/Makefile.fpc b/Makefile.fpc
index 689e32d483..67b4ce393b 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -21,7 +21,7 @@ rule=help
[prerules]
REQUIREDVERSION=3.2.0
-REQUIREDVERSION2=3.0.4
+REQUIREDVERSION2=3.2.2
# make versions < 3.77 (OS2 version) are buggy