diff options
author | Andreas Tobler <andreast@sourceware.org> | 2013-02-04 20:48:53 +0000 |
---|---|---|
committer | Andreas Tobler <andreast@sourceware.org> | 2013-02-04 20:48:53 +0000 |
commit | dc18f110f27f10ae55016f27d95d4afed24cde9b (patch) | |
tree | d555b8c3789dda09b24469005d261994ca39e5c2 /gdb/configure.host | |
parent | ace9af6f593847aa70a0a88b1cfc9afbfc2c1d94 (diff) | |
download | gdb-dc18f110f27f10ae55016f27d95d4afed24cde9b.zip gdb-dc18f110f27f10ae55016f27d95d4afed24cde9b.tar.gz gdb-dc18f110f27f10ae55016f27d95d4afed24cde9b.tar.bz2 |
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.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 7dc35e1..b13cdce 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 ;; |