add `__PPC__` to list of predefined symbols for powerpc-macos

This commit is contained in:
Wolfgang Thaller 2017-12-04 22:11:33 +01:00
parent 2536e4ff65
commit d7976cae6b
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@
do \
{ \
builtin_define ("__ppc__"); \
builtin_define ("__PPC__"); \
builtin_define ("__POWERPC__"); \
builtin_define ("__NATURAL_ALIGNMENT__"); \
builtin_assert ("system=macos"); \