Support a Mac OS X host.

This commit is contained in:
thorpej 2003-03-14 19:34:26 +00:00
parent 866b37e61b
commit 563e78c49c
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Host: Big-endian PowerPC running Darwin. We mostly treat this
# like NetBSD.
XDEPFILES= ser-tcp.o
XM_FILE= xm-nbsd.h

View File

@ -141,6 +141,7 @@ powerpcle-*-cygwin*) gdb_host=cygwin ;;
powerpcle-*-solaris*) gdb_host=solaris ;;
powerpc-*-linux*) gdb_host=linux ;;
powerpc-*-netbsd*) gdb_host=nbsd ;;
powerpc-*-darwin*) gdb_host=darwin ;;
# OBSOLETE pn-*-*) gdb_host=pn ;;