1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-06 07:16:04 +02:00

17481 from Karl Tomlinson: turn off variable arrays for SGI compiler.

This commit is contained in:
Peter Stephenson 2002-07-25 13:27:20 +00:00
parent 4642fceebe
commit 9c152f0ebf
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-07-25 Peter Stephenson <pws@csr.com>
* 17481: Etc/MACHINES: from Karl Tomlinson
<k.tomlinson@auckland.ac.nz>: the SGI compiler needs to be told
to turn off variable length arrays.
2002-07-24 Clint Adams <clint@zsh.org>
* 17479: Doc/Zsh/arith.yo: fix typo noticed by Martin Pool.

View File

@ -147,6 +147,11 @@ SGI: IRIX 6.2, 6.3, 6.5
On 6.5.2, zsh malloc routines are reported not to work; also
full optimization (cc -O3 -OPT:Olimit=0) causes problems.
If using the SGI compiler, variable length arrays need to
be turned off. configure can work this out for itself if it
is passed the option --enable-cflags='-LANG:vla=off -O' (combined
with other flags if necessary).
The zpty module is not currently supported.
Sun: SunOS 4.1.*