Fix up previous commit.
authorMark Kettenis <kettenis@gnu.org>
Tue, 28 Sep 2004 20:39:17 +0000 (20:39 +0000)
committerMark Kettenis <kettenis@gnu.org>
Tue, 28 Sep 2004 20:39:17 +0000 (20:39 +0000)
gdb/ChangeLog
gdb/configure.tgt

index 36214ad..78f4963 100644 (file)
@@ -1,4 +1,4 @@
-2004-09-28  Mark Kettenis  <kettenis@gnu.nl>
+2004-09-28  Mark Kettenis  <kettenis@gnu.org>
 
        * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
 
index 57c6178..cb2427e 100644 (file)
@@ -227,7 +227,7 @@ esac
 case "${target}" in
 *-*-linux*)    gdb_osabi=GDB_OSABI_LINUX ;;
 *-*-nto*)      gdb_osabi=GDB_OSABI_QNXNTO ;;
-m68*-*-openbsd | m88*-*-openbsd | vax-*-openbsd*) ;;
+m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
 *-*-openbsd*)  gdb_osabi=GDB_OSABI_OPENBSD_ELF ;;
 *-*-solaris*)  gdb_osabi=GDB_OSABI_SOLARIS ;;
 *-*-*-gnu*)    ;; # prevent non-GNU kernels to match the Hurd rule below