aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-04-26 00:46:33 +0200
committerBernd Kuhls <bernd.kuhls@t-online.de>2016-04-27 09:21:24 +0200
commit11ee1ca21de27efedfe969ee8bcf5901e237ce49 (patch)
tree36dca84dc463fbb4e1b83ce0f18bf52e0e7702cc /m4
parent23701793924751eb0c07e46d421eb0b117413e69 (diff)
configure.ac: add support for powerpc64 little endian
Fixes: configure: error: unsupported host (powerpc64le-buildroot-linux-gnu) configure: error: unsupported build target: powerpc64le-buildroot-linux-gnu
Diffstat (limited to 'm4')
-rw-r--r--m4/xbmc_arch.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/xbmc_arch.m4 b/m4/xbmc_arch.m4
index adb8e97100..fddae99a51 100644
--- a/m4/xbmc_arch.m4
+++ b/m4/xbmc_arch.m4
@@ -57,7 +57,7 @@ case $host in
powerpc-*-linux-gnu*|powerpc-*-linux-uclibc*)
AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX -D_POWERPC")
;;
- powerpc64-*-linux-gnu*|powerpc64-*-linux-uclibc*)
+ powerpc64*-*-linux-gnu*|powerpc64*-*-linux-uclibc*)
AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX -D_POWERPC64")
;;
arm*-*-linux-gnu*|arm*-*-linux-uclibc*)