aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/m4/xbmc_arch.m4
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends/m4/xbmc_arch.m4')
-rw-r--r--tools/depends/m4/xbmc_arch.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/m4/xbmc_arch.m4 b/tools/depends/m4/xbmc_arch.m4
index 31abfabcb1..dc12a16ab8 100644
--- a/tools/depends/m4/xbmc_arch.m4
+++ b/tools/depends/m4/xbmc_arch.m4
@@ -14,7 +14,7 @@ case $build in
amd64-*-freebsd*)
AC_SUBST(NATIVE_ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_FREEBSD")
;;
- *86*-apple-darwin*)
+ x86_64-apple-darwin*)
AC_SUBST(NATIVE_ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_DARWIN -DTARGET_DARWIN_OSX")
;;
powerpc-*-linux-gnu*|powerpc-*-linux-uclibc*)
@@ -48,7 +48,7 @@ case $host in
arm-apple-darwin*)
AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_DARWIN -DTARGET_DARWIN_EMBEDDED")
;;
- *86*-apple-darwin*)
+ x86_64-apple-darwin*)
AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_DARWIN -DTARGET_DARWIN_OSX")
;;
powerpc-*-linux-gnu*|powerpc-*-linux-uclibc*)