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 36214ad39842505a4dcd8f689cbd580d2ad1d2d6..78f496323b37b0d5f9519e6f25f3fa39fed013ef 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 57c6178c9288689ecaa7667b8d280b128ff72c3c..cb2427e8e09263e98a22fa1d4c4eac597c4b107f 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
This page took 0.030642 seconds and 4 git commands to generate.