mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Add bieginning of Solaris/PowerPC support
This commit is contained in:
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -3271,6 +3271,7 @@ ns32k-utek-sysv*) gdb_host=merlin ;;
|
||||
|
||||
powerpc-*-aix*) gdb_host=aix ;;
|
||||
powerpcle-*-cygwin32) gdb_host=cygwin32 ;;
|
||||
powerpcle-*-solaris*) gdb_host=solaris ;;
|
||||
pn-*-*) gdb_host=pn ;;
|
||||
|
||||
pyramid-*-*) gdb_host=pyramid ;;
|
||||
@ -3482,6 +3483,7 @@ powerpc-*-netware*) gdb_target=ppc-nw
|
||||
powerpc-*-aix4*) gdb_target=aix4 ;;
|
||||
powerpc-*-aix*) gdb_target=aix ;;
|
||||
powerpcle-*-cygwin32) gdb_target=cygwin32 ;;
|
||||
powerpcle-*-solaris*) gdb_target=solaris ;;
|
||||
powerpc-*-eabi*) if test x"$powerpc_sim" = x"yes"; then
|
||||
gdb_target=ppc-sim
|
||||
else
|
||||
|
Reference in New Issue
Block a user