diff options
| author | Paul Eggert | 2016-12-06 23:41:45 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-12-06 23:43:24 -0800 |
| commit | 8e5a769965313a7a1c42b5992ed24e8b0ea71ead (patch) | |
| tree | 1f7d323a1af2bfc1338aef94008af72cb3486e85 /etc | |
| parent | f0870da2bb5eee848a5561fb58b2ec3a63861052 (diff) | |
| download | emacs-8e5a769965313a7a1c42b5992ed24e8b0ea71ead.tar.gz emacs-8e5a769965313a7a1c42b5992ed24e8b0ea71ead.zip | |
Clean out some IRIX cruft
* etc/MACHINES: Remove obsolete discussion of IRIX.
* src/process.c (allocate_pty) [__sgi]: Remove SGI-specific code.
(create_process) [HAVE_PTYS]: Don't worry about IRIX.
* src/syntax.c (scan_sexps_forward): Remove obsolete comment.
* src/unexelf.c [__sgi]: Don't include <syms.h>.
(unexec) [__sgi]: Remove SGI-specific code.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/MACHINES | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/MACHINES b/etc/MACHINES index 15ac91772e0..7f3c979c3f6 100644 --- a/etc/MACHINES +++ b/etc/MACHINES | |||
| @@ -101,15 +101,6 @@ the list at the end of this file. | |||
| 101 | ./configure CC='/usr/sfw/bin/gcc -m64' # GCC | 101 | ./configure CC='/usr/sfw/bin/gcc -m64' # GCC |
| 102 | ./configure CC='cc -m64' # Solaris Studio | 102 | ./configure CC='cc -m64' # Solaris Studio |
| 103 | 103 | ||
| 104 | ** Irix 6.5 | ||
| 105 | |||
| 106 | Emacs versions later than 24.4 will not compile on Irix by default. | ||
| 107 | (Note that SGI stopped supporting Irix in December 2013.) | ||
| 108 | Older versions of Emacs 24 (and 23?) also had problems on Irix. | ||
| 109 | It *may* be possible to build Emacs <= 24.4 on Irix 6.5 with an old | ||
| 110 | version (3.1) of gcc. Newer versions of gcc may not work. | ||
| 111 | See <http://bugs.gnu.org/9684>. | ||
| 112 | |||
| 113 | 104 | ||
| 114 | * Obsolete platforms | 105 | * Obsolete platforms |
| 115 | 106 | ||