This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/13877] gdb7.4 doesn't build on FreeBSD ia64


http://sourceware.org/bugzilla/show_bug.cgi?id=13877

--- Comment #6 from Pedro Alves <palves at redhat dot com> 2012-03-29 09:57:34 UTC ---
See "Adding a New Host" in the "GDB Internals" manual.  Basically, these are
makefile fragments, that the main Makefile sources in order to include objects
and definitions that only make sense for a particular host.  Among these
objects would be a new ia64-fbsd-nat.o object.  Of course, the corresponding
ia64-fbsd-nat.c would need to be written.  This file would contain the glue
between common FreeBSD bits, and IA64 specifics.  Best see one of the existing
ports, and model on it.  See config/i386/fbsd64.mh, for the x86_64 FreeBSD one.

If you're interested in doing this, please do see the CONTRIBUTE file as linked
by <http://sourceware.org/gdb/contribute/>.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]