mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-11 02:30:42 +00:00
add __PPC__
to list of predefined symbols for powerpc-macos
This commit is contained in:
parent
2536e4ff65
commit
d7976cae6b
@ -147,6 +147,7 @@
|
||||
do \
|
||||
{ \
|
||||
builtin_define ("__ppc__"); \
|
||||
builtin_define ("__PPC__"); \
|
||||
builtin_define ("__POWERPC__"); \
|
||||
builtin_define ("__NATURAL_ALIGNMENT__"); \
|
||||
builtin_assert ("system=macos"); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user