diff options
author | Jim Blandy <jimb@codesourcery.com> | 2003-06-12 23:30:39 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2003-06-12 23:30:39 +0000 |
commit | 8fbb30b1240c0eeb5d73c92f73731a788a72fea2 (patch) | |
tree | c553a8b44158ac1b2e9c105efdb2722ab5af2970 /gdb/configure.host | |
parent | 1fd355687c42efaded7a5bd426dc0e86dfc2883a (diff) | |
download | gdb-8fbb30b1240c0eeb5d73c92f73731a788a72fea2.zip gdb-8fbb30b1240c0eeb5d73c92f73731a788a72fea2.tar.gz gdb-8fbb30b1240c0eeb5d73c92f73731a788a72fea2.tar.bz2 |
* 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.host | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 8f96b0a..0268a87 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 ;; |