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:
parent
20f92f7bc8
commit
7c82656b08
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue