summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2004-11-30 01:49:18 +0000
committerAnthony Baxter <anthonybaxter@gmail.com>2004-11-30 01:49:18 +0000
commit9c3086aa4506ea9adaecc98bada639de188e816f (patch)
tree2376a64b7ed6b181c290b9bfa11f4c70828e3c79 /README
parent4d5e5b4083b84f79aed38ec1b30623dfb0d812d7 (diff)
downloadcpython-9c3086aa4506ea9adaecc98bada639de188e816f.tar.gz
update gcc ref
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 1fe2e0e393..060e81ed80 100644
--- a/README
+++ b/README
@@ -217,7 +217,7 @@ are probably experiencing compiler bugs, usually related to
optimization. This is a common problem with some versions of gcc, and
some vendor-supplied compilers, which can sometimes be worked around
by turning off optimization. Consider switching to stable versions
-(gcc 2.95.2, or contact your vendor.)
+(gcc 2.95.2, gcc 3.x, or contact your vendor.)
From Python 2.0 onward, all Python C code is ANSI C. Compiling using
old K&R-C-only compilers is no longer possible. ANSI C compilers are