diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-09-28 20:39:17 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-09-28 20:39:17 +0000 |
commit | 663408c242cca834f30fe410ebac67c649ec5b73 (patch) | |
tree | f26569faee7f5f766d64935f99aa438299a1c553 | |
parent | 890c8f4d01bc12dd4bb51da5df7bed02195fb635 (diff) | |
download | gdb-663408c242cca834f30fe410ebac67c649ec5b73.zip gdb-663408c242cca834f30fe410ebac67c649ec5b73.tar.gz gdb-663408c242cca834f30fe410ebac67c649ec5b73.tar.bz2 |
Fix up previous commit.
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/configure.tgt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 36214ad..78f4963 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 57c6178..cb2427e 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 |