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.tgt | |
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.tgt')
-rw-r--r-- | gdb/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 45991d6..3f90ed2 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -186,6 +186,7 @@ powerpc-*-aix*) gdb_target=aix ;; 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; then gdb_target=ppc-sim |