diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-03-21 19:19:05 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-03-21 19:19:05 +0000 |
commit | 7b7905fedbd7d8b4b0791928c96682bb97057956 (patch) | |
tree | f2aa7a0546bb190c9d6d6ef774db08cfc6e53442 /MACHINES | |
parent | 7b92878c24cb3ae68abb8facbbb3088a6fed7bdd (diff) | |
download | zsh-7b7905fedbd7d8b4b0791928c96682bb97057956.tar.gz zsh-7b7905fedbd7d8b4b0791928c96682bb97057956.tar.xz zsh-7b7905fedbd7d8b4b0791928c96682bb97057956.zip |
22638: MACHINES: IRIX
users/10047: zle widget -K keymap
Diffstat (limited to 'MACHINES')
-rw-r--r-- | MACHINES | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/MACHINES b/MACHINES index 820e3655a..973753ebb 100644 --- a/MACHINES +++ b/MACHINES @@ -178,8 +178,11 @@ SGI: IRIX 6.2, 6.3 Should build `out-of-the-box'. SGI: IRIX 6.5 - Should build `out-of-the-box'. - Use of gcc for compilation is recommended. + Should build `out-of-the-box'; however, if using the native + compiler, "cc" rather than "c99" is recommended. Compilation + with gcc is also reported to work. Multibyte is supported, + for example: + CC=cc ./configure --enable-multibyte On 6.5.2, zsh malloc routines are reported not to work; also full optimization (cc -O3 -OPT:Olimit=0) causes problems. |