diff options
author | Rechi <Rechi@users.noreply.github.com> | 2020-02-10 19:22:07 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2020-02-10 19:22:07 +0100 |
commit | 5d24051b2f4e761f65233a94f769a7555103897c (patch) | |
tree | b077627f31641964a294144585be3045f8fe95ab /tools/depends/m4 | |
parent | 78305317bf7656555b2f2c6b430ec3bf1b978491 (diff) |
[osx] drop powerpc support
Diffstat (limited to 'tools/depends/m4')
-rw-r--r-- | tools/depends/m4/xbmc_arch.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/depends/m4/xbmc_arch.m4 b/tools/depends/m4/xbmc_arch.m4 index 03cd7acd31..31abfabcb1 100644 --- a/tools/depends/m4/xbmc_arch.m4 +++ b/tools/depends/m4/xbmc_arch.m4 @@ -51,9 +51,6 @@ case $host in *86*-apple-darwin*) AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_DARWIN -DTARGET_DARWIN_OSX") ;; - powerpc-apple-darwin*) - AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_DARWIN -DTARGET_DARWIN_OSX") - ;; powerpc-*-linux-gnu*|powerpc-*-linux-uclibc*) AC_SUBST(ARCH_DEFINES, "-DTARGET_POSIX -DTARGET_LINUX -D_POWERPC") ;; |