a5f3be8594
easier to patch the output of autoconf, also create gdb/configure with the changes from configure.in directly, removing the build dependency on autoconf.
12 lines
383 B
Text
12 lines
383 B
Text
$NetBSD: patch-bh,v 1.1 2006/03/14 00:47:50 joerg Exp $
|
|
|
|
--- gdb/configure.tgt.orig 2006-03-01 00:40:30.000000000 +0000
|
|
+++ gdb/configure.tgt
|
|
@@ -40,6 +40,7 @@ case "${target}" in
|
|
|
|
x86_64-*-freebsd*) gdb_target=fbsd64 ;;
|
|
*-*-freebsd*) gdb_target=fbsd ;;
|
|
+*-*-dragonfly*) gdb_target=fbsd ;;
|
|
|
|
alpha*-*-osf*) gdb_target=alpha-osf1 ;;
|
|
alpha*-*-linux*) gdb_target=alpha-linux ;;
|