Commit 72fd73db authored by Mark Harris's avatar Mark Harris

Fix PowerPC Mac build

parent 2f29dd48
......@@ -107,6 +107,10 @@ amm-info@iis.fraunhofer.de
#define __arm__
#endif
#if defined(_ARCH_PPC) && !defined(__powerpc__)
#define __powerpc__ 1
#endif
/* Define __ARM_ARCH_5TE__ if armv5te features are supported */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment