Make powerpc simulator support in gdb dependent on whether the simulator was configured in
This commit is contained in:
parent
ff22a9dbf8
commit
23e92f3fbd
6 changed files with 127 additions and 130 deletions
|
@ -212,13 +212,13 @@ powerpc-*-aix*) gdb_target=aix ;;
|
|||
powerpcle-*-cygwin32) gdb_target=cygwin32 ;;
|
||||
powerpcle-*-solaris*) gdb_target=solaris ;;
|
||||
powerpc-*-eabi* | powerpc-*-linux* | powerpc-*-sysv* | powerpc-*-elf*)
|
||||
if test x"$powerpc_sim" = x"yes"; then
|
||||
if test -f ../sim/ppc/Makefile; then
|
||||
gdb_target=ppc-sim
|
||||
else
|
||||
gdb_target=ppc-eabi
|
||||
fi ;;
|
||||
powerpcle-*-eabi* | powerpcle-*-sysv* | powerpcle-*-elf*)
|
||||
if test x"$powerpc_sim" = x"yes"; then
|
||||
if test -f ../sim/ppc/Makefile; then
|
||||
gdb_target=ppcle-sim
|
||||
else
|
||||
gdb_target=ppcle-eabi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue