* configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
authorAlan Modra <amodra@gmail.com>
Thu, 22 Aug 2013 01:01:32 +0000 (01:01 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 22 Aug 2013 01:01:32 +0000 (01:01 +0000)
* configure.tgt: Likewise as targets.

gdb/ChangeLog
gdb/configure.host
gdb/configure.tgt

index 7ed39f8fcb4e8a44ce42ee82772b4086af1ea6cd..8caad2f5a16b981e2a6e595f000fad6d286f1e67 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-22  Alan Modra  <amodra@gmail.com>
+
+       * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
+       * configure.tgt: Likewise as targets.
+
 2013-08-20  Doug Evans  <dje@google.com>
 
        * buildsym.c (subfile_stack): Move here from buildsym.h.
index 6633b92d6e5e82a38bf7679e598ffea845a3b615..ed57b33bd998c82134aaecbbef1602e1afccc9b2 100644 (file)
@@ -129,18 +129,18 @@ mips64*-*-openbsd*)       gdb_host=obsd64 ;;
 powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*)
                        gdb_host=aix ;;
 powerpc*-*-freebsd*)   gdb_host=fbsd ;;
-powerpc-*-linux*)      gdb_host=linux ;;
 powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
                        gdb_host=nbsd ;;
 powerpc-*-openbsd*)    gdb_host=obsd ;;
 
-powerpc64-*-linux*)     gdb_host=ppc64-linux
+powerpc64*-*-linux*)   gdb_host=ppc64-linux
                         # Support 'pseudo-native' debugging on the Cell BE
                         if test "${target_cpu}" = "spu"; then
                                gdb_host=spu-linux
                                gdb_native=yes
                         fi
                        ;;
+powerpc*-*-linux*)     gdb_host=linux ;;
 
 s390*-*-*)             gdb_host=s390 ;;
 
index 653ba2b378b663fae7f0ee2b052c2769053ec4a0..0ac4e331e85a4f559e97f6a8bda5c94db27d49ef 100644 (file)
@@ -438,7 +438,7 @@ powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*)
                        ppc-sysv-tdep.o solib-aix.o \
                        ravenscar-thread.o ppc-ravenscar-thread.o"
        ;;
-powerpc-*-linux* | powerpc64-*-linux*)
+powerpc*-*-linux*)
        # Target: PowerPC running Linux
        gdb_target_obs="rs6000-tdep.o ppc-linux-tdep.o ppc-sysv-tdep.o \
                        ppc64-tdep.o solib-svr4.o solib-spu.o \
This page took 0.037322 seconds and 4 git commands to generate.