aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2011-09-30 06:22:51 -0400
committerBalint Reczey <balint@balintreczey.hu>2015-01-28 23:03:06 +0100
commit5d1746ad5b2272ba5f906ad9a49a87b650bda14a (patch)
tree38aa7c5de3a765f9934b3420719e3bbae2561392 /m4
parentfd07de9f951d686466a2df13e125a222d9ef5796 (diff)
mips: Add configure option for mips and mipsel
Diffstat (limited to 'm4')
-rw-r--r--m4/xbmc_arch.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/xbmc_arch.m4 b/m4/xbmc_arch.m4
index 5bcdd81ddc..f9ab5cd87c 100644
--- a/m4/xbmc_arch.m4
+++ b/m4/xbmc_arch.m4
@@ -32,6 +32,9 @@ case $host in
arm*-*-linux-gnu*|arm*-*-linux-uclibc*)
AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX")
;;
+ mips*-*-linux-gnu*|mips*-*-linux-uclibc*)
+ AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX")
+ ;;
*-*linux-android*)
AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_LINUX -DTARGET_ANDROID")
;;