Support a Mac OS X host.
This commit is contained in:
parent
866b37e61b
commit
563e78c49c
5
gnu/dist/toolchain/gdb/config/powerpc/darwin.mh
vendored
Normal file
5
gnu/dist/toolchain/gdb/config/powerpc/darwin.mh
vendored
Normal 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
|
1
gnu/dist/toolchain/gdb/configure.host
vendored
1
gnu/dist/toolchain/gdb/configure.host
vendored
@ -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 ;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user