Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* 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

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