blob: efd101d8f93bc8df558d54642eda7f5854829ea5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- gdb/configure.host
+++ gdb/configure.host
@@ -106,6 +106,7 @@
powerpc-*-aix4.[0-2]*) gdb_host=aix ;;
powerpc-*-aix4.3.[0-1]*) gdb_host=aix ;;
powerpc-*-aix*) gdb_host=aix432 ;;
+powerpc-*-freebsd*) gdb_host=fbsd;;
powerpc-*-linux*) gdb_host=linux ;;
powerpc-*-netbsd*) gdb_host=nbsd ;;
powerpc-*-openbsd*) gdb_host=obsd ;;
|