diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index e0f1b61cc..eaaea2831 100644 --- a/acconfig.h +++ b/acconfig.h @@ -18,6 +18,12 @@ /* Define this if you're running PowerPC architecture */ #undef __ppc__ +/* Define this if you're running PowerPC architecture */ +#undef ARCH_PPC + +/* Define this if you have the Motorola 74xx CPU */ +#undef ENABLE_ALTIVEC + /* Define this if you're running Sparc architecture */ #undef __sparc__ |