mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* configure.tgt (*-*-solaris*): Set gdb_osabi to
GDB_OSABI_SOLARIS.
This commit is contained in:
parent
ca44d00ab9
commit
5b729aa5d6
@ -1,3 +1,8 @@
|
||||
2003-02-05 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* configure.tgt (*-*-solaris*): Set gdb_osabi to
|
||||
GDB_OSABI_SOLARIS.
|
||||
|
||||
2003-02-05 Michael Chastain <mec@shout.net>
|
||||
|
||||
* PROBLEMS (i[3456]86-*-linux*): Warn about binutils
|
||||
|
@ -284,4 +284,5 @@ esac
|
||||
case "${target}" in
|
||||
*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
|
||||
*-*-gnu*) gdb_osabi=GDB_OSABI_HURD ;;
|
||||
*-*-solaris*) gdb_osabi=GDB_OSABI_SOLARIS ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user