[PATCH] enable build gdbserver for powerpc64-*-linux*

Manoj Iyer manjo@austin.ibm.com
Wed Apr 7 19:53:00 GMT 2004


This patch enables gdb server build for powerpc64-*-linux*, ie gdb build
as 64bit binary on ppc64 platform.

Thanks
Manoj Iyer
-------------- next part --------------
diff -Naurd old/src/gdb/configure.tgt new/src/gdb/configure.tgt
--- old/src/gdb/configure.tgt	2004-02-25 15:45:30.000000000 -0500
+++ new/src/gdb/configure.tgt	2004-04-07 14:50:31.663032384 -0500
@@ -154,7 +154,9 @@
 powerpc-*-linux*)	gdb_target=linux
 			build_gdbserver=yes
 			;;
-powerpc64-*-linux*)	gdb_target=linux ;;
+powerpc64-*-linux*)	gdb_target=linux 
+			build_gdbserver=yes
+			;;
 powerpc-*-vxworks*)	gdb_target=vxworks ;;
 powerpc*-*-*)		if test -f ../sim/ppc/Makefile; then
 			  gdb_target=ppc-sim


More information about the Gdb-patches mailing list