13 lines
446 B
Text
13 lines
446 B
Text
|
|
$FreeBSD: /tmp/pcvs/ports/devel/gdb66/files/Attic/patch-configure.host,v 1.1 2006-08-12 20:54:37 obrien Exp $
|
|
|
|
--- 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 ;;
|