Fix up previous commit.

This commit is contained in:
Mark Kettenis
2004-09-28 20:39:17 +00:00
parent 890c8f4d01
commit 663408c242
2 changed files with 2 additions and 2 deletions

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

View 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