summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-06-12 23:30:39 +0000
committerJim Blandy <jimb@codesourcery.com>2003-06-12 23:30:39 +0000
commit680deaff1ac05e53c218285190d9bedd3ae23e6d (patch)
tree00470bb0f2a29a0b077a3983c4e2d1f61bd9e78f /gdb/configure.host
parente4daa43967d9ed8160bbb2628447eee7ec207e34 (diff)
downloadgdb-680deaff1ac05e53c218285190d9bedd3ae23e6d.tar.gz
* configure.host, configure.tgt: Add entries for
powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and powerpc/linux.mt. * config/powerpc/ppc64-linux.mh, config/powerpc/nm-ppc64-linux.mh: New files.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 8f96b0a842c..0268a871af0 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -120,6 +120,8 @@ powerpc-*-aix*) gdb_host=aix432 ;;
powerpc-*-linux*) gdb_host=linux ;;
powerpc-*-netbsd*) gdb_host=nbsd ;;
+powerpc64-*-linux*) gdb_host=ppc64-linux ;;
+
rs6000-*-lynxos*) gdb_host=rs6000lynx ;;
rs6000-*-aix4*) gdb_host=aix4 ;;
rs6000-*-*) gdb_host=rs6000 ;;