Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Detect GNU/kFreeBSD and set osabi appropiately
@ 2011-01-09  9:36 Robert Millan
  2011-01-12  2:40 ` Joel Brobecker
  2011-01-12 13:08 ` Joel Brobecker
  0 siblings, 2 replies; 5+ messages in thread
From: Robert Millan @ 2011-01-09  9:36 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 106 bytes --]

Thank you.  Would you please consider this one too?

(ChangeLog entry in patch header)

-- 
Robert Millan

[-- Attachment #2: osabi.diff --]
[-- Type: text/plain, Size: 593 bytes --]

2011-01-09  Robert Millan  <rmh@gnu.org>

	* configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
	appropiately.

=== modified file 'gdb/configure.tgt'
--- gdb/configure.tgt	2010-12-29 16:15:40 +0000
+++ gdb/configure.tgt	2011-01-08 10:40:17 +0000
@@ -629,7 +629,8 @@ esac
 # map target onto default OS ABI
 
 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 ;;
 *-*-nto*)	gdb_osabi=GDB_OSABI_QNXNTO ;;
 m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-01-12 10:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-09  9:36 [PATCH] Detect GNU/kFreeBSD and set osabi appropiately Robert Millan
2011-01-12  2:40 ` Joel Brobecker
2011-01-12  7:17   ` Robert Millan
2011-01-12 10:48     ` Joel Brobecker
2011-01-12 13:08 ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox