1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(gud-mips-p): Fix regexp so it will match alphaev56-* too.

This commit is contained in:
Karl Heuer 1997-12-07 21:40:41 +00:00
parent 20f92f7bc8
commit 7c82656b08

View file

@ -577,7 +577,7 @@ containing the executable being debugged."
(string-match "^mips-[^-]*-riscos" system-configuration)
;; It's documented on OSF/1.3
(string-match "^mips-[^-]*-osf1" system-configuration)
(string-match "^alpha-[^-]*-osf" 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)