map host info into gdb_host for powerpc64-*-netbsd

This commit is contained in:
ross 2006-07-10 22:31:24 +00:00
parent 591ed5a67e
commit d4e54ee4f4

View File

@ -111,6 +111,8 @@ powerpc-*-aix*) gdb_host=aix ;;
powerpc-*-linux*) gdb_host=linux ;;
powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
gdb_host=nbsd ;;
powerpc64-*-netbsd* | powerpc64-*-knetbsd*-gnu)
gdb_host=ppc64-nbsd ;;
powerpc-*-openbsd*) gdb_host=obsd ;;
powerpc64-*-linux*) gdb_host=ppc64-linux ;;