diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-03-07 08:22:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-03-07 08:26:36 -0800 |
commit | 6bc8689c042830ae8c13e34af993e8f923e47c9d (patch) | |
tree | 98265a59d0d556209f237443760f21be51a2cdaf /etc/MACHINES | |
parent | 7882dc625e1ec562fcd0e1b743ef11b160cae18e (diff) | |
download | emacs-6bc8689c042830ae8c13e34af993e8f923e47c9d.tar.gz |
Remove support for IRIX
The IRIX port wasn’t really working anyway, and the code was
getting in the way of other changes (e.g., getaddrinfo fixes).
IRIX’s supplier dropped support for IRIX in 2013.
* admin/CPP-DEFINES:
* configure.ac (opsys):
* doc/lispref/os.texi (System Environment):
* etc/MACHINES, etc/PROBLEMS:
* lisp/find-dired.el (find-grep-options):
* lisp/lpr.el (lpr-lp-system):
* lisp/ls-lisp.el (ls-lisp-emulation):
* lisp/mail/rmail.el (rmail-spool-directory):
* lisp/net/net-utils.el (ping-program-options):
* lisp/progmodes/gud.el (gud-irix-p, gud-dbx-use-stopformat-p):
* lisp/progmodes/ps-mode.el (ps-mode-print-function):
* src/conf_post.h [IRIX6_5]:
* src/emacs.c (Vsystem_type):
* src/filelock.c (get_boot_time_1):
* src/process.c (process_send_signal):
* src/unexelf.c (unexec):
Omit IRIX-specific code and/or documentation.
* configure.ac (NON_GCC_TEST_OPTIONS, IRIX6_5, PREFER_VSUSP):
Remove. All uses removed.
* etc/NEWS: Document the change.
Diffstat (limited to 'etc/MACHINES')
-rw-r--r-- | etc/MACHINES | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/MACHINES b/etc/MACHINES index 085f169e85b..5562dc26035 100644 --- a/etc/MACHINES +++ b/etc/MACHINES @@ -105,12 +105,10 @@ the list at the end of this file. Emacs versions later than 24.4 will not compile on Irix by default. (Note that SGI stopped supporting Irix in December 2013.) - You should be able to work around the problem either by porting the - Emacs undumping code to GCC under Irix, or by configuring --with-wide-int. Older versions of Emacs 24 (and 23?) also had problems on Irix. It *may* be possible to build Emacs <= 24.4 on Irix 6.5 with an old version (3.1) of gcc. Newer versions of gcc may not work. - See <http://debbugs.gnu.org/9684>. + See <http://bugs.gnu.org/9684>. * Obsolete platforms |