map host info into gdb_host for powerpc64-*-netbsd
This commit is contained in:
parent
591ed5a67e
commit
d4e54ee4f4
2
gnu/dist/gdb6/gdb/configure.host
vendored
2
gnu/dist/gdb6/gdb/configure.host
vendored
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user