Detect GNU/kFreeBSD and set `gdb_osabi' appropiately
2011-01-09 Robert Millan <rmh@gnu.org> * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi' appropiately.
This commit is contained in:
parent
90d6ff629e
commit
d5ae309f06
@ -1,3 +1,8 @@
|
|||||||
|
2011-01-09 Robert Millan <rmh@gnu.org> (tiny patch)
|
||||||
|
|
||||||
|
* configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
|
||||||
|
appropiately.
|
||||||
|
|
||||||
2011-01-11 Tom Tromey <tromey@redhat.com>
|
2011-01-11 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* thread.c (do_captured_thread_select): Emit newline before
|
* thread.c (do_captured_thread_select): Emit newline before
|
||||||
|
@ -629,7 +629,8 @@ esac
|
|||||||
# map target onto default OS ABI
|
# map target onto default OS ABI
|
||||||
|
|
||||||
case "${targ}" in
|
case "${targ}" in
|
||||||
*-*-freebsd*) gdb_osabi=GDB_OSABI_FREEBSD_ELF ;;
|
*-*-freebsd* | *-*-kfreebsd*-gnu)
|
||||||
|
gdb_osabi=GDB_OSABI_FREEBSD_ELF ;;
|
||||||
*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
|
*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
|
||||||
*-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
|
*-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
|
||||||
m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
|
m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user