mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
Fix up previous commit.
This commit is contained in:
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user