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