* 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
* Re: Is *.mh used in native mode only?
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
0 siblings, 1 reply; 3+ messages in thread
From: Mark Kettenis @ 2007-02-12 7:25 UTC (permalink / raw)
To: monaka; +Cc: gdb-patches
> From: Masaki Muranaka <monaka@monami-software.com>
> Date: Mon, 12 Feb 2007 15:25:56 +0900
>
> 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.
Don't know where you read that, but section 8.1 says that it the *.mh
files are only used for native debuggers. I guess the documentation
is just wrong here. For a cross debugger you should be able to figure
out everything you need by autoconf tests.
Mark
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Is *.mh used in native mode only?
2007-02-12 7:25 ` Mark Kettenis
@ 2007-02-12 9:01 ` Masaki Muranaka
0 siblings, 0 replies; 3+ messages in thread
From: Masaki Muranaka @ 2007-02-12 9:01 UTC (permalink / raw)
To: Mark Kettenis; +Cc: gdb-patches
On 2007/02/12, at 16:25, Mark Kettenis wrote:
> Don't know where you read that, but section 8.1 says that it the *.mh
> files are only used for native debuggers.
Oops. I misread it. Surely it says as you said.
Thanks for your comment.
--
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