From: Mark Kettenis Date: Tue, 28 Sep 2004 20:39:17 +0000 (+0000) Subject: Fix up previous commit. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=663408c242cca834f30fe410ebac67c649ec5b73;p=deliverable%2Fbinutils-gdb.git Fix up previous commit. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 36214ad398..78f496323b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,4 @@ -2004-09-28 Mark Kettenis +2004-09-28 Mark Kettenis * configure.tgt: Set default OS/ABI for OpenBSD ELF targets. diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 57c6178c92..cb2427e8e0 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -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