Re: [Python-Dev] ac_sys_system == Monterey*?

2009-01-24 Thread Eric Smith

s...@pobox.com wrote:

From configure.in:


# The current (beta) Monterey compiler dies with optimizations
# XXX what is Monterey? Does it still die w/ -O? Can we get rid of this?
case $ac_sys_system in
Monterey*)
OPT=
;;
esac

What is Monterey?  Can this check be removed from trunk/py3k branches?


This post 
http://mail.python.org/pipermail/patches/2000-August/001708.html would 
have you believe it's a 64-bit AIX compiler.


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] ac_sys_system == Monterey*?

2009-01-24 Thread Martin v. Löwis
 What is Monterey?

Monterey was the code name of a joint operating system project of
SCO and IBM, porting AIX to 64-bit processors (apparently, IA-64
and POWER). See

http://www.cs.umbc.edu/help/architecture/idfmontereylab.pdf
http://en.wikipedia.org/wiki/Project_Monterey

Monterey was cancelled in 2000, although parts of it were integrated
into AIX 5L.

Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] ac_sys_system == Monterey*?

2009-01-24 Thread skip

http://bugs.python.org/issue4111

Jeez, I'm an idiot.  Should be

http://bugs.python.org/issue5047

Skip
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com