* PowerPC64 in 64bit does not build gdbserver?
@ 2004-03-12 22:13 Manoj Iyer
2004-03-13 4:12 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Manoj Iyer @ 2004-03-12 22:13 UTC (permalink / raw)
To: gdb
I noticed that building GDB 64bit on a powerpc64 machine does not build
gdbserver. This is because in src/gdb/configure.tgt is missing one line
build_gdbserver=yes
Currently in src/gdb/configure.tgt
=======================
powerpc-*-linux*) gdb_target=linux
build_gdbserver=yes
;;
powerpc64-*-linux*) gdb_target=linux ;;
powerpc-*-vxworks*) gdb_target=vxworks ;;
powerpc*-*-*) if test -f ../sim/ppc/Makefile
===============
and it should be
============ FIX =====================
powerpc-*-linux*) gdb_target=linux
build_gdbserver=yes
;;
powerpc64-*-linux*) gdb_target=linux
build_gdbserver=yes;;
powerpc-*-vxworks*) gdb_target=vxworks ;;
powerpc*-*-*) if test -f ../sim/ppc/Makefil
=========
Regards
--
Manoj Iyer
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: PowerPC64 in 64bit does not build gdbserver?
2004-03-12 22:13 PowerPC64 in 64bit does not build gdbserver? Manoj Iyer
@ 2004-03-13 4:12 ` Daniel Jacobowitz
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2004-03-13 4:12 UTC (permalink / raw)
To: Manoj Iyer; +Cc: gdb
On Fri, Mar 12, 2004 at 10:42:13PM +0100, Manoj Iyer wrote:
>
> I noticed that building GDB 64bit on a powerpc64 machine does not build
> gdbserver. This is because in src/gdb/configure.tgt is missing one line
>
> build_gdbserver=yes
Er, except that the gdbserver does not actually support powerpc64.
That may make it build but I doubt it will work.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-03-13 4:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-12 22:13 PowerPC64 in 64bit does not build gdbserver? Manoj Iyer
2004-03-13 4:12 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox