summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2010-08-06 16:41:55 -0700
committerJan Dubois <jand@activestate.com>2010-08-06 16:41:55 -0700
commitceb0c6814e4d3b6eebe0e0c01f42f97aca39aa54 (patch)
tree8518d42edb358707b715e06a9ad04652437e70c5 /win32
parentb906aaa51dcbab8271d4384953f014c5f69abb0c (diff)
downloadperl-ceb0c6814e4d3b6eebe0e0c01f42f97aca39aa54.tar.gz
Drop references to obsolete MinGW 1.x (gcc 2.95)
There are know issues with that compiler versions, and the necessary fixes are no longer readily available, so stop claiming this is still a supported compiler. Just require gcc 3.2.x or later everywhere for MinGW support.
Diffstat (limited to 'win32')
-rw-r--r--win32/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 01c177a17e..6d03da2c47 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -3,7 +3,7 @@
# Supported compilers:
# Microsoft Visual C++ 6.0 or later
# Borland C++ 5.02 or later
-# MinGW with gcc-2.95.2 or later
+# MinGW with gcc-3.2 or later
# Windows SDK 64-bit compiler and tools **experimental**
#
# This is set up to build a perl.exe that runs off a shared library
@@ -113,7 +113,7 @@ USE_LARGE_FILES *= define
#CCTYPE *= MSVC90
# Borland 5.02 or later
#CCTYPE *= BORLAND
-# MinGW or mingw-w64 with gcc-2.95.2 or later
+# MinGW or mingw-w64 with gcc-3.2 or later
CCTYPE *= GCC
#