diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Etc/MACHINES | 44 |
2 files changed, 26 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog index 0e4b84158..80fa9a08c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-10 Geoff Wing <gcw@zsh.org> + + * unposted: Etc/MACHINES: format leading spaces to tabs + 2001-01-10 Sven Wischnowsky <wischnow@zsh.org> * 13336: Src/Zle/compmatch.c, Src/Zle/compresult.c, diff --git a/Etc/MACHINES b/Etc/MACHINES index d1a8178cd..8d1487cc6 100644 --- a/Etc/MACHINES +++ b/Etc/MACHINES @@ -61,10 +61,10 @@ DEC: OSF/1 1.2, 1.3, 2.0, 3.*, DEC Unix 4.* (Alpha) This problem is not related to zsh. If you have such problems, remove the bogus strip and use /bin/strip instead. - On Digital UNIX 4.0, compilation with gcc and with --enable-dynamic - apparently needs configuring with explicit flags when compiling - with debugging enabled: - DLLD=gcc LDFLAGS='-g -rpath <path-to-.so-files>' ./configure ... + On Digital UNIX 4.0, compilation with gcc and with --enable-dynamic + apparently needs configuring with explicit flags when compiling + with debugging enabled: + DLLD=gcc LDFLAGS='-g -rpath <path-to-.so-files>' ./configure ... FreeBSD: FreeBSD 2.2.7, 3.x, 4.x Should build `out-of-the-box'. On FreeBSD 2.2, dynamic loading @@ -120,32 +120,32 @@ OpenBSD: OpenBSD 2.6 Should build `out-of-the-box'. SCO: UnixWare 2.1.3 - Builds `out-of-the-box'. + Builds `out-of-the-box'. SIEMENS: Reliant UNIX - Builds `out-of-the-box'. Dynamic loading is supported. - Large Files and 64-bit integers are supported as of version 5.44 - and CDS/CDS++ compiler. + Builds `out-of-the-box'. Dynamic loading is supported. + Large Files and 64-bit integers are supported as of version 5.44 + and CDS/CDS++ compiler. SIEMENS: SINIX - MX (Intel) platform: SINIX-L/M 5.41 - Builds out-of-the-box with EGCS. Neither dynamic loading nor - 64-bit integers are supported. Native compiler was not tried - mostly because GCC/EGCS builds out-of-the-box as well. If you - succeed with native compiler, send a patch for this file - to zsh-workers. - - RM (MIPS) platform: SINIX-N/Y 5.42 - Should build out-of-the-box but it was not tested. Neither - dynamic loading nor 64-bit integers are supported. - Note, that this version is obsolete and users are expected to - update to Reliant UNIX. + MX (Intel) platform: SINIX-L/M 5.41 + Builds out-of-the-box with EGCS. Neither dynamic loading nor + 64-bit integers are supported. Native compiler was not tried + mostly because GCC/EGCS builds out-of-the-box as well. If you + succeed with native compiler, send a patch for this file + to zsh-workers. + + RM (MIPS) platform: SINIX-N/Y 5.42 + Should build out-of-the-box but it was not tested. Neither + dynamic loading nor 64-bit integers are supported. + Note, that this version is obsolete and users are expected to + update to Reliant UNIX. SGI: IRIX 5.1.1.1, 5.2, 5.3, 6.2, 6.3, 6.5 Should build `out-of-the-box'. - On 6.5.2, zsh malloc routines are reported not to work; also - full optimization (cc -O3 -OPT:Olimit=0) causes problems. + On 6.5.2, zsh malloc routines are reported not to work; also + full optimization (cc -O3 -OPT:Olimit=0) causes problems. Sun: SunOS 4.1.* Under 4.1.3 if yellow pages is used, username completion may cause |