Mercurial > emacs
changeset 8172:1eb5638ab4b5
(gud-mips-p): Check for OSF system on Alpha also.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 07 Jul 1994 16:50:55 +0000 |
parents | 750282040c17 |
children | b7e668cac751 |
files | lisp/gud.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gud.el Thu Jul 07 16:25:53 1994 +0000 +++ b/lisp/gud.el Thu Jul 07 16:50:55 1994 +0000 @@ -459,7 +459,8 @@ ;; We haven't tested gud on this system: (string-match "^mips-[^-]*-riscos" system-configuration) ;; It's documented on OSF/1.3 - (string-match "^mips-[^-]*-osf1" system-configuration)) + (string-match "^mips-[^-]*-osf1" system-configuration) + (string-match "^alpha-[^-]*-osf" system-configuration)) "Non-nil to assume the MIPS/OSF dbx conventions (argument `-emacs').") (defun gud-mipsdbx-massage-args (file args)