Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Is *.mh used in native mode only?
@ 2007-02-12  6:26 Masaki Muranaka
  2007-02-12  7:25 ` Mark Kettenis
  0 siblings, 1 reply; 3+ messages in thread
From: Masaki Muranaka @ 2007-02-12  6:26 UTC (permalink / raw)
  To: gdb-patches

Hello maintainers,

According to gdbint document, config/*/*.mh is a one of
host dependent files (not only native).
But it seems that it is not read by configure in case
building the cross debugger.

gdb/configure is coded like this:
- - -
if test "${gdb_native}" = "yes"; then
   host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh
- - -
Is this code suitable?

--
Masaki Muranaka
Monami software



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

end of thread, other threads:[~2007-02-12  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-12  6:26 Is *.mh used in native mode only? Masaki Muranaka
2007-02-12  7:25 ` Mark Kettenis
2007-02-12  9:01   ` Masaki Muranaka

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