summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-10-09 23:32:24 +0000
committerGuido van Rossum <guido@python.org>1997-10-09 23:32:24 +0000
commit4bfb78a2900cbae4728f3b3a2ce35099f827d28a (patch)
treeba549fa8bf7c834819bc5bf10e1abebf44f5512a
parent0bfeed95ea42dc065d19adaea22bffaa82578de7 (diff)
downloadcpython-4bfb78a2900cbae4728f3b3a2ce35099f827d28a.tar.gz
Final touch -- Don's SGI_ABI patches.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f5adba533..ff5dea11af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1423,3 +1423,7 @@ it is always "200 OK") rather than swallowing it.
- main() now calls setlocale(LC_ALL, ""), if setlocale() and
<locale.h> are defined.
+
+- Changes to configure.in, the configure script, and both
+Makefile.pre.in files, to support SGI's SGI_ABI platform selection
+environment variable.