From: Anthony Baxter Date: Tue, 30 Nov 2004 01:49:18 +0000 (+0000) Subject: update gcc ref X-Git-Tag: v2.4~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9d719b691b9a95d117e2fa2bf0331e99bfcfab2;p=thirdparty%2FPython%2Fcpython.git update gcc ref --- diff --git a/README b/README index 1fe2e0e3934e..060e81ed8043 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