summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-04-10 16:04:07 (GMT)
committerGuido van Rossum <guido@python.org>1999-04-10 16:04:07 (GMT)
commite1cdb1620bb4fb2e4199d53b929c5c4918c3cee3 (patch)
tree7944c0312a3bdfbe834e00736930ea480dbe5730 /README
parent96f2eb93e31afe1b834d5481cbe1b1b7e214922f (diff)
downloadcpython-e1cdb1620bb4fb2e4199d53b929c5c4918c3cee3.zip
cpython-e1cdb1620bb4fb2e4199d53b929c5c4918c3cee3.tar.gz
cpython-e1cdb1620bb4fb2e4199d53b929c5c4918c3cee3.tar.bz2
Add DEC Ultrix notes (from Donn Cave's email).
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index eacc4ee..3e0c6e9 100644
--- a/README
+++ b/README
@@ -203,6 +203,9 @@ DEC Unix: When enabling threads, use --with-dec-threads, not
reported for GCC 2.7.2.3 on selectmodule.c. Manually compile
the affected file without optimization to solve the problem.
+DEC Ultrix: compile with GCC to avoid bugs in the native compiler,
+ and pass SHELL=/bin/sh5 to Make when installing.
+
AIX: A complete overhaul of the shared library support is now in
place. See Misc/AIX-NOTES for some notes on how it's done.
(The optimizer bug reported at this place in previous releases