mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-30 23:40:24 +00:00
* cc-with-index.sh: Look for ../../gdb, for fullname.exp.
This commit is contained in:
parent
d3aeb6ee26
commit
b8e9bd6c64
@ -1,6 +1,7 @@
|
||||
2011-06-07 Doug Evans <dje@google.com>
|
||||
|
||||
* cc-with-index.sh: Fix typos in comment.
|
||||
Look for ../../gdb, for fullname.exp.
|
||||
|
||||
2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
Pedro Alves <pedro@codesourcery.com>
|
||||
|
@ -40,6 +40,9 @@ then
|
||||
elif [ -f ../gdb ]
|
||||
then
|
||||
GDB="../gdb"
|
||||
elif [ -f ../../gdb ]
|
||||
then
|
||||
GDB="../../gdb"
|
||||
else
|
||||
echo "$myname: unable to find usable gdb" >&2
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user