* configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
[deliverable/binutils-gdb.git] / gdb / configure.host
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 ;;
 
This page took 0.023551 seconds and 4 git commands to generate.