(gud-mips-p): Check for OSF system on Alpha also.

This commit is contained in:
Richard M. Stallman 1994-07-07 16:50:55 +00:00
parent b0ffcc0de8
commit 9f24ea1463

View file

@ -459,7 +459,8 @@ and source-file directory for your debugger."
;; 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)