* lib/gdb.exp: Comment out code which depends on non-existent

`transform' procedure.
This commit is contained in:
Jim Kingdon
1993-11-03 19:57:50 +00:00
parent 912be1146f
commit 51763ee245
2 changed files with 9 additions and 3 deletions

View File

@@ -23,9 +23,10 @@
# need to be modified for any target, it can be done with a variable
# or by passing arguments.
if ![info exists GDB] then {
set GDB [transform gdb]
}
# dejagnu latest-931018 doesn't like "transform gdb".
#if ![info exists GDB] then {
# set GDB [transform gdb]
#}
if ![info exists GDBFLAGS] then {
set GDBFLAGS ""
}