Make arm-emu work.

This commit is contained in:
Vladimir Serbinenko 2013-12-08 02:59:21 +01:00
parent c8fd2ddf6d
commit c311ced5d7
8 changed files with 22 additions and 8 deletions

View file

@ -23,7 +23,7 @@ FUNCTION (grub_arch_sync_caches)
.set macro
#elif defined(__powerpc__)
#include "../powerpc/cache.S"
#elif defined(__ia64__)
#elif defined(__ia64__) || defined(__arm__) || defined(__aarch64__)
#else
#error "No target cpu type is defined"
#endif