freebsd-ports/devel/gdb66/files/patch-configure.host
David E. O'Brien a880a02450 Re-add PowerPC related patches - they were committed with inconsistant
file names.

Patches submitted by:	Andreas Tobler <toa@pop.agri.ch>
2006-08-12 20:54:37 +00:00

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 ;;