mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-15 16:27:55 +00:00
add __PPC__
to list of predefined symbols for powerpc-macos
This commit is contained in:
@@ -147,6 +147,7 @@
|
||||
do \
|
||||
{ \
|
||||
builtin_define ("__ppc__"); \
|
||||
builtin_define ("__PPC__"); \
|
||||
builtin_define ("__POWERPC__"); \
|
||||
builtin_define ("__NATURAL_ALIGNMENT__"); \
|
||||
builtin_assert ("system=macos"); \
|
||||
|
Reference in New Issue
Block a user