summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorandreast <andreast>2013-02-04 20:48:51 +0000
committerandreast <andreast>2013-02-04 20:48:51 +0000
commitf09c77f9e282f068dac89976490a6f6882f98e4f (patch)
tree646ae472fc3a751653a01720917c1896145b18db /gdb/configure.host
parentdcde314799fec449a1f0da09922550e1269a1df7 (diff)
downloadgdb-f09c77f9e282f068dac89976490a6f6882f98e4f.tar.gz
2013-02-04 Andreas Tobler <andreast@fgznet.ch>
* Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files. * configure.host: Add powerpc*-*-freebsd* target. * configure.tgt: Add target info for powerpc*-*-freebsd*. * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files. * config/powerpc/fbsd.mh: New file.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 7dc35e19a6d..b13cdce411b 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -125,6 +125,7 @@ mips64*-*-openbsd*) gdb_host=obsd64 ;;
powerpc-*-aix* | rs6000-*-*)
gdb_host=aix ;;
+powerpc*-*-freebsd*) gdb_host=fbsd ;;
powerpc-*-linux*) gdb_host=linux ;;
powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
gdb_host=nbsd ;;